qt-material-widgets/examples/drawersettingsform.ui

59 lines
1.2 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>DrawerSettingsForm</class>
<widget class="QWidget" name="DrawerSettingsForm">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>474</width>
<height>387</height>
</rect>
</property>
<property name="windowTitle">
<string>Form</string>
</property>
<widget class="QLabel" name="label">
<property name="geometry">
<rect>
<x>10</x>
<y>70</y>
<width>171</width>
<height>16</height>
</rect>
</property>
<property name="text">
<string>TODO</string>
</property>
</widget>
<widget class="QPushButton" name="showDrawerButton">
<property name="geometry">
<rect>
<x>340</x>
<y>20</y>
<width>101</width>
<height>22</height>
</rect>
</property>
<property name="text">
<string>Show drawer</string>
</property>
</widget>
<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">
<string>Hide drawer</string>
</property>
</widget>
</widget>
<resources/>
<connections/>
</ui>