qaaBlank.ui 3.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <ui version="4.0">
  3. <class>qaaBlank</class>
  4. <widget class="QWidget" name="qaaBlank">
  5. <property name="geometry">
  6. <rect>
  7. <x>0</x>
  8. <y>0</y>
  9. <width>680</width>
  10. <height>237</height>
  11. </rect>
  12. </property>
  13. <property name="windowTitle">
  14. <string>Form</string>
  15. </property>
  16. <widget class="QTextEdit" name="tedt_qaa_blank">
  17. <property name="geometry">
  18. <rect>
  19. <x>20</x>
  20. <y>60</y>
  21. <width>641</width>
  22. <height>161</height>
  23. </rect>
  24. </property>
  25. <property name="contextMenuPolicy">
  26. <enum>Qt::NoContextMenu</enum>
  27. </property>
  28. <property name="verticalScrollBarPolicy">
  29. <enum>Qt::ScrollBarAlwaysOff</enum>
  30. </property>
  31. <property name="horizontalScrollBarPolicy">
  32. <enum>Qt::ScrollBarAlwaysOff</enum>
  33. </property>
  34. <property name="placeholderText">
  35. <string>请输入答案</string>
  36. </property>
  37. </widget>
  38. <widget class="QPushButton" name="btn_qaab_copy">
  39. <property name="geometry">
  40. <rect>
  41. <x>20</x>
  42. <y>20</y>
  43. <width>75</width>
  44. <height>23</height>
  45. </rect>
  46. </property>
  47. <property name="text">
  48. <string>复制</string>
  49. </property>
  50. </widget>
  51. <widget class="QPushButton" name="btn_qaab_cut">
  52. <property name="geometry">
  53. <rect>
  54. <x>100</x>
  55. <y>20</y>
  56. <width>75</width>
  57. <height>23</height>
  58. </rect>
  59. </property>
  60. <property name="styleSheet">
  61. <string notr="true"/>
  62. </property>
  63. <property name="text">
  64. <string>剪切</string>
  65. </property>
  66. </widget>
  67. <widget class="QPushButton" name="btn_qaab_paste">
  68. <property name="geometry">
  69. <rect>
  70. <x>190</x>
  71. <y>20</y>
  72. <width>75</width>
  73. <height>23</height>
  74. </rect>
  75. </property>
  76. <property name="text">
  77. <string>粘贴</string>
  78. </property>
  79. </widget>
  80. <widget class="QPushButton" name="btn_qaab_superscript">
  81. <property name="geometry">
  82. <rect>
  83. <x>280</x>
  84. <y>20</y>
  85. <width>75</width>
  86. <height>23</height>
  87. </rect>
  88. </property>
  89. <property name="text">
  90. <string>上标</string>
  91. </property>
  92. </widget>
  93. <widget class="QPushButton" name="btn_qaab_cancelSup">
  94. <property name="geometry">
  95. <rect>
  96. <x>360</x>
  97. <y>20</y>
  98. <width>75</width>
  99. <height>23</height>
  100. </rect>
  101. </property>
  102. <property name="text">
  103. <string>取消上标</string>
  104. </property>
  105. </widget>
  106. <widget class="QPushButton" name="btn_qaab_subscript">
  107. <property name="geometry">
  108. <rect>
  109. <x>450</x>
  110. <y>20</y>
  111. <width>75</width>
  112. <height>23</height>
  113. </rect>
  114. </property>
  115. <property name="text">
  116. <string>下标</string>
  117. </property>
  118. </widget>
  119. <widget class="QPushButton" name="btn_qaab_cancelSub">
  120. <property name="geometry">
  121. <rect>
  122. <x>540</x>
  123. <y>20</y>
  124. <width>75</width>
  125. <height>23</height>
  126. </rect>
  127. </property>
  128. <property name="text">
  129. <string>取消下标</string>
  130. </property>
  131. </widget>
  132. </widget>
  133. <resources/>
  134. <connections/>
  135. </ui>