transmitterswitch.ui 12 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443
  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>0</number>
  37. </property>
  38. <property name="leftMargin">
  39. <number>20</number>
  40. </property>
  41. <property name="topMargin">
  42. <number>0</number>
  43. </property>
  44. <property name="rightMargin">
  45. <number>20</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. <widget class="QLabel" name="label_NC1">
  59. <property name="geometry">
  60. <rect>
  61. <x>11</x>
  62. <y>27</y>
  63. <width>72</width>
  64. <height>22</height>
  65. </rect>
  66. </property>
  67. <property name="text">
  68. <string>默认计划</string>
  69. </property>
  70. </widget>
  71. <widget class="QPushButton" name="pBtn_defaultPlan">
  72. <property name="geometry">
  73. <rect>
  74. <x>84</x>
  75. <y>26</y>
  76. <width>44</width>
  77. <height>24</height>
  78. </rect>
  79. </property>
  80. <property name="text">
  81. <string/>
  82. </property>
  83. </widget>
  84. <widget class="QLabel" name="label_NC2">
  85. <property name="geometry">
  86. <rect>
  87. <x>168</x>
  88. <y>27</y>
  89. <width>60</width>
  90. <height>22</height>
  91. </rect>
  92. </property>
  93. <property name="text">
  94. <string>执行模式</string>
  95. </property>
  96. </widget>
  97. <widget class="QRadioButton" name="rBtn_moment">
  98. <property name="geometry">
  99. <rect>
  100. <x>240</x>
  101. <y>26</y>
  102. <width>74</width>
  103. <height>24</height>
  104. </rect>
  105. </property>
  106. <property name="text">
  107. <string>按时刻</string>
  108. </property>
  109. </widget>
  110. <widget class="QRadioButton" name="rBtn_day">
  111. <property name="geometry">
  112. <rect>
  113. <x>340</x>
  114. <y>26</y>
  115. <width>74</width>
  116. <height>24</height>
  117. </rect>
  118. </property>
  119. <property name="text">
  120. <string>按天</string>
  121. </property>
  122. </widget>
  123. <widget class="QLabel" name="label_Tip">
  124. <property name="geometry">
  125. <rect>
  126. <x>414</x>
  127. <y>30</y>
  128. <width>16</width>
  129. <height>16</height>
  130. </rect>
  131. </property>
  132. <property name="text">
  133. <string/>
  134. </property>
  135. </widget>
  136. <widget class="QLabel" name="label_X1">
  137. <property name="geometry">
  138. <rect>
  139. <x>0</x>
  140. <y>35</y>
  141. <width>6</width>
  142. <height>12</height>
  143. </rect>
  144. </property>
  145. <property name="text">
  146. <string>*</string>
  147. </property>
  148. </widget>
  149. </widget>
  150. </item>
  151. <item>
  152. <widget class="QWidget" name="widget_content" native="true">
  153. <property name="minimumSize">
  154. <size>
  155. <width>0</width>
  156. <height>529</height>
  157. </size>
  158. </property>
  159. <layout class="QHBoxLayout" name="horizontalLayout">
  160. <property name="spacing">
  161. <number>1</number>
  162. </property>
  163. <property name="leftMargin">
  164. <number>1</number>
  165. </property>
  166. <property name="topMargin">
  167. <number>1</number>
  168. </property>
  169. <property name="rightMargin">
  170. <number>1</number>
  171. </property>
  172. <property name="bottomMargin">
  173. <number>1</number>
  174. </property>
  175. <item>
  176. <widget class="QWidget" name="widget_weekpBtn" native="true">
  177. <property name="minimumSize">
  178. <size>
  179. <width>120</width>
  180. <height>529</height>
  181. </size>
  182. </property>
  183. <layout class="QVBoxLayout" name="verticalLayout_3">
  184. <property name="spacing">
  185. <number>0</number>
  186. </property>
  187. <property name="leftMargin">
  188. <number>0</number>
  189. </property>
  190. <property name="topMargin">
  191. <number>0</number>
  192. </property>
  193. <property name="rightMargin">
  194. <number>1</number>
  195. </property>
  196. <property name="bottomMargin">
  197. <number>0</number>
  198. </property>
  199. <item>
  200. <widget class="QPushButton" name="pBtn_Monday">
  201. <property name="minimumSize">
  202. <size>
  203. <width>120</width>
  204. <height>40</height>
  205. </size>
  206. </property>
  207. <property name="text">
  208. <string>星期一</string>
  209. </property>
  210. </widget>
  211. </item>
  212. <item>
  213. <widget class="QPushButton" name="pBtn_Tuesday">
  214. <property name="minimumSize">
  215. <size>
  216. <width>0</width>
  217. <height>40</height>
  218. </size>
  219. </property>
  220. <property name="text">
  221. <string>星期二</string>
  222. </property>
  223. </widget>
  224. </item>
  225. <item>
  226. <widget class="QPushButton" name="pBtn_Wednesday">
  227. <property name="minimumSize">
  228. <size>
  229. <width>0</width>
  230. <height>40</height>
  231. </size>
  232. </property>
  233. <property name="text">
  234. <string>星期三</string>
  235. </property>
  236. </widget>
  237. </item>
  238. <item>
  239. <widget class="QPushButton" name="pBtn_Thursday">
  240. <property name="minimumSize">
  241. <size>
  242. <width>0</width>
  243. <height>40</height>
  244. </size>
  245. </property>
  246. <property name="text">
  247. <string>星期四</string>
  248. </property>
  249. </widget>
  250. </item>
  251. <item>
  252. <widget class="QPushButton" name="pBtn_Friday">
  253. <property name="minimumSize">
  254. <size>
  255. <width>0</width>
  256. <height>40</height>
  257. </size>
  258. </property>
  259. <property name="text">
  260. <string>星期五</string>
  261. </property>
  262. </widget>
  263. </item>
  264. <item>
  265. <widget class="QPushButton" name="pBtn_Saturday">
  266. <property name="minimumSize">
  267. <size>
  268. <width>0</width>
  269. <height>40</height>
  270. </size>
  271. </property>
  272. <property name="text">
  273. <string>星期六</string>
  274. </property>
  275. </widget>
  276. </item>
  277. <item>
  278. <widget class="QPushButton" name="pBtn_Sunday">
  279. <property name="minimumSize">
  280. <size>
  281. <width>0</width>
  282. <height>40</height>
  283. </size>
  284. </property>
  285. <property name="text">
  286. <string>星期日</string>
  287. </property>
  288. </widget>
  289. </item>
  290. <item>
  291. <widget class="QPushButton" name="pBtn_SpecialDay">
  292. <property name="minimumSize">
  293. <size>
  294. <width>0</width>
  295. <height>40</height>
  296. </size>
  297. </property>
  298. <property name="text">
  299. <string>特殊日</string>
  300. </property>
  301. </widget>
  302. </item>
  303. <item>
  304. <spacer name="verticalSpacer_2">
  305. <property name="orientation">
  306. <enum>Qt::Vertical</enum>
  307. </property>
  308. <property name="sizeHint" stdset="0">
  309. <size>
  310. <width>20</width>
  311. <height>206</height>
  312. </size>
  313. </property>
  314. </spacer>
  315. </item>
  316. </layout>
  317. </widget>
  318. </item>
  319. <item>
  320. <widget class="QStackedWidget" name="stackedWidget_items"/>
  321. </item>
  322. </layout>
  323. </widget>
  324. </item>
  325. <item>
  326. <widget class="QWidget" name="widget_bottom" native="true">
  327. <property name="minimumSize">
  328. <size>
  329. <width>0</width>
  330. <height>70</height>
  331. </size>
  332. </property>
  333. <widget class="QPushButton" name="pBtn_addPlan">
  334. <property name="geometry">
  335. <rect>
  336. <x>16</x>
  337. <y>16</y>
  338. <width>96</width>
  339. <height>36</height>
  340. </rect>
  341. </property>
  342. <property name="text">
  343. <string>添加计划</string>
  344. </property>
  345. </widget>
  346. <widget class="QPushButton" name="pBtn_clearPlan">
  347. <property name="geometry">
  348. <rect>
  349. <x>128</x>
  350. <y>16</y>
  351. <width>96</width>
  352. <height>36</height>
  353. </rect>
  354. </property>
  355. <property name="text">
  356. <string>清空计划</string>
  357. </property>
  358. </widget>
  359. <widget class="QPushButton" name="pBtn_importPlan">
  360. <property name="geometry">
  361. <rect>
  362. <x>241</x>
  363. <y>16</y>
  364. <width>96</width>
  365. <height>36</height>
  366. </rect>
  367. </property>
  368. <property name="text">
  369. <string>导入模板</string>
  370. </property>
  371. </widget>
  372. <widget class="QPushButton" name="pBtn_exportPlan">
  373. <property name="geometry">
  374. <rect>
  375. <x>353</x>
  376. <y>16</y>
  377. <width>110</width>
  378. <height>36</height>
  379. </rect>
  380. </property>
  381. <property name="text">
  382. <string>保存为模版</string>
  383. </property>
  384. </widget>
  385. </widget>
  386. </item>
  387. <item>
  388. <widget class="QWidget" name="widget_bottom2" native="true">
  389. <property name="minimumSize">
  390. <size>
  391. <width>0</width>
  392. <height>70</height>
  393. </size>
  394. </property>
  395. <widget class="QPushButton" name="pBtn_savePlan">
  396. <property name="geometry">
  397. <rect>
  398. <x>16</x>
  399. <y>16</y>
  400. <width>96</width>
  401. <height>36</height>
  402. </rect>
  403. </property>
  404. <property name="text">
  405. <string>保存计划</string>
  406. </property>
  407. </widget>
  408. <widget class="QPushButton" name="pBtn_getPlan">
  409. <property name="geometry">
  410. <rect>
  411. <x>128</x>
  412. <y>16</y>
  413. <width>96</width>
  414. <height>36</height>
  415. </rect>
  416. </property>
  417. <property name="text">
  418. <string>获取计划</string>
  419. </property>
  420. </widget>
  421. </widget>
  422. </item>
  423. <item>
  424. <spacer name="verticalSpacer">
  425. <property name="orientation">
  426. <enum>Qt::Vertical</enum>
  427. </property>
  428. <property name="sizeHint" stdset="0">
  429. <size>
  430. <width>20</width>
  431. <height>203</height>
  432. </size>
  433. </property>
  434. </spacer>
  435. </item>
  436. </layout>
  437. </widget>
  438. </item>
  439. </layout>
  440. </widget>
  441. <resources/>
  442. <connections/>
  443. </ui>