123456789101112131415161718192021222324252627282930313233343536373839404142434445464748 |
- <?xml version="1.0" encoding="UTF-8"?>
- <ui version="4.0">
- <class>fbBlank</class>
- <widget class="QWidget" name="fbBlank">
- <property name="geometry">
- <rect>
- <x>0</x>
- <y>0</y>
- <width>589</width>
- <height>63</height>
- </rect>
- </property>
- <property name="windowTitle">
- <string>Form</string>
- </property>
- <widget class="QPushButton" name="btn_blankName">
- <property name="geometry">
- <rect>
- <x>20</x>
- <y>20</y>
- <width>41</width>
- <height>23</height>
- </rect>
- </property>
- <property name="text">
- <string>A</string>
- </property>
- </widget>
- <widget class="QTextEdit" name="tedt_blank">
- <property name="geometry">
- <rect>
- <x>80</x>
- <y>10</y>
- <width>431</width>
- <height>41</height>
- </rect>
- </property>
- <property name="contextMenuPolicy">
- <enum>Qt::NoContextMenu</enum>
- </property>
- <property name="placeholderText">
- <string>请输入答案</string>
- </property>
- </widget>
- </widget>
- <resources/>
- <connections/>
- </ui>
|