123456789101112131415161718192021222324252627282930313233343536373839404142434445464748 |
- <?xml version="1.0" encoding="UTF-8"?>
- <ui version="4.0">
- <class>changeQuestion</class>
- <widget class="QWidget" name="changeQuestion">
- <property name="geometry">
- <rect>
- <x>0</x>
- <y>0</y>
- <width>665</width>
- <height>98</height>
- </rect>
- </property>
- <property name="windowTitle">
- <string>Form</string>
- </property>
- <widget class="QPushButton" name="btn_cq_previous">
- <property name="geometry">
- <rect>
- <x>40</x>
- <y>40</y>
- <width>75</width>
- <height>23</height>
- </rect>
- </property>
- <property name="text">
- <string>上一题</string>
- </property>
- </widget>
- <widget class="QPushButton" name="btn_cq_next">
- <property name="geometry">
- <rect>
- <x>160</x>
- <y>40</y>
- <width>75</width>
- <height>23</height>
- </rect>
- </property>
- <property name="layoutDirection">
- <enum>Qt::RightToLeft</enum>
- </property>
- <property name="text">
- <string>下一题 </string>
- </property>
- </widget>
- </widget>
- <resources/>
- <connections/>
- </ui>
|