340 lines
9.3 KiB
XML
340 lines
9.3 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<ui version="4.0">
|
|
<class>MainWindow</class>
|
|
<widget class="QMainWindow" name="MainWindow">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>0</x>
|
|
<y>0</y>
|
|
<width>600</width>
|
|
<height>400</height>
|
|
</rect>
|
|
</property>
|
|
<property name="windowTitle">
|
|
<string>IoSQL Database Manager</string>
|
|
</property>
|
|
<property name="windowIcon">
|
|
<iconset resource="IoSQL.qrc">
|
|
<normaloff>:/Server/images/server-database-register.png</normaloff>:/Server/images/server-database-register.png</iconset>
|
|
</property>
|
|
<widget class="QWidget" name="MdiWidget">
|
|
<layout class="QVBoxLayout" name="MdiLayout">
|
|
<property name="spacing">
|
|
<number>0</number>
|
|
</property>
|
|
<property name="margin">
|
|
<number>0</number>
|
|
</property>
|
|
<item>
|
|
<widget class="QMdiArea" name="MdiArea">
|
|
<property name="viewMode">
|
|
<enum>QMdiArea::TabbedView</enum>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
</layout>
|
|
</widget>
|
|
<widget class="QMenuBar" name="MenuBar">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>0</x>
|
|
<y>0</y>
|
|
<width>600</width>
|
|
<height>21</height>
|
|
</rect>
|
|
</property>
|
|
<widget class="QMenu" name="DatabaseMenu">
|
|
<property name="title">
|
|
<string>&Database</string>
|
|
</property>
|
|
<addaction name="DatabaseRegisterAction"/>
|
|
<addaction name="DatabaseEditAction"/>
|
|
<addaction name="DatabaseDeregisterAction"/>
|
|
<addaction name="separator"/>
|
|
<addaction name="DatabaseRunQueryAction"/>
|
|
<addaction name="separator"/>
|
|
<addaction name="DatabaseExitAction"/>
|
|
</widget>
|
|
<widget class="QMenu" name="WindowMenu">
|
|
<property name="title">
|
|
<string>&Window</string>
|
|
</property>
|
|
<addaction name="WindowCascadeAction"/>
|
|
<addaction name="WindowTileAction"/>
|
|
</widget>
|
|
<widget class="QMenu" name="HelpMenu">
|
|
<property name="title">
|
|
<string>&Help</string>
|
|
</property>
|
|
<addaction name="HelpAboutAction"/>
|
|
<addaction name="HelpAboutQtAction"/>
|
|
</widget>
|
|
<widget class="QMenu" name="ViewMenu">
|
|
<property name="title">
|
|
<string>&View</string>
|
|
</property>
|
|
<widget class="QMenu" name="TabLocationMenu">
|
|
<property name="title">
|
|
<string>Tab &Location</string>
|
|
</property>
|
|
<addaction name="TabLocationNorthAction"/>
|
|
<addaction name="TabLocationSouthAction"/>
|
|
<addaction name="TabLocationEastAction"/>
|
|
<addaction name="TabLocationWestAction"/>
|
|
</widget>
|
|
<addaction name="ModeTabbedAction"/>
|
|
<addaction name="ModeSubWindowsAction"/>
|
|
<addaction name="separator"/>
|
|
<addaction name="TabLocationMenu"/>
|
|
</widget>
|
|
<addaction name="DatabaseMenu"/>
|
|
<addaction name="ViewMenu"/>
|
|
<addaction name="WindowMenu"/>
|
|
<addaction name="HelpMenu"/>
|
|
</widget>
|
|
<widget class="QToolBar" name="DatabaseToolBar">
|
|
<attribute name="toolBarArea">
|
|
<enum>TopToolBarArea</enum>
|
|
</attribute>
|
|
<attribute name="toolBarBreak">
|
|
<bool>false</bool>
|
|
</attribute>
|
|
<addaction name="DatabaseRegisterAction"/>
|
|
<addaction name="DatabaseEditAction"/>
|
|
<addaction name="DatabaseDeregisterAction"/>
|
|
</widget>
|
|
<widget class="QStatusBar" name="StatusBar"/>
|
|
<widget class="QDockWidget" name="DatabaseDockWidget">
|
|
<property name="floating">
|
|
<bool>false</bool>
|
|
</property>
|
|
<property name="features">
|
|
<set>QDockWidget::AllDockWidgetFeatures</set>
|
|
</property>
|
|
<property name="windowTitle">
|
|
<string>Databases</string>
|
|
</property>
|
|
<attribute name="dockWidgetArea">
|
|
<number>1</number>
|
|
</attribute>
|
|
<widget class="QWidget" name="DatabaseDockContents">
|
|
<layout class="QVBoxLayout" name="DatabaseDockLayout">
|
|
<property name="spacing">
|
|
<number>0</number>
|
|
</property>
|
|
<property name="margin">
|
|
<number>0</number>
|
|
</property>
|
|
<item>
|
|
<widget class="QTreeWidget" name="DatabaseTreeWidget">
|
|
<property name="iconSize">
|
|
<size>
|
|
<width>22</width>
|
|
<height>22</height>
|
|
</size>
|
|
</property>
|
|
<property name="uniformRowHeights">
|
|
<bool>true</bool>
|
|
</property>
|
|
<property name="animated">
|
|
<bool>true</bool>
|
|
</property>
|
|
<property name="headerHidden">
|
|
<bool>true</bool>
|
|
</property>
|
|
<column>
|
|
<property name="text">
|
|
<string notr="true">1</string>
|
|
</property>
|
|
</column>
|
|
</widget>
|
|
</item>
|
|
</layout>
|
|
</widget>
|
|
</widget>
|
|
<action name="DatabaseRegisterAction">
|
|
<property name="icon">
|
|
<iconset resource="IoSQL.qrc">
|
|
<normaloff>:/Server/images/server-database-register.png</normaloff>:/Server/images/server-database-register.png</iconset>
|
|
</property>
|
|
<property name="text">
|
|
<string>&Register</string>
|
|
</property>
|
|
<property name="toolTip">
|
|
<string>Register a database</string>
|
|
</property>
|
|
</action>
|
|
<action name="WindowCascadeAction">
|
|
<property name="text">
|
|
<string>&Cascade</string>
|
|
</property>
|
|
<property name="toolTip">
|
|
<string>Cascade all the windows</string>
|
|
</property>
|
|
</action>
|
|
<action name="WindowTileAction">
|
|
<property name="text">
|
|
<string>Tile</string>
|
|
</property>
|
|
<property name="toolTip">
|
|
<string>Tile all the windows</string>
|
|
</property>
|
|
</action>
|
|
<action name="DatabaseDeregisterAction">
|
|
<property name="icon">
|
|
<iconset resource="IoSQL.qrc">
|
|
<normaloff>:/Server/images/server-database-deregister.png</normaloff>:/Server/images/server-database-deregister.png</iconset>
|
|
</property>
|
|
<property name="text">
|
|
<string>De-register</string>
|
|
</property>
|
|
<property name="toolTip">
|
|
<string>De-register database</string>
|
|
</property>
|
|
</action>
|
|
<action name="HelpAboutAction">
|
|
<property name="text">
|
|
<string>&About</string>
|
|
</property>
|
|
<property name="toolTip">
|
|
<string>About IoSQL</string>
|
|
</property>
|
|
</action>
|
|
<action name="HelpAboutQtAction">
|
|
<property name="text">
|
|
<string>&About Qt</string>
|
|
</property>
|
|
</action>
|
|
<action name="ModeTabbedAction">
|
|
<property name="checkable">
|
|
<bool>true</bool>
|
|
</property>
|
|
<property name="text">
|
|
<string>&Tabbed</string>
|
|
</property>
|
|
<property name="toolTip">
|
|
<string>Set the window mode to tabs</string>
|
|
</property>
|
|
</action>
|
|
<action name="ModeSubWindowsAction">
|
|
<property name="checkable">
|
|
<bool>true</bool>
|
|
</property>
|
|
<property name="text">
|
|
<string>&Sub-Windows</string>
|
|
</property>
|
|
<property name="toolTip">
|
|
<string>Set the window mode to Sub-Windows</string>
|
|
</property>
|
|
</action>
|
|
<action name="TabLocationNorthAction">
|
|
<property name="checkable">
|
|
<bool>true</bool>
|
|
</property>
|
|
<property name="text">
|
|
<string>&North</string>
|
|
</property>
|
|
<property name="toolTip">
|
|
<string>Show tabs on the top</string>
|
|
</property>
|
|
</action>
|
|
<action name="TabLocationSouthAction">
|
|
<property name="checkable">
|
|
<bool>true</bool>
|
|
</property>
|
|
<property name="text">
|
|
<string>&South</string>
|
|
</property>
|
|
<property name="toolTip">
|
|
<string>Show tabs on the bottom</string>
|
|
</property>
|
|
</action>
|
|
<action name="TabLocationEastAction">
|
|
<property name="checkable">
|
|
<bool>true</bool>
|
|
</property>
|
|
<property name="text">
|
|
<string>&East</string>
|
|
</property>
|
|
<property name="toolTip">
|
|
<string>Show the tabs on the right</string>
|
|
</property>
|
|
</action>
|
|
<action name="TabLocationWestAction">
|
|
<property name="checkable">
|
|
<bool>true</bool>
|
|
</property>
|
|
<property name="text">
|
|
<string>&West</string>
|
|
</property>
|
|
<property name="toolTip">
|
|
<string>Show the tabs on the left</string>
|
|
</property>
|
|
</action>
|
|
<action name="DatabaseEditAction">
|
|
<property name="icon">
|
|
<iconset resource="IoSQL.qrc">
|
|
<normaloff>:/Server/images/server-database-edit.png</normaloff>:/Server/images/server-database-edit.png</iconset>
|
|
</property>
|
|
<property name="text">
|
|
<string>&Edit Registration</string>
|
|
</property>
|
|
<property name="toolTip">
|
|
<string>Edit database registration details</string>
|
|
</property>
|
|
</action>
|
|
<action name="DatabaseRunQueryAction">
|
|
<property name="icon">
|
|
<iconset resource="IoSQL.qrc">
|
|
<normaloff>:/Table/images/run-build.png</normaloff>:/Table/images/run-build.png</iconset>
|
|
</property>
|
|
<property name="text">
|
|
<string>Run &Query</string>
|
|
</property>
|
|
</action>
|
|
<action name="DatabaseExitAction">
|
|
<property name="text">
|
|
<string>E&xit</string>
|
|
</property>
|
|
</action>
|
|
</widget>
|
|
<layoutdefault spacing="6" margin="11"/>
|
|
<resources>
|
|
<include location="IoSQL.qrc"/>
|
|
</resources>
|
|
<connections>
|
|
<connection>
|
|
<sender>WindowCascadeAction</sender>
|
|
<signal>triggered()</signal>
|
|
<receiver>MdiArea</receiver>
|
|
<slot>cascadeSubWindows()</slot>
|
|
<hints>
|
|
<hint type="sourcelabel">
|
|
<x>-1</x>
|
|
<y>-1</y>
|
|
</hint>
|
|
<hint type="destinationlabel">
|
|
<x>432</x>
|
|
<y>216</y>
|
|
</hint>
|
|
</hints>
|
|
</connection>
|
|
<connection>
|
|
<sender>WindowTileAction</sender>
|
|
<signal>triggered()</signal>
|
|
<receiver>MdiArea</receiver>
|
|
<slot>tileSubWindows()</slot>
|
|
<hints>
|
|
<hint type="sourcelabel">
|
|
<x>-1</x>
|
|
<y>-1</y>
|
|
</hint>
|
|
<hint type="destinationlabel">
|
|
<x>432</x>
|
|
<y>216</y>
|
|
</hint>
|
|
</hints>
|
|
</connection>
|
|
</connections>
|
|
</ui>
|