qtmatrix/drawwidget.ui
2010-08-17 01:23:18 +02:00

28 lines
672 B
XML

<ui version="4.0" >
<class>drawWidgetClass</class>
<widget class="QWidget" name="drawWidgetClass" >
<property name="geometry" >
<rect>
<x>0</x>
<y>0</y>
<width>400</width>
<height>300</height>
</rect>
</property>
<property name="mouseTracking" >
<bool>true</bool>
</property>
<property name="windowTitle" >
<string>drawWidget</string>
</property>
<property name="autoFillBackground" >
<bool>false</bool>
</property>
<property name="styleSheet" >
<string notr="true" >background-color: rgb(255, 255, 255);</string>
</property>
</widget>
<layoutdefault spacing="6" margin="11" />
<resources/>
<connections/>
</ui>