transmitterswitch.ui 14 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469
  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_refresh">
  236. <property name="minimumSize">
  237. <size>
  238. <width>60</width>
  239. <height>32</height>
  240. </size>
  241. </property>
  242. <property name="maximumSize">
  243. <size>
  244. <width>60</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. <spacer name="horizontalSpacer">
  255. <property name="orientation">
  256. <enum>Qt::Horizontal</enum>
  257. </property>
  258. <property name="sizeHint" stdset="0">
  259. <size>
  260. <width>40</width>
  261. <height>20</height>
  262. </size>
  263. </property>
  264. </spacer>
  265. </item>
  266. </layout>
  267. </widget>
  268. </item>
  269. <item>
  270. <widget class="QWidget" name="widget_topRight" native="true">
  271. <property name="minimumSize">
  272. <size>
  273. <width>500</width>
  274. <height>0</height>
  275. </size>
  276. </property>
  277. <widget class="QLabel" name="label_X1">
  278. <property name="geometry">
  279. <rect>
  280. <x>16</x>
  281. <y>33</y>
  282. <width>10</width>
  283. <height>10</height>
  284. </rect>
  285. </property>
  286. <property name="text">
  287. <string>*</string>
  288. </property>
  289. </widget>
  290. <widget class="QLabel" name="label_NC1">
  291. <property name="geometry">
  292. <rect>
  293. <x>28</x>
  294. <y>27</y>
  295. <width>96</width>
  296. <height>22</height>
  297. </rect>
  298. </property>
  299. <property name="text">
  300. <string>是否开启计划</string>
  301. </property>
  302. </widget>
  303. <widget class="QPushButton" name="pBtn_defaultPlan">
  304. <property name="geometry">
  305. <rect>
  306. <x>132</x>
  307. <y>26</y>
  308. <width>44</width>
  309. <height>24</height>
  310. </rect>
  311. </property>
  312. <property name="text">
  313. <string/>
  314. </property>
  315. </widget>
  316. <widget class="QLabel" name="label_NC2">
  317. <property name="geometry">
  318. <rect>
  319. <x>218</x>
  320. <y>27</y>
  321. <width>60</width>
  322. <height>22</height>
  323. </rect>
  324. </property>
  325. <property name="text">
  326. <string>执行模式</string>
  327. </property>
  328. </widget>
  329. <widget class="QRadioButton" name="rBtn_moment">
  330. <property name="geometry">
  331. <rect>
  332. <x>284</x>
  333. <y>26</y>
  334. <width>74</width>
  335. <height>24</height>
  336. </rect>
  337. </property>
  338. <property name="text">
  339. <string>按时刻</string>
  340. </property>
  341. </widget>
  342. <widget class="QRadioButton" name="rBtn_day">
  343. <property name="geometry">
  344. <rect>
  345. <x>374</x>
  346. <y>26</y>
  347. <width>74</width>
  348. <height>24</height>
  349. </rect>
  350. </property>
  351. <property name="text">
  352. <string>按天</string>
  353. </property>
  354. </widget>
  355. <widget class="QLabel" name="label_Tip">
  356. <property name="geometry">
  357. <rect>
  358. <x>464</x>
  359. <y>30</y>
  360. <width>16</width>
  361. <height>16</height>
  362. </rect>
  363. </property>
  364. <property name="text">
  365. <string/>
  366. </property>
  367. </widget>
  368. </widget>
  369. </item>
  370. </layout>
  371. </widget>
  372. </item>
  373. <item>
  374. <widget class="QWidget" name="widget_content" native="true">
  375. <property name="minimumSize">
  376. <size>
  377. <width>0</width>
  378. <height>529</height>
  379. </size>
  380. </property>
  381. <layout class="QHBoxLayout" name="horizontalLayout">
  382. <property name="spacing">
  383. <number>20</number>
  384. </property>
  385. <property name="leftMargin">
  386. <number>20</number>
  387. </property>
  388. <property name="topMargin">
  389. <number>20</number>
  390. </property>
  391. <property name="rightMargin">
  392. <number>20</number>
  393. </property>
  394. <property name="bottomMargin">
  395. <number>20</number>
  396. </property>
  397. <item>
  398. <widget class="QWidget" name="widget_frequency" native="true">
  399. <property name="minimumSize">
  400. <size>
  401. <width>224</width>
  402. <height>529</height>
  403. </size>
  404. </property>
  405. <property name="maximumSize">
  406. <size>
  407. <width>224</width>
  408. <height>16777215</height>
  409. </size>
  410. </property>
  411. <layout class="QVBoxLayout" name="verticalLayout_3">
  412. <property name="spacing">
  413. <number>0</number>
  414. </property>
  415. <property name="leftMargin">
  416. <number>0</number>
  417. </property>
  418. <property name="topMargin">
  419. <number>0</number>
  420. </property>
  421. <property name="rightMargin">
  422. <number>1</number>
  423. </property>
  424. <property name="bottomMargin">
  425. <number>0</number>
  426. </property>
  427. <item>
  428. <widget class="QPushButton" name="pBtn_allFrequency">
  429. <property name="minimumSize">
  430. <size>
  431. <width>120</width>
  432. <height>40</height>
  433. </size>
  434. </property>
  435. <property name="text">
  436. <string>全部频率</string>
  437. </property>
  438. </widget>
  439. </item>
  440. <item>
  441. <spacer name="verticalSpacer_2">
  442. <property name="orientation">
  443. <enum>Qt::Vertical</enum>
  444. </property>
  445. <property name="sizeHint" stdset="0">
  446. <size>
  447. <width>20</width>
  448. <height>206</height>
  449. </size>
  450. </property>
  451. </spacer>
  452. </item>
  453. </layout>
  454. </widget>
  455. </item>
  456. <item>
  457. <widget class="QWidget" name="widget_planContent" native="true"/>
  458. </item>
  459. </layout>
  460. </widget>
  461. </item>
  462. </layout>
  463. </widget>
  464. </item>
  465. </layout>
  466. </widget>
  467. <resources/>
  468. <connections/>
  469. </ui>