DialogNewDBVariable.ui 6.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <ui version="4.0">
  3. <class>DialogNewDBVariable</class>
  4. <widget class="QDialog" name="DialogNewDBVariable">
  5. <property name="geometry">
  6. <rect>
  7. <x>0</x>
  8. <y>0</y>
  9. <width>495</width>
  10. <height>499</height>
  11. </rect>
  12. </property>
  13. <property name="windowTitle">
  14. <string>DialogNewDBVariable</string>
  15. </property>
  16. <widget class="QPushButton" name="cancelButton">
  17. <property name="geometry">
  18. <rect>
  19. <x>370</x>
  20. <y>450</y>
  21. <width>91</width>
  22. <height>31</height>
  23. </rect>
  24. </property>
  25. <property name="text">
  26. <string>Cancel</string>
  27. </property>
  28. </widget>
  29. <widget class="QPushButton" name="createButton">
  30. <property name="geometry">
  31. <rect>
  32. <x>250</x>
  33. <y>450</y>
  34. <width>91</width>
  35. <height>31</height>
  36. </rect>
  37. </property>
  38. <property name="text">
  39. <string>Create</string>
  40. </property>
  41. <property name="default">
  42. <bool>true</bool>
  43. </property>
  44. </widget>
  45. <widget class="QGroupBox" name="groupBox">
  46. <property name="geometry">
  47. <rect>
  48. <x>10</x>
  49. <y>60</y>
  50. <width>471</width>
  51. <height>371</height>
  52. </rect>
  53. </property>
  54. <property name="title">
  55. <string/>
  56. </property>
  57. <widget class="QLabel" name="label_1">
  58. <property name="enabled">
  59. <bool>true</bool>
  60. </property>
  61. <property name="geometry">
  62. <rect>
  63. <x>40</x>
  64. <y>30</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="editName">
  77. <property name="geometry">
  78. <rect>
  79. <x>140</x>
  80. <y>30</y>
  81. <width>291</width>
  82. <height>31</height>
  83. </rect>
  84. </property>
  85. </widget>
  86. <widget class="QLabel" name="label_2">
  87. <property name="enabled">
  88. <bool>true</bool>
  89. </property>
  90. <property name="geometry">
  91. <rect>
  92. <x>40</x>
  93. <y>80</y>
  94. <width>101</width>
  95. <height>31</height>
  96. </rect>
  97. </property>
  98. <property name="text">
  99. <string>数据类型:</string>
  100. </property>
  101. <property name="alignment">
  102. <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
  103. </property>
  104. </widget>
  105. <widget class="QLineEdit" name="editValue">
  106. <property name="geometry">
  107. <rect>
  108. <x>140</x>
  109. <y>130</y>
  110. <width>291</width>
  111. <height>31</height>
  112. </rect>
  113. </property>
  114. </widget>
  115. <widget class="QComboBox" name="comboType">
  116. <property name="geometry">
  117. <rect>
  118. <x>140</x>
  119. <y>80</y>
  120. <width>291</width>
  121. <height>31</height>
  122. </rect>
  123. </property>
  124. </widget>
  125. <widget class="QLabel" name="label_3">
  126. <property name="enabled">
  127. <bool>true</bool>
  128. </property>
  129. <property name="geometry">
  130. <rect>
  131. <x>40</x>
  132. <y>130</y>
  133. <width>101</width>
  134. <height>31</height>
  135. </rect>
  136. </property>
  137. <property name="text">
  138. <string>初始数据:</string>
  139. </property>
  140. <property name="alignment">
  141. <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
  142. </property>
  143. </widget>
  144. <widget class="QLabel" name="label_4">
  145. <property name="enabled">
  146. <bool>true</bool>
  147. </property>
  148. <property name="geometry">
  149. <rect>
  150. <x>40</x>
  151. <y>230</y>
  152. <width>101</width>
  153. <height>31</height>
  154. </rect>
  155. </property>
  156. <property name="text">
  157. <string>变量注释:</string>
  158. </property>
  159. <property name="alignment">
  160. <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
  161. </property>
  162. </widget>
  163. <widget class="QLineEdit" name="editComment">
  164. <property name="geometry">
  165. <rect>
  166. <x>140</x>
  167. <y>230</y>
  168. <width>291</width>
  169. <height>31</height>
  170. </rect>
  171. </property>
  172. </widget>
  173. <widget class="QLabel" name="label_5">
  174. <property name="enabled">
  175. <bool>true</bool>
  176. </property>
  177. <property name="geometry">
  178. <rect>
  179. <x>40</x>
  180. <y>280</y>
  181. <width>101</width>
  182. <height>31</height>
  183. </rect>
  184. </property>
  185. <property name="text">
  186. <string>存取权限:</string>
  187. </property>
  188. <property name="alignment">
  189. <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
  190. </property>
  191. </widget>
  192. <widget class="QLabel" name="label_6">
  193. <property name="enabled">
  194. <bool>true</bool>
  195. </property>
  196. <property name="geometry">
  197. <rect>
  198. <x>40</x>
  199. <y>180</y>
  200. <width>101</width>
  201. <height>31</height>
  202. </rect>
  203. </property>
  204. <property name="text">
  205. <string>通讯地址:</string>
  206. </property>
  207. <property name="alignment">
  208. <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
  209. </property>
  210. </widget>
  211. <widget class="QLineEdit" name="editCommAddress">
  212. <property name="geometry">
  213. <rect>
  214. <x>140</x>
  215. <y>180</y>
  216. <width>291</width>
  217. <height>31</height>
  218. </rect>
  219. </property>
  220. </widget>
  221. <widget class="QComboBox" name="comboAccess">
  222. <property name="geometry">
  223. <rect>
  224. <x>140</x>
  225. <y>280</y>
  226. <width>291</width>
  227. <height>31</height>
  228. </rect>
  229. </property>
  230. </widget>
  231. <widget class="QCheckBox" name="checkTrigger">
  232. <property name="geometry">
  233. <rect>
  234. <x>140</x>
  235. <y>330</y>
  236. <width>161</width>
  237. <height>16</height>
  238. </rect>
  239. </property>
  240. <property name="text">
  241. <string>值变动时触发通知</string>
  242. </property>
  243. </widget>
  244. </widget>
  245. <widget class="QLabel" name="labelTitle">
  246. <property name="enabled">
  247. <bool>false</bool>
  248. </property>
  249. <property name="geometry">
  250. <rect>
  251. <x>0</x>
  252. <y>0</y>
  253. <width>471</width>
  254. <height>41</height>
  255. </rect>
  256. </property>
  257. <property name="text">
  258. <string>创建新的变量(DB模式)</string>
  259. </property>
  260. </widget>
  261. </widget>
  262. <layoutdefault spacing="6" margin="11"/>
  263. <resources/>
  264. <connections/>
  265. </ui>