ArchitectureColoredPainting/qt-material-widgets/examples/snackbarsettingsform.ui

46 lines
962 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>SnackbarSettingsForm</class>
<widget class="QWidget" name="SnackbarSettingsForm">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>599</width>
<height>418</height>
</rect>
</property>
<property name="windowTitle">
<string>Form</string>
</property>
<widget class="QPushButton" name="showSnackbarButton">
<property name="geometry">
<rect>
<x>20</x>
<y>60</y>
<width>141</width>
<height>22</height>
</rect>
</property>
<property name="text">
<string>Show snackbar</string>
</property>
</widget>
<widget class="QLabel" name="label">
<property name="geometry">
<rect>
<x>20</x>
<y>30</y>
<width>171</width>
<height>16</height>
</rect>
</property>
<property name="text">
<string>TODO</string>
</property>
</widget>
</widget>
<resources/>
<connections/>
</ui>