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>
<property name="text"> <layout class="QFormLayout" name="formLayout">
<string>TODO</string> <item row="0" column="0">
</property> <widget class="QLabel" name="overlayModeLabel">
</widget> <property name="text">
<widget class="QPushButton" name="showDrawerButton"> <string>Overlay mode</string>
<property name="geometry"> </property>
<rect> </widget>
<x>340</x> </item>
<y>20</y> <item row="0" column="1">
<width>101</width> <widget class="QCheckBox" name="overlayModeCheckBox"/>
<height>22</height> </item>
</rect> <item row="1" column="0">
</property> <widget class="QLabel" name="clickToCloseLabel">
<property name="text"> <property name="text">
<string>Show drawer</string> <string>Click to close</string>
</property> </property>
</widget> </widget>
<widget class="QPushButton" name="hideDrawerButton"> </item>
<property name="geometry"> <item row="1" column="1">
<rect> <widget class="QCheckBox" name="clickToCloseCheckBox"/>
<x>340</x> </item>
<y>50</y> <item row="2" column="1">
<width>101</width> <widget class="QPushButton" name="showDrawerButton">
<height>22</height> <property name="text">
</rect> <string>Show drawer</string>
</property> </property>
<property name="text"> </widget>
<string>Hide drawer</string> </item>
</property> <item row="3" column="1">
<widget class="QPushButton" name="hideDrawerButton">
<property name="text">
<string>Hide drawer</string>
</property>
</widget>
</item>
</layout>
</widget> </widget>
<zorder>formLayoutWidget</zorder>
<zorder>horizontalLayoutWidget</zorder>
</widget> </widget>
<resources/> <resources/>
<connections/> <connections/>