pgLab/pglab/ConnectionManagerWindow.ui

202 lines
5.3 KiB
Text
Raw Permalink Normal View History

<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>ConnectionManagerWindow</class>
<widget class="QMainWindow" name="ConnectionManagerWindow">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>413</width>
<height>600</height>
</rect>
</property>
<property name="windowTitle">
<string>pglab - Connection Manager</string>
</property>
<widget class="QWidget" name="centralwidget">
<layout class="QVBoxLayout" name="verticalLayout">
<item>
<widget class="QTreeView" name="treeView"/>
</item>
</layout>
</widget>
<widget class="QMenuBar" name="menubar">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>413</width>
<height>29</height>
</rect>
</property>
<widget class="QMenu" name="menuFile">
<property name="title">
<string>Fi&amp;le</string>
</property>
<addaction name="actionReset_password_manager"/>
<addaction name="actionQuit_application"/>
</widget>
<widget class="QMenu" name="menuHelp">
<property name="title">
<string>Help</string>
</property>
<addaction name="actionManual"/>
<addaction name="actionAbout"/>
</widget>
<addaction name="menuFile"/>
<addaction name="menuHelp"/>
</widget>
<widget class="QStatusBar" name="statusbar"/>
<widget class="QToolBar" name="toolBar">
<property name="windowTitle">
<string>toolBar</string>
</property>
<property name="styleSheet">
<string notr="true">QToolBar {
border-top: 1px solid rgb(192, 192, 192);
border-bottom: 1px solid rgb(192, 192, 192);
padding: 4px;
}
QToolButton {
border: none;
}</string>
</property>
<property name="movable">
<bool>false</bool>
</property>
<property name="floatable">
<bool>false</bool>
</property>
<attribute name="toolBarArea">
<enum>TopToolBarArea</enum>
</attribute>
<attribute name="toolBarBreak">
<bool>false</bool>
</attribute>
<addaction name="actionConnect"/>
<addaction name="actionBackup_database"/>
<addaction name="separator"/>
<addaction name="actionAdd_group"/>
<addaction name="actionRemove_group"/>
<addaction name="actionAdd_Connection"/>
<addaction name="actionConfigure_connection"/>
<addaction name="actionConfigureCopy"/>
<addaction name="actionDelete_connection"/>
<addaction name="separator"/>
</widget>
<action name="actionAdd_Connection">
<property name="icon">
2021-04-10 14:44:10 +02:00
<iconset resource="resources.qrc">
<normaloff>:/icons/add_connection.png</normaloff>:/icons/add_connection.png</iconset>
</property>
<property name="text">
<string>Add Connection</string>
</property>
</action>
<action name="actionDelete_connection">
<property name="icon">
2021-04-10 14:44:10 +02:00
<iconset resource="resources.qrc">
<normaloff>:/icons/delete_connection.png</normaloff>
<normalon>:/icons/delete_connection.png</normalon>:/icons/delete_connection.png</iconset>
</property>
<property name="text">
<string>Delete connection</string>
</property>
<property name="iconText">
<string>Delete</string>
</property>
</action>
<action name="actionConnect">
<property name="icon">
<iconset>
<normalon>:/icons/open_query_window.png</normalon>
</iconset>
</property>
<property name="text">
<string>Connect</string>
</property>
</action>
<action name="actionQuit_application">
<property name="text">
<string>&amp;Quit application</string>
</property>
</action>
<action name="actionBackup_database">
<property name="icon">
2021-04-10 14:44:10 +02:00
<iconset resource="resources.qrc">
<normaloff>:/icons/backup_database.png</normaloff>
<normalon>:/icons/backups.png</normalon>:/icons/backup_database.png</iconset>
</property>
<property name="text">
<string>Backup database</string>
</property>
</action>
<action name="actionConfigure_connection">
<property name="icon">
<iconset>
<normalon>:/icons/server_configuration.png</normalon>
</iconset>
</property>
<property name="text">
<string>Configure connection</string>
</property>
</action>
<action name="actionAdd_group">
<property name="icon">
<iconset>
<normalon>:/icons/folder_add.png</normalon>
</iconset>
</property>
<property name="text">
<string>Add group</string>
</property>
</action>
<action name="actionRemove_group">
<property name="icon">
<iconset>
<normalon>:/icons/folder_delete.png</normalon>
</iconset>
</property>
<property name="text">
<string>Remove group</string>
</property>
</action>
<action name="actionConfigureCopy">
<property name="icon">
<iconset>
<normalon>:/icons/server_configuration.png</normalon>
</iconset>
</property>
<property name="text">
<string>Configure copy</string>
</property>
</action>
<action name="actionAbout">
<property name="icon">
<iconset>
<normalon>:/icons/about.png</normalon>
</iconset>
</property>
<property name="text">
<string>About</string>
</property>
</action>
<action name="actionManual">
<property name="text">
<string>Manual</string>
</property>
</action>
<action name="actionReset_password_manager">
<property name="text">
<string>Reset password manager</string>
</property>
</action>
</widget>
2021-04-10 14:44:10 +02:00
<resources>
<include location="resources.qrc"/>
</resources>
<connections/>
</ui>