transmitterswitch.ui 15 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <ui version="4.0">
  3. <class>TransmitterSwitch</class>
  4. <widget class="QWidget" name="TransmitterSwitch">
  5. <property name="geometry">
  6. <rect>
  7. <x>0</x>
  8. <y>0</y>
  9. <width>1800</width>
  10. <height>883</height>
  11. </rect>
  12. </property>
  13. <property name="windowTitle">
  14. <string>Form</string>
  15. </property>
  16. <layout class="QVBoxLayout" name="verticalLayout">
  17. <property name="spacing">
  18. <number>0</number>
  19. </property>
  20. <property name="leftMargin">
  21. <number>0</number>
  22. </property>
  23. <property name="topMargin">
  24. <number>0</number>
  25. </property>
  26. <property name="rightMargin">
  27. <number>0</number>
  28. </property>
  29. <property name="bottomMargin">
  30. <number>0</number>
  31. </property>
  32. <item>
  33. <widget class="QWidget" name="widget" native="true">
  34. <layout class="QVBoxLayout" name="verticalLayout_2">
  35. <property name="spacing">
  36. <number>12</number>
  37. </property>
  38. <property name="leftMargin">
  39. <number>0</number>
  40. </property>
  41. <property name="topMargin">
  42. <number>0</number>
  43. </property>
  44. <property name="rightMargin">
  45. <number>0</number>
  46. </property>
  47. <property name="bottomMargin">
  48. <number>0</number>
  49. </property>
  50. <item>
  51. <widget class="QWidget" name="widget_top" native="true">
  52. <property name="minimumSize">
  53. <size>
  54. <width>0</width>
  55. <height>76</height>
  56. </size>
  57. </property>
  58. <property name="maximumSize">
  59. <size>
  60. <width>16777215</width>
  61. <height>76</height>
  62. </size>
  63. </property>
  64. <layout class="QHBoxLayout" name="horizontalLayout_2">
  65. <property name="spacing">
  66. <number>0</number>
  67. </property>
  68. <property name="leftMargin">
  69. <number>0</number>
  70. </property>
  71. <property name="topMargin">
  72. <number>0</number>
  73. </property>
  74. <property name="rightMargin">
  75. <number>0</number>
  76. </property>
  77. <property name="bottomMargin">
  78. <number>0</number>
  79. </property>
  80. <item>
  81. <widget class="QWidget" name="widget_topLeft" native="true">
  82. <layout class="QHBoxLayout" name="horizontalLayout_3">
  83. <property name="spacing">
  84. <number>16</number>
  85. </property>
  86. <property name="leftMargin">
  87. <number>20</number>
  88. </property>
  89. <property name="topMargin">
  90. <number>11</number>
  91. </property>
  92. <property name="rightMargin">
  93. <number>11</number>
  94. </property>
  95. <item>
  96. <widget class="QPushButton" name="pBtn_addPlan">
  97. <property name="sizePolicy">
  98. <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
  99. <horstretch>0</horstretch>
  100. <verstretch>0</verstretch>
  101. </sizepolicy>
  102. </property>
  103. <property name="minimumSize">
  104. <size>
  105. <width>84</width>
  106. <height>32</height>
  107. </size>
  108. </property>
  109. <property name="text">
  110. <string>+ 新增</string>
  111. </property>
  112. </widget>
  113. </item>
  114. <item>
  115. <widget class="QPushButton" name="pBtn_editPlan">
  116. <property name="sizePolicy">
  117. <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
  118. <horstretch>0</horstretch>
  119. <verstretch>0</verstretch>
  120. </sizepolicy>
  121. </property>
  122. <property name="minimumSize">
  123. <size>
  124. <width>60</width>
  125. <height>32</height>
  126. </size>
  127. </property>
  128. <property name="maximumSize">
  129. <size>
  130. <width>60</width>
  131. <height>32</height>
  132. </size>
  133. </property>
  134. <property name="text">
  135. <string>修改</string>
  136. </property>
  137. </widget>
  138. </item>
  139. <item>
  140. <widget class="QPushButton" name="pBtn_deletePlan">
  141. <property name="minimumSize">
  142. <size>
  143. <width>60</width>
  144. <height>32</height>
  145. </size>
  146. </property>
  147. <property name="maximumSize">
  148. <size>
  149. <width>60</width>
  150. <height>32</height>
  151. </size>
  152. </property>
  153. <property name="text">
  154. <string>删除</string>
  155. </property>
  156. </widget>
  157. </item>
  158. <item>
  159. <widget class="QPushButton" name="pBtn_cloneToOther">
  160. <property name="minimumSize">
  161. <size>
  162. <width>144</width>
  163. <height>32</height>
  164. </size>
  165. </property>
  166. <property name="maximumSize">
  167. <size>
  168. <width>144</width>
  169. <height>32</height>
  170. </size>
  171. </property>
  172. <property name="text">
  173. <string>复制到其他发射机</string>
  174. </property>
  175. </widget>
  176. </item>
  177. <item>
  178. <widget class="QPushButton" name="pBtn_importPlan">
  179. <property name="minimumSize">
  180. <size>
  181. <width>88</width>
  182. <height>32</height>
  183. </size>
  184. </property>
  185. <property name="maximumSize">
  186. <size>
  187. <width>88</width>
  188. <height>32</height>
  189. </size>
  190. </property>
  191. <property name="text">
  192. <string>导入模板</string>
  193. </property>
  194. </widget>
  195. </item>
  196. <item>
  197. <widget class="QPushButton" name="pBtn_exportPlan">
  198. <property name="minimumSize">
  199. <size>
  200. <width>102</width>
  201. <height>32</height>
  202. </size>
  203. </property>
  204. <property name="maximumSize">
  205. <size>
  206. <width>102</width>
  207. <height>32</height>
  208. </size>
  209. </property>
  210. <property name="text">
  211. <string>保存为模版</string>
  212. </property>
  213. </widget>
  214. </item>
  215. <item>
  216. <widget class="QPushButton" name="pBtn_clearPlan">
  217. <property name="minimumSize">
  218. <size>
  219. <width>88</width>
  220. <height>32</height>
  221. </size>
  222. </property>
  223. <property name="maximumSize">
  224. <size>
  225. <width>88</width>
  226. <height>32</height>
  227. </size>
  228. </property>
  229. <property name="text">
  230. <string>清空计划</string>
  231. </property>
  232. </widget>
  233. </item>
  234. <item>
  235. <widget class="QPushButton" name="pBtn_templateManager">
  236. <property name="minimumSize">
  237. <size>
  238. <width>88</width>
  239. <height>32</height>
  240. </size>
  241. </property>
  242. <property name="maximumSize">
  243. <size>
  244. <width>88</width>
  245. <height>32</height>
  246. </size>
  247. </property>
  248. <property name="text">
  249. <string>模板管理</string>
  250. </property>
  251. </widget>
  252. </item>
  253. <item>
  254. <widget class="QPushButton" name="pBtn_refresh">
  255. <property name="minimumSize">
  256. <size>
  257. <width>60</width>
  258. <height>32</height>
  259. </size>
  260. </property>
  261. <property name="maximumSize">
  262. <size>
  263. <width>60</width>
  264. <height>32</height>
  265. </size>
  266. </property>
  267. <property name="text">
  268. <string>刷新</string>
  269. </property>
  270. </widget>
  271. </item>
  272. <item>
  273. <spacer name="horizontalSpacer">
  274. <property name="orientation">
  275. <enum>Qt::Horizontal</enum>
  276. </property>
  277. <property name="sizeHint" stdset="0">
  278. <size>
  279. <width>40</width>
  280. <height>20</height>
  281. </size>
  282. </property>
  283. </spacer>
  284. </item>
  285. </layout>
  286. </widget>
  287. </item>
  288. <item>
  289. <widget class="QWidget" name="widget_topRight" native="true">
  290. <property name="minimumSize">
  291. <size>
  292. <width>500</width>
  293. <height>0</height>
  294. </size>
  295. </property>
  296. <widget class="QLabel" name="label_X1">
  297. <property name="geometry">
  298. <rect>
  299. <x>16</x>
  300. <y>33</y>
  301. <width>10</width>
  302. <height>10</height>
  303. </rect>
  304. </property>
  305. <property name="text">
  306. <string>*</string>
  307. </property>
  308. </widget>
  309. <widget class="QLabel" name="label_NC1">
  310. <property name="geometry">
  311. <rect>
  312. <x>28</x>
  313. <y>27</y>
  314. <width>96</width>
  315. <height>22</height>
  316. </rect>
  317. </property>
  318. <property name="text">
  319. <string>是否开启计划</string>
  320. </property>
  321. </widget>
  322. <widget class="QPushButton" name="pBtn_defaultPlan">
  323. <property name="geometry">
  324. <rect>
  325. <x>132</x>
  326. <y>26</y>
  327. <width>44</width>
  328. <height>24</height>
  329. </rect>
  330. </property>
  331. <property name="text">
  332. <string/>
  333. </property>
  334. </widget>
  335. <widget class="QLabel" name="label_NC2">
  336. <property name="geometry">
  337. <rect>
  338. <x>218</x>
  339. <y>27</y>
  340. <width>60</width>
  341. <height>22</height>
  342. </rect>
  343. </property>
  344. <property name="text">
  345. <string>执行模式</string>
  346. </property>
  347. </widget>
  348. <widget class="QRadioButton" name="rBtn_moment">
  349. <property name="geometry">
  350. <rect>
  351. <x>284</x>
  352. <y>26</y>
  353. <width>74</width>
  354. <height>24</height>
  355. </rect>
  356. </property>
  357. <property name="text">
  358. <string>按时刻</string>
  359. </property>
  360. </widget>
  361. <widget class="QRadioButton" name="rBtn_day">
  362. <property name="geometry">
  363. <rect>
  364. <x>374</x>
  365. <y>26</y>
  366. <width>74</width>
  367. <height>24</height>
  368. </rect>
  369. </property>
  370. <property name="text">
  371. <string>按天</string>
  372. </property>
  373. </widget>
  374. <widget class="QLabel" name="label_Tip">
  375. <property name="geometry">
  376. <rect>
  377. <x>464</x>
  378. <y>30</y>
  379. <width>16</width>
  380. <height>16</height>
  381. </rect>
  382. </property>
  383. <property name="text">
  384. <string/>
  385. </property>
  386. </widget>
  387. </widget>
  388. </item>
  389. </layout>
  390. </widget>
  391. </item>
  392. <item>
  393. <widget class="QWidget" name="widget_content" native="true">
  394. <property name="minimumSize">
  395. <size>
  396. <width>0</width>
  397. <height>529</height>
  398. </size>
  399. </property>
  400. <layout class="QHBoxLayout" name="horizontalLayout">
  401. <property name="spacing">
  402. <number>20</number>
  403. </property>
  404. <property name="leftMargin">
  405. <number>20</number>
  406. </property>
  407. <property name="topMargin">
  408. <number>20</number>
  409. </property>
  410. <property name="rightMargin">
  411. <number>20</number>
  412. </property>
  413. <property name="bottomMargin">
  414. <number>20</number>
  415. </property>
  416. <item>
  417. <widget class="QWidget" name="widget_frequency" native="true">
  418. <property name="minimumSize">
  419. <size>
  420. <width>224</width>
  421. <height>529</height>
  422. </size>
  423. </property>
  424. <property name="maximumSize">
  425. <size>
  426. <width>224</width>
  427. <height>16777215</height>
  428. </size>
  429. </property>
  430. <layout class="QVBoxLayout" name="verticalLayout_3">
  431. <property name="spacing">
  432. <number>0</number>
  433. </property>
  434. <property name="leftMargin">
  435. <number>0</number>
  436. </property>
  437. <property name="topMargin">
  438. <number>0</number>
  439. </property>
  440. <property name="rightMargin">
  441. <number>1</number>
  442. </property>
  443. <property name="bottomMargin">
  444. <number>0</number>
  445. </property>
  446. <item>
  447. <widget class="QPushButton" name="pBtn_allFrequency">
  448. <property name="minimumSize">
  449. <size>
  450. <width>120</width>
  451. <height>40</height>
  452. </size>
  453. </property>
  454. <property name="text">
  455. <string>全部频率</string>
  456. </property>
  457. </widget>
  458. </item>
  459. <item>
  460. <spacer name="verticalSpacer_2">
  461. <property name="orientation">
  462. <enum>Qt::Vertical</enum>
  463. </property>
  464. <property name="sizeHint" stdset="0">
  465. <size>
  466. <width>20</width>
  467. <height>206</height>
  468. </size>
  469. </property>
  470. </spacer>
  471. </item>
  472. </layout>
  473. </widget>
  474. </item>
  475. <item>
  476. <widget class="QScrollArea" name="scrollArea">
  477. <property name="widgetResizable">
  478. <bool>true</bool>
  479. </property>
  480. <widget class="QWidget" name="scrollAreaContents_Card">
  481. <property name="geometry">
  482. <rect>
  483. <x>0</x>
  484. <y>0</y>
  485. <width>1514</width>
  486. <height>753</height>
  487. </rect>
  488. </property>
  489. </widget>
  490. </widget>
  491. </item>
  492. </layout>
  493. </widget>
  494. </item>
  495. </layout>
  496. </widget>
  497. </item>
  498. </layout>
  499. </widget>
  500. <resources/>
  501. <connections/>
  502. </ui>