Files
qt-creator/share/qtcreator/templates/mobileapp/mainwindow.ui
Alessandro Portale 87a335674c Removing ToolBar and StatusBar from mobile app ui template
These are useseless place eaters. If needed, they can easily
be added by the user in Qt Designer.

Reviewed-By: ck
2010-10-29 16:25:07 +02:00

23 lines
532 B
XML

<ui version="4.0">
<class>MainWindow</class>
<widget class="QMainWindow" name="MainWindow" >
<property name="geometry" >
<rect>
<x>0</x>
<y>0</y>
<width>200</width>
<height>320</height>
</rect>
</property>
<property name="windowTitle" >
<string>MainWindow</string>
</property>
<widget class="QMenuBar" name="menuBar" />
<widget class="QWidget" name="centralWidget" />
</widget>
<layoutDefault spacing="6" margin="11" />
<pixmapfunction></pixmapfunction>
<resources/>
<connections/>
</ui>