123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135 |
- <?xml version="1.0" encoding="UTF-8"?>
- <ui version="4.0">
- <class>qaaBlank</class>
- <widget class="QWidget" name="qaaBlank">
- <property name="geometry">
- <rect>
- <x>0</x>
- <y>0</y>
- <width>680</width>
- <height>237</height>
- </rect>
- </property>
- <property name="windowTitle">
- <string>Form</string>
- </property>
- <widget class="QTextEdit" name="tedt_qaa_blank">
- <property name="geometry">
- <rect>
- <x>20</x>
- <y>60</y>
- <width>641</width>
- <height>161</height>
- </rect>
- </property>
- <property name="contextMenuPolicy">
- <enum>Qt::NoContextMenu</enum>
- </property>
- <property name="verticalScrollBarPolicy">
- <enum>Qt::ScrollBarAlwaysOff</enum>
- </property>
- <property name="horizontalScrollBarPolicy">
- <enum>Qt::ScrollBarAlwaysOff</enum>
- </property>
- <property name="placeholderText">
- <string>请输入答案</string>
- </property>
- </widget>
- <widget class="QPushButton" name="btn_qaab_copy">
- <property name="geometry">
- <rect>
- <x>20</x>
- <y>20</y>
- <width>75</width>
- <height>23</height>
- </rect>
- </property>
- <property name="text">
- <string>复制</string>
- </property>
- </widget>
- <widget class="QPushButton" name="btn_qaab_cut">
- <property name="geometry">
- <rect>
- <x>100</x>
- <y>20</y>
- <width>75</width>
- <height>23</height>
- </rect>
- </property>
- <property name="styleSheet">
- <string notr="true"/>
- </property>
- <property name="text">
- <string>剪切</string>
- </property>
- </widget>
- <widget class="QPushButton" name="btn_qaab_paste">
- <property name="geometry">
- <rect>
- <x>190</x>
- <y>20</y>
- <width>75</width>
- <height>23</height>
- </rect>
- </property>
- <property name="text">
- <string>粘贴</string>
- </property>
- </widget>
- <widget class="QPushButton" name="btn_qaab_superscript">
- <property name="geometry">
- <rect>
- <x>280</x>
- <y>20</y>
- <width>75</width>
- <height>23</height>
- </rect>
- </property>
- <property name="text">
- <string>上标</string>
- </property>
- </widget>
- <widget class="QPushButton" name="btn_qaab_cancelSup">
- <property name="geometry">
- <rect>
- <x>360</x>
- <y>20</y>
- <width>75</width>
- <height>23</height>
- </rect>
- </property>
- <property name="text">
- <string>取消上标</string>
- </property>
- </widget>
- <widget class="QPushButton" name="btn_qaab_subscript">
- <property name="geometry">
- <rect>
- <x>450</x>
- <y>20</y>
- <width>75</width>
- <height>23</height>
- </rect>
- </property>
- <property name="text">
- <string>下标</string>
- </property>
- </widget>
- <widget class="QPushButton" name="btn_qaab_cancelSub">
- <property name="geometry">
- <rect>
- <x>540</x>
- <y>20</y>
- <width>75</width>
- <height>23</height>
- </rect>
- </property>
- <property name="text">
- <string>取消下标</string>
- </property>
- </widget>
- </widget>
- <resources/>
- <connections/>
- </ui>
|