123456789101112131415161718192021222324252627282930313233343536373839404142434445 |
- <?xml version="1.0" encoding="UTF-8"?>
- <ui version="4.0">
- <class>questionOption</class>
- <widget class="QWidget" name="questionOption">
- <property name="geometry">
- <rect>
- <x>0</x>
- <y>0</y>
- <width>541</width>
- <height>134</height>
- </rect>
- </property>
- <property name="windowTitle">
- <string>Form</string>
- </property>
- <widget class="QCheckBox" name="chkb_option">
- <property name="geometry">
- <rect>
- <x>20</x>
- <y>20</y>
- <width>71</width>
- <height>16</height>
- </rect>
- </property>
- <property name="text">
- <string>A</string>
- </property>
- </widget>
- <widget class="QListWidget" name="list_options">
- <property name="geometry">
- <rect>
- <x>60</x>
- <y>10</y>
- <width>471</width>
- <height>111</height>
- </rect>
- </property>
- <property name="contextMenuPolicy">
- <enum>Qt::NoContextMenu</enum>
- </property>
- </widget>
- </widget>
- <resources/>
- <connections/>
- </ui>
|