123456789101112131415161718192021222324252627282930313233343536373839404142434445464748 |
- <?xml version="1.0" encoding="UTF-8"?>
- <ui version="4.0">
- <class>questionAndAnswer</class>
- <widget class="QWidget" name="questionAndAnswer">
- <property name="geometry">
- <rect>
- <x>0</x>
- <y>0</y>
- <width>719</width>
- <height>516</height>
- </rect>
- </property>
- <property name="windowTitle">
- <string>Form</string>
- </property>
- <widget class="QPushButton" name="btn_mark">
- <property name="geometry">
- <rect>
- <x>20</x>
- <y>30</y>
- <width>31</width>
- <height>23</height>
- </rect>
- </property>
- <property name="text">
- <string/>
- </property>
- </widget>
- <widget class="QListWidget" name="list_choiceQuestion">
- <property name="geometry">
- <rect>
- <x>70</x>
- <y>20</y>
- <width>601</width>
- <height>471</height>
- </rect>
- </property>
- <property name="verticalScrollBarPolicy">
- <enum>Qt::ScrollBarAlwaysOff</enum>
- </property>
- <property name="horizontalScrollBarPolicy">
- <enum>Qt::ScrollBarAlwaysOff</enum>
- </property>
- </widget>
- </widget>
- <resources/>
- <connections/>
- </ui>
|