diff options
Diffstat (limited to 'parts/filecreate/file-templates/ui-mainwin-qt4')
-rw-r--r-- | parts/filecreate/file-templates/ui-mainwin-qt4 | 34 |
1 files changed, 34 insertions, 0 deletions
diff --git a/parts/filecreate/file-templates/ui-mainwin-qt4 b/parts/filecreate/file-templates/ui-mainwin-qt4 new file mode 100644 index 00000000..814096cc --- /dev/null +++ b/parts/filecreate/file-templates/ui-mainwin-qt4 @@ -0,0 +1,34 @@ +<ui version="4.0" > + <author></author> + <comment></comment> + <exportmacro></exportmacro> + <class>MainWindow</class> + <widget class="QMainWindow" name="MainWindow" > + <property name="geometry" > + <rect> + <x>0</x> + <y>0</y> + <width>800</width> + <height>600</height> + </rect> + </property> + <property name="windowTitle" > + <string>MainWindow</string> + </property> + <widget class="QWidget" name="centralwidget" /> + <widget class="QMenuBar" name="menubar" > + <property name="geometry" > + <rect> + <x>0</x> + <y>0</y> + <width>800</width> + <height>33</height> + </rect> + </property> + </widget> + <widget class="QStatusBar" name="statusbar" /> + </widget> + <pixmapfunction></pixmapfunction> + <resources/> + <connections/> +</ui> |