DialogNewVariable.ui 5.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <ui version="4.0">
  3. <class>DialogNewVariable</class>
  4. <widget class="QDialog" name="DialogNewVariable">
  5. <property name="geometry">
  6. <rect>
  7. <x>0</x>
  8. <y>0</y>
  9. <width>495</width>
  10. <height>450</height>
  11. </rect>
  12. </property>
  13. <property name="windowTitle">
  14. <string>DialogNewVariable</string>
  15. </property>
  16. <widget class="QGroupBox" name="groupBox">
  17. <property name="geometry">
  18. <rect>
  19. <x>10</x>
  20. <y>60</y>
  21. <width>471</width>
  22. <height>300</height>
  23. </rect>
  24. </property>
  25. <property name="title">
  26. <string/>
  27. </property>
  28. <widget class="QLabel" name="label_1">
  29. <property name="enabled">
  30. <bool>true</bool>
  31. </property>
  32. <property name="geometry">
  33. <rect>
  34. <x>40</x>
  35. <y>30</y>
  36. <width>101</width>
  37. <height>31</height>
  38. </rect>
  39. </property>
  40. <property name="text">
  41. <string>变量名称:</string>
  42. </property>
  43. <property name="alignment">
  44. <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
  45. </property>
  46. </widget>
  47. <widget class="QLineEdit" name="editName">
  48. <property name="geometry">
  49. <rect>
  50. <x>140</x>
  51. <y>30</y>
  52. <width>291</width>
  53. <height>31</height>
  54. </rect>
  55. </property>
  56. </widget>
  57. <widget class="QLabel" name="label_2">
  58. <property name="enabled">
  59. <bool>true</bool>
  60. </property>
  61. <property name="geometry">
  62. <rect>
  63. <x>40</x>
  64. <y>90</y>
  65. <width>101</width>
  66. <height>31</height>
  67. </rect>
  68. </property>
  69. <property name="text">
  70. <string>数据类型:</string>
  71. </property>
  72. <property name="alignment">
  73. <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
  74. </property>
  75. </widget>
  76. <widget class="QLineEdit" name="editValue">
  77. <property name="geometry">
  78. <rect>
  79. <x>140</x>
  80. <y>140</y>
  81. <width>291</width>
  82. <height>31</height>
  83. </rect>
  84. </property>
  85. </widget>
  86. <widget class="QComboBox" name="comboType">
  87. <property name="geometry">
  88. <rect>
  89. <x>140</x>
  90. <y>90</y>
  91. <width>291</width>
  92. <height>31</height>
  93. </rect>
  94. </property>
  95. </widget>
  96. <widget class="QCheckBox" name="checkSerialized">
  97. <property name="geometry">
  98. <rect>
  99. <x>140</x>
  100. <y>250</y>
  101. <width>291</width>
  102. <height>31</height>
  103. </rect>
  104. </property>
  105. <property name="text">
  106. <string>Serialized</string>
  107. </property>
  108. </widget>
  109. <widget class="QLabel" name="label_3">
  110. <property name="enabled">
  111. <bool>true</bool>
  112. </property>
  113. <property name="geometry">
  114. <rect>
  115. <x>40</x>
  116. <y>140</y>
  117. <width>101</width>
  118. <height>31</height>
  119. </rect>
  120. </property>
  121. <property name="text">
  122. <string>初始数据:</string>
  123. </property>
  124. <property name="alignment">
  125. <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
  126. </property>
  127. </widget>
  128. <widget class="QLabel" name="label_4">
  129. <property name="enabled">
  130. <bool>true</bool>
  131. </property>
  132. <property name="geometry">
  133. <rect>
  134. <x>40</x>
  135. <y>200</y>
  136. <width>101</width>
  137. <height>31</height>
  138. </rect>
  139. </property>
  140. <property name="text">
  141. <string>变量注释:</string>
  142. </property>
  143. <property name="alignment">
  144. <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
  145. </property>
  146. </widget>
  147. <widget class="QLineEdit" name="editComment">
  148. <property name="geometry">
  149. <rect>
  150. <x>140</x>
  151. <y>200</y>
  152. <width>291</width>
  153. <height>31</height>
  154. </rect>
  155. </property>
  156. </widget>
  157. <widget class="QLabel" name="label_5">
  158. <property name="enabled">
  159. <bool>true</bool>
  160. </property>
  161. <property name="geometry">
  162. <rect>
  163. <x>40</x>
  164. <y>250</y>
  165. <width>101</width>
  166. <height>31</height>
  167. </rect>
  168. </property>
  169. <property name="text">
  170. <string>是否序列化:</string>
  171. </property>
  172. <property name="alignment">
  173. <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
  174. </property>
  175. </widget>
  176. </widget>
  177. <widget class="QPushButton" name="createButton">
  178. <property name="geometry">
  179. <rect>
  180. <x>250</x>
  181. <y>400</y>
  182. <width>91</width>
  183. <height>31</height>
  184. </rect>
  185. </property>
  186. <property name="text">
  187. <string>Create</string>
  188. </property>
  189. <property name="default">
  190. <bool>true</bool>
  191. </property>
  192. </widget>
  193. <widget class="QPushButton" name="cancelButton">
  194. <property name="geometry">
  195. <rect>
  196. <x>370</x>
  197. <y>400</y>
  198. <width>91</width>
  199. <height>31</height>
  200. </rect>
  201. </property>
  202. <property name="text">
  203. <string>Cancel</string>
  204. </property>
  205. </widget>
  206. <widget class="QLabel" name="labelTitle">
  207. <property name="enabled">
  208. <bool>false</bool>
  209. </property>
  210. <property name="geometry">
  211. <rect>
  212. <x>0</x>
  213. <y>0</y>
  214. <width>471</width>
  215. <height>41</height>
  216. </rect>
  217. </property>
  218. <property name="text">
  219. <string>创建新的变量(基础模式/标准模式)</string>
  220. </property>
  221. </widget>
  222. </widget>
  223. <layoutdefault spacing="6" margin="11"/>
  224. <resources/>
  225. <connections/>
  226. </ui>