Files
qt-creator/share/qtcreator/templates/qt4project/widget.ui
Tobias Hunger f2295f889e Set size of widgets for devices to match default resolution
* When creating a new project for some device: Set UI element size
   to the device resolution.
2010-02-18 15:36:16 +01:00

21 lines
467 B
XML

<ui version="4.0">
<class>%CLASS%</class>
<widget class="%BASECLASS%" name="%CLASS%" >
<property name="geometry" >
<rect>
<x>0</x>
<y>0</y>
<width>%WIDGET_WIDTH%</width>
<height>%WIDGET_HEIGHT%</height>
</rect>
</property>
<property name="windowTitle" >
<string>%CLASS%</string>
</property>%CENTRAL_WIDGET%
</widget>
<layoutDefault spacing="6" margin="11" />
<pixmapfunction></pixmapfunction>
<resources/>
<connections/>
</ui>