Update form

This commit is contained in:
johanneshilden 2017-10-12 22:24:52 +03:00
parent 056aeff3bd
commit 6cd984b183
1 changed files with 43 additions and 34 deletions

View File

@ -13,45 +13,54 @@
<property name="windowTitle"> <property name="windowTitle">
<string>Form</string> <string>Form</string>
</property> </property>
<widget class="QLabel" name="label"> <widget class="QWidget" name="formLayoutWidget">
<property name="geometry"> <property name="geometry">
<rect> <rect>
<x>10</x> <x>0</x>
<y>70</y> <y>0</y>
<width>171</width> <width>321</width>
<height>16</height> <height>191</height>
</rect> </rect>
</property> </property>
<layout class="QFormLayout" name="formLayout">
<item row="0" column="0">
<widget class="QLabel" name="overlayModeLabel">
<property name="text"> <property name="text">
<string>TODO</string> <string>Overlay mode</string>
</property> </property>
</widget> </widget>
<widget class="QPushButton" name="showDrawerButton"> </item>
<property name="geometry"> <item row="0" column="1">
<rect> <widget class="QCheckBox" name="overlayModeCheckBox"/>
<x>340</x> </item>
<y>20</y> <item row="1" column="0">
<width>101</width> <widget class="QLabel" name="clickToCloseLabel">
<height>22</height> <property name="text">
</rect> <string>Click to close</string>
</property> </property>
</widget>
</item>
<item row="1" column="1">
<widget class="QCheckBox" name="clickToCloseCheckBox"/>
</item>
<item row="2" column="1">
<widget class="QPushButton" name="showDrawerButton">
<property name="text"> <property name="text">
<string>Show drawer</string> <string>Show drawer</string>
</property> </property>
</widget> </widget>
</item>
<item row="3" column="1">
<widget class="QPushButton" name="hideDrawerButton"> <widget class="QPushButton" name="hideDrawerButton">
<property name="geometry">
<rect>
<x>340</x>
<y>50</y>
<width>101</width>
<height>22</height>
</rect>
</property>
<property name="text"> <property name="text">
<string>Hide drawer</string> <string>Hide drawer</string>
</property> </property>
</widget> </widget>
</item>
</layout>
</widget>
<zorder>formLayoutWidget</zorder>
<zorder>horizontalLayoutWidget</zorder>
</widget> </widget>
<resources/> <resources/>
<connections/> <connections/>