CToolDialog.ui 15 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <ui version="4.0">
  3. <class>CToolDialog</class>
  4. <widget class="QDialog" name="CToolDialog">
  5. <property name="geometry">
  6. <rect>
  7. <x>0</x>
  8. <y>0</y>
  9. <width>900</width>
  10. <height>540</height>
  11. </rect>
  12. </property>
  13. <property name="windowTitle">
  14. <string>CToolDialog</string>
  15. </property>
  16. <property name="styleSheet">
  17. <string notr="true">#Tool_widget{border:1px solid rgb(61, 61, 61)}
  18. #Image_widget{border:1px solid rgb(61, 61, 61)}</string>
  19. </property>
  20. <layout class="QGridLayout" name="gridLayout_2">
  21. <item row="0" column="0">
  22. <widget class="QWidget" name="widget" native="true">
  23. <widget class="QGroupBox" name="expGroup">
  24. <property name="geometry">
  25. <rect>
  26. <x>590</x>
  27. <y>20</y>
  28. <width>261</width>
  29. <height>371</height>
  30. </rect>
  31. </property>
  32. <property name="title">
  33. <string>导出控件测试</string>
  34. </property>
  35. <widget class="QPushButton" name="expButton">
  36. <property name="geometry">
  37. <rect>
  38. <x>30</x>
  39. <y>30</y>
  40. <width>101</width>
  41. <height>41</height>
  42. </rect>
  43. </property>
  44. <property name="text">
  45. <string>expButton</string>
  46. </property>
  47. </widget>
  48. <widget class="QTextEdit" name="expText">
  49. <property name="geometry">
  50. <rect>
  51. <x>150</x>
  52. <y>30</y>
  53. <width>91</width>
  54. <height>41</height>
  55. </rect>
  56. </property>
  57. <property name="documentTitle">
  58. <string/>
  59. </property>
  60. </widget>
  61. <widget class="QLineEdit" name="expEdit">
  62. <property name="geometry">
  63. <rect>
  64. <x>30</x>
  65. <y>90</y>
  66. <width>211</width>
  67. <height>31</height>
  68. </rect>
  69. </property>
  70. <property name="text">
  71. <string>expOutputEdit</string>
  72. </property>
  73. </widget>
  74. <widget class="QRadioButton" name="expRadio">
  75. <property name="geometry">
  76. <rect>
  77. <x>150</x>
  78. <y>180</y>
  79. <width>89</width>
  80. <height>16</height>
  81. </rect>
  82. </property>
  83. <property name="text">
  84. <string>expRadio</string>
  85. </property>
  86. </widget>
  87. <widget class="QCheckBox" name="expCheck">
  88. <property name="geometry">
  89. <rect>
  90. <x>30</x>
  91. <y>180</y>
  92. <width>71</width>
  93. <height>16</height>
  94. </rect>
  95. </property>
  96. <property name="text">
  97. <string>expCheck</string>
  98. </property>
  99. </widget>
  100. <widget class="QComboBox" name="expCombo">
  101. <property name="geometry">
  102. <rect>
  103. <x>30</x>
  104. <y>140</y>
  105. <width>211</width>
  106. <height>22</height>
  107. </rect>
  108. </property>
  109. </widget>
  110. <widget class="QListWidget" name="expList">
  111. <property name="geometry">
  112. <rect>
  113. <x>30</x>
  114. <y>220</y>
  115. <width>221</width>
  116. <height>141</height>
  117. </rect>
  118. </property>
  119. </widget>
  120. </widget>
  121. <widget class="QGroupBox" name="groupBox">
  122. <property name="geometry">
  123. <rect>
  124. <x>10</x>
  125. <y>10</y>
  126. <width>491</width>
  127. <height>61</height>
  128. </rect>
  129. </property>
  130. <property name="title">
  131. <string>int</string>
  132. </property>
  133. <widget class="QLabel" name="label">
  134. <property name="geometry">
  135. <rect>
  136. <x>30</x>
  137. <y>30</y>
  138. <width>71</width>
  139. <height>16</height>
  140. </rect>
  141. </property>
  142. <property name="text">
  143. <string>m_intInput</string>
  144. </property>
  145. </widget>
  146. <widget class="QLineEdit" name="editIntInput">
  147. <property name="geometry">
  148. <rect>
  149. <x>100</x>
  150. <y>30</y>
  151. <width>113</width>
  152. <height>21</height>
  153. </rect>
  154. </property>
  155. </widget>
  156. <widget class="QLabel" name="label_2">
  157. <property name="geometry">
  158. <rect>
  159. <x>290</x>
  160. <y>30</y>
  161. <width>81</width>
  162. <height>16</height>
  163. </rect>
  164. </property>
  165. <property name="text">
  166. <string>m_intOutput</string>
  167. </property>
  168. </widget>
  169. <widget class="QLineEdit" name="editIntOutput">
  170. <property name="geometry">
  171. <rect>
  172. <x>370</x>
  173. <y>30</y>
  174. <width>113</width>
  175. <height>21</height>
  176. </rect>
  177. </property>
  178. </widget>
  179. </widget>
  180. <widget class="QGroupBox" name="groupBox_2">
  181. <property name="geometry">
  182. <rect>
  183. <x>10</x>
  184. <y>80</y>
  185. <width>491</width>
  186. <height>61</height>
  187. </rect>
  188. </property>
  189. <property name="title">
  190. <string>QString</string>
  191. </property>
  192. <widget class="QLabel" name="label_3">
  193. <property name="geometry">
  194. <rect>
  195. <x>30</x>
  196. <y>30</y>
  197. <width>71</width>
  198. <height>16</height>
  199. </rect>
  200. </property>
  201. <property name="text">
  202. <string>m_strInput</string>
  203. </property>
  204. </widget>
  205. <widget class="QLineEdit" name="editStringInput">
  206. <property name="geometry">
  207. <rect>
  208. <x>100</x>
  209. <y>30</y>
  210. <width>113</width>
  211. <height>21</height>
  212. </rect>
  213. </property>
  214. </widget>
  215. <widget class="QLabel" name="label_4">
  216. <property name="geometry">
  217. <rect>
  218. <x>290</x>
  219. <y>30</y>
  220. <width>81</width>
  221. <height>16</height>
  222. </rect>
  223. </property>
  224. <property name="text">
  225. <string>m_strOutput</string>
  226. </property>
  227. </widget>
  228. <widget class="QLineEdit" name="editStringOutput">
  229. <property name="geometry">
  230. <rect>
  231. <x>370</x>
  232. <y>30</y>
  233. <width>113</width>
  234. <height>21</height>
  235. </rect>
  236. </property>
  237. </widget>
  238. </widget>
  239. <widget class="QGroupBox" name="groupBox_3">
  240. <property name="geometry">
  241. <rect>
  242. <x>10</x>
  243. <y>140</y>
  244. <width>491</width>
  245. <height>61</height>
  246. </rect>
  247. </property>
  248. <property name="title">
  249. <string>int*</string>
  250. </property>
  251. <widget class="QLabel" name="label_5">
  252. <property name="geometry">
  253. <rect>
  254. <x>30</x>
  255. <y>30</y>
  256. <width>71</width>
  257. <height>16</height>
  258. </rect>
  259. </property>
  260. <property name="text">
  261. <string>m_pInt</string>
  262. </property>
  263. </widget>
  264. <widget class="QLineEdit" name="editIntP">
  265. <property name="geometry">
  266. <rect>
  267. <x>100</x>
  268. <y>30</y>
  269. <width>113</width>
  270. <height>21</height>
  271. </rect>
  272. </property>
  273. </widget>
  274. <widget class="QLabel" name="label_6">
  275. <property name="geometry">
  276. <rect>
  277. <x>290</x>
  278. <y>30</y>
  279. <width>81</width>
  280. <height>16</height>
  281. </rect>
  282. </property>
  283. <property name="text">
  284. <string>*m_pInt</string>
  285. </property>
  286. </widget>
  287. <widget class="QLineEdit" name="editIntP2">
  288. <property name="geometry">
  289. <rect>
  290. <x>370</x>
  291. <y>30</y>
  292. <width>113</width>
  293. <height>21</height>
  294. </rect>
  295. </property>
  296. </widget>
  297. </widget>
  298. <widget class="QGroupBox" name="groupBox_4">
  299. <property name="geometry">
  300. <rect>
  301. <x>10</x>
  302. <y>210</y>
  303. <width>491</width>
  304. <height>61</height>
  305. </rect>
  306. </property>
  307. <property name="title">
  308. <string>Control</string>
  309. </property>
  310. <widget class="QLineEdit" name="lineEdit">
  311. <property name="geometry">
  312. <rect>
  313. <x>100</x>
  314. <y>30</y>
  315. <width>113</width>
  316. <height>21</height>
  317. </rect>
  318. </property>
  319. </widget>
  320. <widget class="QLabel" name="label_7">
  321. <property name="geometry">
  322. <rect>
  323. <x>30</x>
  324. <y>30</y>
  325. <width>61</width>
  326. <height>16</height>
  327. </rect>
  328. </property>
  329. <property name="text">
  330. <string>m_lineEdit</string>
  331. </property>
  332. </widget>
  333. <widget class="QComboBox" name="comboBox">
  334. <property name="geometry">
  335. <rect>
  336. <x>370</x>
  337. <y>30</y>
  338. <width>111</width>
  339. <height>22</height>
  340. </rect>
  341. </property>
  342. </widget>
  343. <widget class="QLabel" name="label_8">
  344. <property name="geometry">
  345. <rect>
  346. <x>270</x>
  347. <y>30</y>
  348. <width>81</width>
  349. <height>20</height>
  350. </rect>
  351. </property>
  352. <property name="text">
  353. <string>m_comboBox</string>
  354. </property>
  355. </widget>
  356. <widget class="QGroupBox" name="groupBox_5">
  357. <property name="geometry">
  358. <rect>
  359. <x>0</x>
  360. <y>110</y>
  361. <width>571</width>
  362. <height>80</height>
  363. </rect>
  364. </property>
  365. <property name="title">
  366. <string>Control</string>
  367. </property>
  368. <widget class="QLineEdit" name="lineEdit_2">
  369. <property name="geometry">
  370. <rect>
  371. <x>100</x>
  372. <y>30</y>
  373. <width>113</width>
  374. <height>21</height>
  375. </rect>
  376. </property>
  377. </widget>
  378. <widget class="QLabel" name="label_9">
  379. <property name="geometry">
  380. <rect>
  381. <x>30</x>
  382. <y>30</y>
  383. <width>61</width>
  384. <height>16</height>
  385. </rect>
  386. </property>
  387. <property name="text">
  388. <string>m_lineEdit</string>
  389. </property>
  390. </widget>
  391. <widget class="QComboBox" name="comboBox_2">
  392. <property name="geometry">
  393. <rect>
  394. <x>370</x>
  395. <y>30</y>
  396. <width>111</width>
  397. <height>22</height>
  398. </rect>
  399. </property>
  400. </widget>
  401. <widget class="QLabel" name="label_10">
  402. <property name="geometry">
  403. <rect>
  404. <x>270</x>
  405. <y>30</y>
  406. <width>81</width>
  407. <height>20</height>
  408. </rect>
  409. </property>
  410. <property name="text">
  411. <string>m_comboBox</string>
  412. </property>
  413. </widget>
  414. </widget>
  415. </widget>
  416. <widget class="QTableWidget" name="tableWidget">
  417. <property name="geometry">
  418. <rect>
  419. <x>210</x>
  420. <y>280</y>
  421. <width>291</width>
  422. <height>111</height>
  423. </rect>
  424. </property>
  425. </widget>
  426. <widget class="QGroupBox" name="groupBox_6">
  427. <property name="geometry">
  428. <rect>
  429. <x>20</x>
  430. <y>270</y>
  431. <width>171</width>
  432. <height>121</height>
  433. </rect>
  434. </property>
  435. <property name="title">
  436. <string>GroupBox</string>
  437. </property>
  438. <widget class="QPushButton" name="pushButton">
  439. <property name="geometry">
  440. <rect>
  441. <x>30</x>
  442. <y>20</y>
  443. <width>131</width>
  444. <height>41</height>
  445. </rect>
  446. </property>
  447. <property name="text">
  448. <string>Load</string>
  449. </property>
  450. </widget>
  451. <widget class="QPushButton" name="updateButton">
  452. <property name="geometry">
  453. <rect>
  454. <x>30</x>
  455. <y>70</y>
  456. <width>131</width>
  457. <height>41</height>
  458. </rect>
  459. </property>
  460. <property name="text">
  461. <string>Save</string>
  462. </property>
  463. </widget>
  464. </widget>
  465. <widget class="QPushButton" name="btnSendEvent">
  466. <property name="geometry">
  467. <rect>
  468. <x>50</x>
  469. <y>410</y>
  470. <width>131</width>
  471. <height>41</height>
  472. </rect>
  473. </property>
  474. <property name="text">
  475. <string>SendEvent</string>
  476. </property>
  477. </widget>
  478. </widget>
  479. </item>
  480. <item row="1" column="0">
  481. <widget class="QWidget" name="Tool_widget" native="true">
  482. <property name="maximumSize">
  483. <size>
  484. <width>16777215</width>
  485. <height>42</height>
  486. </size>
  487. </property>
  488. <property name="styleSheet">
  489. <string notr="true"/>
  490. </property>
  491. <layout class="QGridLayout" name="gridLayout">
  492. <property name="leftMargin">
  493. <number>6</number>
  494. </property>
  495. <property name="topMargin">
  496. <number>6</number>
  497. </property>
  498. <property name="rightMargin">
  499. <number>6</number>
  500. </property>
  501. <property name="bottomMargin">
  502. <number>6</number>
  503. </property>
  504. <property name="horizontalSpacing">
  505. <number>20</number>
  506. </property>
  507. <item row="0" column="3" rowspan="2">
  508. <widget class="QPushButton" name="btnOK">
  509. <property name="minimumSize">
  510. <size>
  511. <width>80</width>
  512. <height>30</height>
  513. </size>
  514. </property>
  515. <property name="styleSheet">
  516. <string notr="true"/>
  517. </property>
  518. <property name="text">
  519. <string>确定</string>
  520. </property>
  521. </widget>
  522. </item>
  523. <item row="0" column="2" rowspan="2">
  524. <widget class="QPushButton" name="btnExecute">
  525. <property name="minimumSize">
  526. <size>
  527. <width>80</width>
  528. <height>30</height>
  529. </size>
  530. </property>
  531. <property name="styleSheet">
  532. <string notr="true"/>
  533. </property>
  534. <property name="text">
  535. <string>执行</string>
  536. </property>
  537. </widget>
  538. </item>
  539. <item row="0" column="4" rowspan="2">
  540. <widget class="QPushButton" name="btnCancel">
  541. <property name="minimumSize">
  542. <size>
  543. <width>80</width>
  544. <height>30</height>
  545. </size>
  546. </property>
  547. <property name="styleSheet">
  548. <string notr="true"/>
  549. </property>
  550. <property name="text">
  551. <string>取消</string>
  552. </property>
  553. </widget>
  554. </item>
  555. <item row="0" column="1" rowspan="2">
  556. <spacer name="horizontalSpacer">
  557. <property name="orientation">
  558. <enum>Qt::Horizontal</enum>
  559. </property>
  560. <property name="sizeHint" stdset="0">
  561. <size>
  562. <width>553</width>
  563. <height>20</height>
  564. </size>
  565. </property>
  566. </spacer>
  567. </item>
  568. <item row="1" column="0">
  569. <widget class="QLabel" name="label_time">
  570. <property name="enabled">
  571. <bool>true</bool>
  572. </property>
  573. <property name="minimumSize">
  574. <size>
  575. <width>200</width>
  576. <height>0</height>
  577. </size>
  578. </property>
  579. <property name="styleSheet">
  580. <string notr="true"/>
  581. </property>
  582. <property name="text">
  583. <string>耗时: 0ms</string>
  584. </property>
  585. </widget>
  586. </item>
  587. <item row="0" column="0">
  588. <widget class="QLabel" name="label_state">
  589. <property name="enabled">
  590. <bool>true</bool>
  591. </property>
  592. <property name="minimumSize">
  593. <size>
  594. <width>0</width>
  595. <height>0</height>
  596. </size>
  597. </property>
  598. <property name="styleSheet">
  599. <string notr="true"/>
  600. </property>
  601. <property name="text">
  602. <string>状态: OK</string>
  603. </property>
  604. </widget>
  605. </item>
  606. </layout>
  607. </widget>
  608. </item>
  609. </layout>
  610. </widget>
  611. <layoutdefault spacing="6" margin="11"/>
  612. <resources/>
  613. <connections/>
  614. </ui>