DialogBlockProperty.ui 7.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <ui version="4.0">
  3. <class>DialogBlockProperty</class>
  4. <widget class="QDialog" name="DialogBlockProperty">
  5. <property name="geometry">
  6. <rect>
  7. <x>0</x>
  8. <y>0</y>
  9. <width>538</width>
  10. <height>391</height>
  11. </rect>
  12. </property>
  13. <property name="windowTitle">
  14. <string>Property Sheets</string>
  15. </property>
  16. <widget class="QTabWidget" name="tabSettings">
  17. <property name="geometry">
  18. <rect>
  19. <x>10</x>
  20. <y>60</y>
  21. <width>520</width>
  22. <height>261</height>
  23. </rect>
  24. </property>
  25. <property name="currentIndex">
  26. <number>0</number>
  27. </property>
  28. <widget class="QWidget" name="tabMap">
  29. <attribute name="title">
  30. <string>Diagram</string>
  31. </attribute>
  32. <widget class="QGraphicsView" name="viewBlockProperty">
  33. <property name="geometry">
  34. <rect>
  35. <x>10</x>
  36. <y>11</y>
  37. <width>491</width>
  38. <height>211</height>
  39. </rect>
  40. </property>
  41. <property name="frameShape">
  42. <enum>QFrame::Box</enum>
  43. </property>
  44. <property name="frameShadow">
  45. <enum>QFrame::Plain</enum>
  46. </property>
  47. <property name="lineWidth">
  48. <number>1</number>
  49. </property>
  50. </widget>
  51. </widget>
  52. <widget class="QWidget" name="tabInfo">
  53. <attribute name="title">
  54. <string>Information</string>
  55. </attribute>
  56. <widget class="QTextEdit" name="editInfo">
  57. <property name="geometry">
  58. <rect>
  59. <x>10</x>
  60. <y>10</y>
  61. <width>491</width>
  62. <height>211</height>
  63. </rect>
  64. </property>
  65. </widget>
  66. </widget>
  67. <widget class="QWidget" name="tab">
  68. <attribute name="title">
  69. <string>Parameters</string>
  70. </attribute>
  71. <widget class="QGroupBox" name="groupBox_2">
  72. <property name="geometry">
  73. <rect>
  74. <x>10</x>
  75. <y>70</y>
  76. <width>241</width>
  77. <height>151</height>
  78. </rect>
  79. </property>
  80. <property name="title">
  81. <string>Parameters</string>
  82. </property>
  83. <widget class="QLineEdit" name="editName">
  84. <property name="geometry">
  85. <rect>
  86. <x>80</x>
  87. <y>40</y>
  88. <width>141</width>
  89. <height>31</height>
  90. </rect>
  91. </property>
  92. </widget>
  93. <widget class="QLabel" name="label_7">
  94. <property name="enabled">
  95. <bool>false</bool>
  96. </property>
  97. <property name="geometry">
  98. <rect>
  99. <x>10</x>
  100. <y>40</y>
  101. <width>61</width>
  102. <height>31</height>
  103. </rect>
  104. </property>
  105. <property name="text">
  106. <string>名称:</string>
  107. </property>
  108. <property name="alignment">
  109. <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
  110. </property>
  111. </widget>
  112. <widget class="QLabel" name="label_8">
  113. <property name="enabled">
  114. <bool>false</bool>
  115. </property>
  116. <property name="geometry">
  117. <rect>
  118. <x>10</x>
  119. <y>90</y>
  120. <width>61</width>
  121. <height>31</height>
  122. </rect>
  123. </property>
  124. <property name="text">
  125. <string>序号:</string>
  126. </property>
  127. <property name="alignment">
  128. <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
  129. </property>
  130. </widget>
  131. <widget class="QComboBox" name="comboIndex">
  132. <property name="geometry">
  133. <rect>
  134. <x>80</x>
  135. <y>100</y>
  136. <width>141</width>
  137. <height>22</height>
  138. </rect>
  139. </property>
  140. </widget>
  141. </widget>
  142. <widget class="QCheckBox" name="checkEnableTool">
  143. <property name="geometry">
  144. <rect>
  145. <x>30</x>
  146. <y>30</y>
  147. <width>121</width>
  148. <height>20</height>
  149. </rect>
  150. </property>
  151. <property name="text">
  152. <string>启用工具</string>
  153. </property>
  154. </widget>
  155. <widget class="QGroupBox" name="groupBox">
  156. <property name="geometry">
  157. <rect>
  158. <x>260</x>
  159. <y>10</y>
  160. <width>241</width>
  161. <height>211</height>
  162. </rect>
  163. </property>
  164. <property name="title">
  165. <string>Times</string>
  166. </property>
  167. <widget class="QLabel" name="label">
  168. <property name="enabled">
  169. <bool>true</bool>
  170. </property>
  171. <property name="geometry">
  172. <rect>
  173. <x>10</x>
  174. <y>60</y>
  175. <width>81</width>
  176. <height>31</height>
  177. </rect>
  178. </property>
  179. <property name="text">
  180. <string>入口延时:</string>
  181. </property>
  182. <property name="alignment">
  183. <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
  184. </property>
  185. </widget>
  186. <widget class="QLabel" name="label_4">
  187. <property name="enabled">
  188. <bool>true</bool>
  189. </property>
  190. <property name="geometry">
  191. <rect>
  192. <x>10</x>
  193. <y>150</y>
  194. <width>81</width>
  195. <height>31</height>
  196. </rect>
  197. </property>
  198. <property name="text">
  199. <string>出口延时:</string>
  200. </property>
  201. <property name="alignment">
  202. <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
  203. </property>
  204. </widget>
  205. <widget class="QLineEdit" name="editBeforeDelay">
  206. <property name="geometry">
  207. <rect>
  208. <x>90</x>
  209. <y>60</y>
  210. <width>91</width>
  211. <height>31</height>
  212. </rect>
  213. </property>
  214. </widget>
  215. <widget class="QLineEdit" name="editAfterDelay">
  216. <property name="geometry">
  217. <rect>
  218. <x>90</x>
  219. <y>150</y>
  220. <width>91</width>
  221. <height>31</height>
  222. </rect>
  223. </property>
  224. </widget>
  225. <widget class="QLabel" name="label_5">
  226. <property name="enabled">
  227. <bool>true</bool>
  228. </property>
  229. <property name="geometry">
  230. <rect>
  231. <x>190</x>
  232. <y>60</y>
  233. <width>31</width>
  234. <height>31</height>
  235. </rect>
  236. </property>
  237. <property name="text">
  238. <string>ms</string>
  239. </property>
  240. </widget>
  241. <widget class="QLabel" name="label_6">
  242. <property name="enabled">
  243. <bool>true</bool>
  244. </property>
  245. <property name="geometry">
  246. <rect>
  247. <x>190</x>
  248. <y>150</y>
  249. <width>31</width>
  250. <height>31</height>
  251. </rect>
  252. </property>
  253. <property name="text">
  254. <string>ms</string>
  255. </property>
  256. </widget>
  257. </widget>
  258. </widget>
  259. </widget>
  260. <widget class="QPushButton" name="cancelButton">
  261. <property name="geometry">
  262. <rect>
  263. <x>400</x>
  264. <y>340</y>
  265. <width>91</width>
  266. <height>31</height>
  267. </rect>
  268. </property>
  269. <property name="text">
  270. <string>Cancel</string>
  271. </property>
  272. </widget>
  273. <widget class="QPushButton" name="okButton">
  274. <property name="geometry">
  275. <rect>
  276. <x>280</x>
  277. <y>340</y>
  278. <width>91</width>
  279. <height>31</height>
  280. </rect>
  281. </property>
  282. <property name="text">
  283. <string>OK</string>
  284. </property>
  285. <property name="default">
  286. <bool>true</bool>
  287. </property>
  288. </widget>
  289. <widget class="QLabel" name="labelTitle">
  290. <property name="enabled">
  291. <bool>false</bool>
  292. </property>
  293. <property name="geometry">
  294. <rect>
  295. <x>0</x>
  296. <y>0</y>
  297. <width>541</width>
  298. <height>51</height>
  299. </rect>
  300. </property>
  301. <property name="text">
  302. <string>功能块属性</string>
  303. </property>
  304. </widget>
  305. </widget>
  306. <layoutdefault spacing="6" margin="11"/>
  307. <resources/>
  308. <connections/>
  309. </ui>