diff options
Diffstat (limited to 'src/__TODO/MainWindow.ui')
-rwxr-xr-x | src/__TODO/MainWindow.ui | 68 |
1 files changed, 1 insertions, 67 deletions
diff --git a/src/__TODO/MainWindow.ui b/src/__TODO/MainWindow.ui index 9ac95b1..73200d1 100755 --- a/src/__TODO/MainWindow.ui +++ b/src/__TODO/MainWindow.ui @@ -5,26 +5,7 @@ <property name="name"> <cstring>MainWindowUi</cstring> </property> - <widget class="TQWidget" name="centralwidget"> - <layout class="TQHBoxLayout"> - <property name="spacing"> - <number>6</number> - </property> - <property name="margin"> - <number>0</number> - </property> - <item> - <layout class="TQHBoxLayout"> - <property name="spacing"> - <number>0</number> - </property> - <property name="margin"> - <number>2</number> - </property> - </layout> - </item> - </layout> - </widget> + <widget class="TQWidget" name="centralwidget"/> <widget class="TQStatusBar" name="statusbar"/> <widget class="TQDockWidget" name="dockWidget"> <property name="sizePolicy"> @@ -66,52 +47,5 @@ </layout> </widget> </widget> - <widget class="TQToolBar" name="toolBar"> - <property name="contextMenuPolicy"> - <enum>TQt::PreventContextMenu</enum> - </property> - <property name="windowTitle"> - <string>Main Toolbar</string> - </property> - <property name="orientation"> - <enum>TQt::Horizontal</enum> - </property> - <property name="iconSize"> - <size> - <width>16</width> - <height>16</height> - </size> - </property> - <property name="toolButtonStyle"> - <enum>TQt::ToolButtonTextBesideIcon</enum> - </property> - <attribute name="toolBarArea"> - <enum>TopToolBarArea</enum> - </attribute> - <attribute name="toolBarBreak"> - <bool>false</bool> - </attribute> - </widget> </widget> - <resources> - <include location="../resources/Icons.qrc"/> - </resources> - <connections> - <connection> - <sender>actionExit</sender> - <signal>triggered()</signal> - <receiver>MainWindowUi</receiver> - <slot>close()</slot> - <hints> - <hint type="sourcelabel"> - <x>-1</x> - <y>-1</y> - </hint> - <hint type="destinationlabel"> - <x>399</x> - <y>299</y> - </hint> - </hints> - </connection> - </connections> </UI> |