managerplan.ui 35 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <ui version="4.0">
  3. <class>ManagerPlan</class>
  4. <widget class="QDialog" name="ManagerPlan">
  5. <property name="geometry">
  6. <rect>
  7. <x>0</x>
  8. <y>0</y>
  9. <width>1118</width>
  10. <height>975</height>
  11. </rect>
  12. </property>
  13. <property name="sizePolicy">
  14. <sizepolicy hsizetype="Preferred" vsizetype="Preferred">
  15. <horstretch>0</horstretch>
  16. <verstretch>0</verstretch>
  17. </sizepolicy>
  18. </property>
  19. <property name="windowTitle">
  20. <string>Form</string>
  21. </property>
  22. <layout class="QVBoxLayout" name="verticalLayout">
  23. <property name="spacing">
  24. <number>0</number>
  25. </property>
  26. <property name="leftMargin">
  27. <number>0</number>
  28. </property>
  29. <property name="topMargin">
  30. <number>0</number>
  31. </property>
  32. <property name="rightMargin">
  33. <number>0</number>
  34. </property>
  35. <property name="bottomMargin">
  36. <number>0</number>
  37. </property>
  38. <item>
  39. <widget class="QWidget" name="widget" native="true">
  40. <widget class="QWidget" name="widget_background" native="true">
  41. <property name="geometry">
  42. <rect>
  43. <x>199</x>
  44. <y>121</y>
  45. <width>730</width>
  46. <height>732</height>
  47. </rect>
  48. </property>
  49. <property name="sizePolicy">
  50. <sizepolicy hsizetype="Preferred" vsizetype="Preferred">
  51. <horstretch>0</horstretch>
  52. <verstretch>0</verstretch>
  53. </sizepolicy>
  54. </property>
  55. <property name="minimumSize">
  56. <size>
  57. <width>730</width>
  58. <height>600</height>
  59. </size>
  60. </property>
  61. <property name="maximumSize">
  62. <size>
  63. <width>730</width>
  64. <height>800</height>
  65. </size>
  66. </property>
  67. <layout class="QVBoxLayout" name="verticalLayout_2">
  68. <property name="spacing">
  69. <number>0</number>
  70. </property>
  71. <property name="leftMargin">
  72. <number>0</number>
  73. </property>
  74. <property name="topMargin">
  75. <number>0</number>
  76. </property>
  77. <property name="rightMargin">
  78. <number>0</number>
  79. </property>
  80. <property name="bottomMargin">
  81. <number>0</number>
  82. </property>
  83. <item>
  84. <widget class="QWidget" name="widget_top" native="true">
  85. <property name="sizePolicy">
  86. <sizepolicy hsizetype="Preferred" vsizetype="Preferred">
  87. <horstretch>0</horstretch>
  88. <verstretch>0</verstretch>
  89. </sizepolicy>
  90. </property>
  91. <property name="minimumSize">
  92. <size>
  93. <width>0</width>
  94. <height>63</height>
  95. </size>
  96. </property>
  97. <property name="maximumSize">
  98. <size>
  99. <width>16777215</width>
  100. <height>63</height>
  101. </size>
  102. </property>
  103. <layout class="QHBoxLayout" name="horizontalLayout_8">
  104. <property name="spacing">
  105. <number>0</number>
  106. </property>
  107. <property name="leftMargin">
  108. <number>32</number>
  109. </property>
  110. <property name="rightMargin">
  111. <number>16</number>
  112. </property>
  113. <item>
  114. <widget class="QLabel" name="label_title">
  115. <property name="minimumSize">
  116. <size>
  117. <width>88</width>
  118. <height>24</height>
  119. </size>
  120. </property>
  121. <property name="maximumSize">
  122. <size>
  123. <width>16777215</width>
  124. <height>16777215</height>
  125. </size>
  126. </property>
  127. <property name="text">
  128. <string>新增</string>
  129. </property>
  130. </widget>
  131. </item>
  132. <item>
  133. <spacer name="horizontalSpacer_6">
  134. <property name="orientation">
  135. <enum>Qt::Horizontal</enum>
  136. </property>
  137. <property name="sizeHint" stdset="0">
  138. <size>
  139. <width>611</width>
  140. <height>20</height>
  141. </size>
  142. </property>
  143. </spacer>
  144. </item>
  145. <item>
  146. <widget class="QPushButton" name="pBtn_close">
  147. <property name="sizePolicy">
  148. <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
  149. <horstretch>0</horstretch>
  150. <verstretch>0</verstretch>
  151. </sizepolicy>
  152. </property>
  153. <property name="minimumSize">
  154. <size>
  155. <width>32</width>
  156. <height>32</height>
  157. </size>
  158. </property>
  159. <property name="maximumSize">
  160. <size>
  161. <width>32</width>
  162. <height>32</height>
  163. </size>
  164. </property>
  165. <property name="text">
  166. <string/>
  167. </property>
  168. </widget>
  169. </item>
  170. </layout>
  171. </widget>
  172. </item>
  173. <item>
  174. <spacer name="verticalSpacer">
  175. <property name="orientation">
  176. <enum>Qt::Vertical</enum>
  177. </property>
  178. <property name="sizeType">
  179. <enum>QSizePolicy::Fixed</enum>
  180. </property>
  181. <property name="sizeHint" stdset="0">
  182. <size>
  183. <width>20</width>
  184. <height>32</height>
  185. </size>
  186. </property>
  187. </spacer>
  188. </item>
  189. <item>
  190. <widget class="QWidget" name="widget_addPlan" native="true">
  191. <property name="sizePolicy">
  192. <sizepolicy hsizetype="Preferred" vsizetype="Preferred">
  193. <horstretch>0</horstretch>
  194. <verstretch>0</verstretch>
  195. </sizepolicy>
  196. </property>
  197. <property name="minimumSize">
  198. <size>
  199. <width>0</width>
  200. <height>140</height>
  201. </size>
  202. </property>
  203. <property name="maximumSize">
  204. <size>
  205. <width>16777215</width>
  206. <height>140</height>
  207. </size>
  208. </property>
  209. <widget class="QLabel" name="label_selectChn">
  210. <property name="geometry">
  211. <rect>
  212. <x>32</x>
  213. <y>0</y>
  214. <width>72</width>
  215. <height>24</height>
  216. </rect>
  217. </property>
  218. <property name="text">
  219. <string>选择频率</string>
  220. </property>
  221. </widget>
  222. <widget class="QWidget" name="widget_2" native="true">
  223. <property name="geometry">
  224. <rect>
  225. <x>32</x>
  226. <y>38</y>
  227. <width>618</width>
  228. <height>32</height>
  229. </rect>
  230. </property>
  231. <layout class="QHBoxLayout" name="horizontalLayout">
  232. <property name="spacing">
  233. <number>0</number>
  234. </property>
  235. <property name="leftMargin">
  236. <number>0</number>
  237. </property>
  238. <property name="topMargin">
  239. <number>0</number>
  240. </property>
  241. <property name="rightMargin">
  242. <number>0</number>
  243. </property>
  244. <property name="bottomMargin">
  245. <number>0</number>
  246. </property>
  247. <item>
  248. <widget class="QLabel" name="label_x1">
  249. <property name="minimumSize">
  250. <size>
  251. <width>10</width>
  252. <height>10</height>
  253. </size>
  254. </property>
  255. <property name="maximumSize">
  256. <size>
  257. <width>10</width>
  258. <height>10</height>
  259. </size>
  260. </property>
  261. <property name="text">
  262. <string>*</string>
  263. </property>
  264. </widget>
  265. </item>
  266. <item>
  267. <widget class="QLabel" name="label_2">
  268. <property name="minimumSize">
  269. <size>
  270. <width>70</width>
  271. <height>14</height>
  272. </size>
  273. </property>
  274. <property name="maximumSize">
  275. <size>
  276. <width>70</width>
  277. <height>16777215</height>
  278. </size>
  279. </property>
  280. <property name="text">
  281. <string>频率名称:</string>
  282. </property>
  283. </widget>
  284. </item>
  285. <item>
  286. <widget class="CustomComboBox" name="cBox_selectChn">
  287. <property name="minimumSize">
  288. <size>
  289. <width>0</width>
  290. <height>32</height>
  291. </size>
  292. </property>
  293. <property name="maximumSize">
  294. <size>
  295. <width>538</width>
  296. <height>32</height>
  297. </size>
  298. </property>
  299. </widget>
  300. </item>
  301. </layout>
  302. </widget>
  303. <widget class="QLabel" name="label_selectChn_2">
  304. <property name="geometry">
  305. <rect>
  306. <x>32</x>
  307. <y>102</y>
  308. <width>72</width>
  309. <height>24</height>
  310. </rect>
  311. </property>
  312. <property name="text">
  313. <string>添加计划</string>
  314. </property>
  315. </widget>
  316. </widget>
  317. </item>
  318. <item>
  319. <widget class="QWidget" name="widget_editPlan" native="true">
  320. <layout class="QHBoxLayout" name="horizontalLayout_4">
  321. <property name="spacing">
  322. <number>20</number>
  323. </property>
  324. <property name="leftMargin">
  325. <number>32</number>
  326. </property>
  327. <property name="topMargin">
  328. <number>0</number>
  329. </property>
  330. <property name="rightMargin">
  331. <number>32</number>
  332. </property>
  333. <property name="bottomMargin">
  334. <number>0</number>
  335. </property>
  336. <item>
  337. <widget class="PlanCard" name="pCard" native="true">
  338. <property name="minimumSize">
  339. <size>
  340. <width>262</width>
  341. <height>0</height>
  342. </size>
  343. </property>
  344. </widget>
  345. </item>
  346. <item>
  347. <widget class="QWidget" name="widget_edit" native="true">
  348. <property name="sizePolicy">
  349. <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
  350. <horstretch>0</horstretch>
  351. <verstretch>0</verstretch>
  352. </sizepolicy>
  353. </property>
  354. <layout class="QVBoxLayout" name="verticalLayout_3">
  355. <property name="spacing">
  356. <number>10</number>
  357. </property>
  358. <property name="leftMargin">
  359. <number>0</number>
  360. </property>
  361. <property name="topMargin">
  362. <number>0</number>
  363. </property>
  364. <property name="rightMargin">
  365. <number>0</number>
  366. </property>
  367. <property name="bottomMargin">
  368. <number>0</number>
  369. </property>
  370. <item>
  371. <widget class="QTabWidget" name="tabWidget">
  372. <property name="sizePolicy">
  373. <sizepolicy hsizetype="Preferred" vsizetype="Preferred">
  374. <horstretch>0</horstretch>
  375. <verstretch>0</verstretch>
  376. </sizepolicy>
  377. </property>
  378. <property name="minimumSize">
  379. <size>
  380. <width>0</width>
  381. <height>176</height>
  382. </size>
  383. </property>
  384. <property name="maximumSize">
  385. <size>
  386. <width>16777215</width>
  387. <height>16777215</height>
  388. </size>
  389. </property>
  390. <property name="currentIndex">
  391. <number>1</number>
  392. </property>
  393. <widget class="QWidget" name="tab_week">
  394. <attribute name="title">
  395. <string>周计划</string>
  396. </attribute>
  397. <widget class="QWidget" name="widget_weekStart" native="true">
  398. <property name="geometry">
  399. <rect>
  400. <x>0</x>
  401. <y>24</y>
  402. <width>330</width>
  403. <height>32</height>
  404. </rect>
  405. </property>
  406. <property name="minimumSize">
  407. <size>
  408. <width>0</width>
  409. <height>32</height>
  410. </size>
  411. </property>
  412. <property name="maximumSize">
  413. <size>
  414. <width>16777215</width>
  415. <height>32</height>
  416. </size>
  417. </property>
  418. <layout class="QHBoxLayout" name="horizontalLayout_2">
  419. <property name="spacing">
  420. <number>0</number>
  421. </property>
  422. <property name="leftMargin">
  423. <number>0</number>
  424. </property>
  425. <property name="topMargin">
  426. <number>0</number>
  427. </property>
  428. <property name="rightMargin">
  429. <number>0</number>
  430. </property>
  431. <property name="bottomMargin">
  432. <number>0</number>
  433. </property>
  434. <item>
  435. <widget class="QLabel" name="label_x2">
  436. <property name="minimumSize">
  437. <size>
  438. <width>10</width>
  439. <height>10</height>
  440. </size>
  441. </property>
  442. <property name="maximumSize">
  443. <size>
  444. <width>10</width>
  445. <height>10</height>
  446. </size>
  447. </property>
  448. <property name="text">
  449. <string>*</string>
  450. </property>
  451. </widget>
  452. </item>
  453. <item>
  454. <widget class="QLabel" name="label_3">
  455. <property name="minimumSize">
  456. <size>
  457. <width>70</width>
  458. <height>14</height>
  459. </size>
  460. </property>
  461. <property name="maximumSize">
  462. <size>
  463. <width>70</width>
  464. <height>16777215</height>
  465. </size>
  466. </property>
  467. <property name="text">
  468. <string>开机时间:</string>
  469. </property>
  470. </widget>
  471. </item>
  472. <item>
  473. <widget class="CustomComboBox" name="cBox_selectWeekStart">
  474. <property name="minimumSize">
  475. <size>
  476. <width>124</width>
  477. <height>32</height>
  478. </size>
  479. </property>
  480. <property name="maximumSize">
  481. <size>
  482. <width>538</width>
  483. <height>32</height>
  484. </size>
  485. </property>
  486. </widget>
  487. </item>
  488. <item>
  489. <spacer name="horizontalSpacer_2">
  490. <property name="orientation">
  491. <enum>Qt::Horizontal</enum>
  492. </property>
  493. <property name="sizeHint" stdset="0">
  494. <size>
  495. <width>40</width>
  496. <height>20</height>
  497. </size>
  498. </property>
  499. </spacer>
  500. </item>
  501. <item>
  502. <widget class="TimeWidget" name="timeEdit_weekStart">
  503. <property name="minimumSize">
  504. <size>
  505. <width>124</width>
  506. <height>32</height>
  507. </size>
  508. </property>
  509. <property name="maximumSize">
  510. <size>
  511. <width>16777215</width>
  512. <height>32</height>
  513. </size>
  514. </property>
  515. </widget>
  516. </item>
  517. </layout>
  518. </widget>
  519. <widget class="QWidget" name="widget_weekEnd" native="true">
  520. <property name="geometry">
  521. <rect>
  522. <x>0</x>
  523. <y>80</y>
  524. <width>330</width>
  525. <height>32</height>
  526. </rect>
  527. </property>
  528. <property name="minimumSize">
  529. <size>
  530. <width>0</width>
  531. <height>32</height>
  532. </size>
  533. </property>
  534. <property name="maximumSize">
  535. <size>
  536. <width>16777215</width>
  537. <height>32</height>
  538. </size>
  539. </property>
  540. <layout class="QHBoxLayout" name="horizontalLayout_3">
  541. <property name="spacing">
  542. <number>0</number>
  543. </property>
  544. <property name="leftMargin">
  545. <number>0</number>
  546. </property>
  547. <property name="topMargin">
  548. <number>0</number>
  549. </property>
  550. <property name="rightMargin">
  551. <number>0</number>
  552. </property>
  553. <property name="bottomMargin">
  554. <number>0</number>
  555. </property>
  556. <item>
  557. <widget class="QLabel" name="label_x3">
  558. <property name="minimumSize">
  559. <size>
  560. <width>10</width>
  561. <height>10</height>
  562. </size>
  563. </property>
  564. <property name="maximumSize">
  565. <size>
  566. <width>10</width>
  567. <height>10</height>
  568. </size>
  569. </property>
  570. <property name="text">
  571. <string>*</string>
  572. </property>
  573. </widget>
  574. </item>
  575. <item>
  576. <widget class="QLabel" name="label_4">
  577. <property name="minimumSize">
  578. <size>
  579. <width>70</width>
  580. <height>14</height>
  581. </size>
  582. </property>
  583. <property name="maximumSize">
  584. <size>
  585. <width>70</width>
  586. <height>16777215</height>
  587. </size>
  588. </property>
  589. <property name="text">
  590. <string>关机时间:</string>
  591. </property>
  592. </widget>
  593. </item>
  594. <item>
  595. <widget class="CustomComboBox" name="cBox_selectWeekEnd">
  596. <property name="minimumSize">
  597. <size>
  598. <width>124</width>
  599. <height>32</height>
  600. </size>
  601. </property>
  602. <property name="maximumSize">
  603. <size>
  604. <width>538</width>
  605. <height>32</height>
  606. </size>
  607. </property>
  608. </widget>
  609. </item>
  610. <item>
  611. <spacer name="horizontalSpacer_3">
  612. <property name="orientation">
  613. <enum>Qt::Horizontal</enum>
  614. </property>
  615. <property name="sizeHint" stdset="0">
  616. <size>
  617. <width>40</width>
  618. <height>20</height>
  619. </size>
  620. </property>
  621. </spacer>
  622. </item>
  623. <item>
  624. <widget class="TimeWidget" name="timeEdit_weekEnd">
  625. <property name="minimumSize">
  626. <size>
  627. <width>124</width>
  628. <height>32</height>
  629. </size>
  630. </property>
  631. <property name="maximumSize">
  632. <size>
  633. <width>16777215</width>
  634. <height>32</height>
  635. </size>
  636. </property>
  637. </widget>
  638. </item>
  639. </layout>
  640. </widget>
  641. </widget>
  642. <widget class="QWidget" name="tab_special">
  643. <attribute name="title">
  644. <string>特殊日</string>
  645. </attribute>
  646. <widget class="QWidget" name="widget_specialStart" native="true">
  647. <property name="geometry">
  648. <rect>
  649. <x>0</x>
  650. <y>24</y>
  651. <width>330</width>
  652. <height>32</height>
  653. </rect>
  654. </property>
  655. <property name="minimumSize">
  656. <size>
  657. <width>0</width>
  658. <height>32</height>
  659. </size>
  660. </property>
  661. <property name="maximumSize">
  662. <size>
  663. <width>16777215</width>
  664. <height>32</height>
  665. </size>
  666. </property>
  667. <layout class="QHBoxLayout" name="horizontalLayout_6">
  668. <property name="spacing">
  669. <number>0</number>
  670. </property>
  671. <property name="leftMargin">
  672. <number>0</number>
  673. </property>
  674. <property name="topMargin">
  675. <number>0</number>
  676. </property>
  677. <property name="rightMargin">
  678. <number>0</number>
  679. </property>
  680. <property name="bottomMargin">
  681. <number>0</number>
  682. </property>
  683. <item>
  684. <widget class="QLabel" name="label_x4">
  685. <property name="minimumSize">
  686. <size>
  687. <width>10</width>
  688. <height>10</height>
  689. </size>
  690. </property>
  691. <property name="maximumSize">
  692. <size>
  693. <width>10</width>
  694. <height>10</height>
  695. </size>
  696. </property>
  697. <property name="text">
  698. <string>*</string>
  699. </property>
  700. </widget>
  701. </item>
  702. <item>
  703. <widget class="QLabel" name="label_5">
  704. <property name="minimumSize">
  705. <size>
  706. <width>70</width>
  707. <height>14</height>
  708. </size>
  709. </property>
  710. <property name="maximumSize">
  711. <size>
  712. <width>70</width>
  713. <height>16777215</height>
  714. </size>
  715. </property>
  716. <property name="text">
  717. <string>开机时间:</string>
  718. </property>
  719. </widget>
  720. </item>
  721. <item>
  722. <widget class="CalendarDTEdit" name="dateEdit_specialStart">
  723. <property name="minimumSize">
  724. <size>
  725. <width>124</width>
  726. <height>32</height>
  727. </size>
  728. </property>
  729. </widget>
  730. </item>
  731. <item>
  732. <spacer name="horizontalSpacer_4">
  733. <property name="orientation">
  734. <enum>Qt::Horizontal</enum>
  735. </property>
  736. <property name="sizeHint" stdset="0">
  737. <size>
  738. <width>40</width>
  739. <height>20</height>
  740. </size>
  741. </property>
  742. </spacer>
  743. </item>
  744. <item>
  745. <widget class="TimeWidget" name="timeEdit_specialStart">
  746. <property name="minimumSize">
  747. <size>
  748. <width>124</width>
  749. <height>32</height>
  750. </size>
  751. </property>
  752. <property name="maximumSize">
  753. <size>
  754. <width>16777215</width>
  755. <height>32</height>
  756. </size>
  757. </property>
  758. </widget>
  759. </item>
  760. </layout>
  761. </widget>
  762. <widget class="QWidget" name="widget_specialEnd" native="true">
  763. <property name="geometry">
  764. <rect>
  765. <x>0</x>
  766. <y>80</y>
  767. <width>330</width>
  768. <height>32</height>
  769. </rect>
  770. </property>
  771. <property name="minimumSize">
  772. <size>
  773. <width>0</width>
  774. <height>32</height>
  775. </size>
  776. </property>
  777. <property name="maximumSize">
  778. <size>
  779. <width>16777215</width>
  780. <height>32</height>
  781. </size>
  782. </property>
  783. <layout class="QHBoxLayout" name="horizontalLayout_7">
  784. <property name="spacing">
  785. <number>0</number>
  786. </property>
  787. <property name="leftMargin">
  788. <number>0</number>
  789. </property>
  790. <property name="topMargin">
  791. <number>0</number>
  792. </property>
  793. <property name="rightMargin">
  794. <number>0</number>
  795. </property>
  796. <property name="bottomMargin">
  797. <number>0</number>
  798. </property>
  799. <item>
  800. <widget class="QLabel" name="label_x5">
  801. <property name="minimumSize">
  802. <size>
  803. <width>10</width>
  804. <height>10</height>
  805. </size>
  806. </property>
  807. <property name="maximumSize">
  808. <size>
  809. <width>10</width>
  810. <height>10</height>
  811. </size>
  812. </property>
  813. <property name="text">
  814. <string>*</string>
  815. </property>
  816. </widget>
  817. </item>
  818. <item>
  819. <widget class="QLabel" name="label_6">
  820. <property name="minimumSize">
  821. <size>
  822. <width>70</width>
  823. <height>14</height>
  824. </size>
  825. </property>
  826. <property name="maximumSize">
  827. <size>
  828. <width>70</width>
  829. <height>16777215</height>
  830. </size>
  831. </property>
  832. <property name="text">
  833. <string>关机时间:</string>
  834. </property>
  835. </widget>
  836. </item>
  837. <item>
  838. <widget class="CalendarDTEdit" name="dateEdit_specialEnd">
  839. <property name="minimumSize">
  840. <size>
  841. <width>124</width>
  842. <height>32</height>
  843. </size>
  844. </property>
  845. </widget>
  846. </item>
  847. <item>
  848. <spacer name="horizontalSpacer_5">
  849. <property name="orientation">
  850. <enum>Qt::Horizontal</enum>
  851. </property>
  852. <property name="sizeHint" stdset="0">
  853. <size>
  854. <width>40</width>
  855. <height>20</height>
  856. </size>
  857. </property>
  858. </spacer>
  859. </item>
  860. <item>
  861. <widget class="TimeWidget" name="timeEdit_specialEnd">
  862. <property name="minimumSize">
  863. <size>
  864. <width>124</width>
  865. <height>32</height>
  866. </size>
  867. </property>
  868. <property name="maximumSize">
  869. <size>
  870. <width>16777215</width>
  871. <height>32</height>
  872. </size>
  873. </property>
  874. </widget>
  875. </item>
  876. </layout>
  877. </widget>
  878. </widget>
  879. </widget>
  880. </item>
  881. <item>
  882. <widget class="QWidget" name="widget_pBtn" native="true">
  883. <property name="minimumSize">
  884. <size>
  885. <width>0</width>
  886. <height>32</height>
  887. </size>
  888. </property>
  889. <widget class="QPushButton" name="pBtn_addPlan">
  890. <property name="geometry">
  891. <rect>
  892. <x>0</x>
  893. <y>0</y>
  894. <width>68</width>
  895. <height>32</height>
  896. </rect>
  897. </property>
  898. <property name="text">
  899. <string>添加</string>
  900. </property>
  901. </widget>
  902. <widget class="QPushButton" name="pBtn_editPlan">
  903. <property name="geometry">
  904. <rect>
  905. <x>76</x>
  906. <y>0</y>
  907. <width>68</width>
  908. <height>32</height>
  909. </rect>
  910. </property>
  911. <property name="text">
  912. <string>修改</string>
  913. </property>
  914. </widget>
  915. <widget class="QPushButton" name="pBtn_deletePlan">
  916. <property name="geometry">
  917. <rect>
  918. <x>152</x>
  919. <y>0</y>
  920. <width>68</width>
  921. <height>32</height>
  922. </rect>
  923. </property>
  924. <property name="text">
  925. <string>删除</string>
  926. </property>
  927. </widget>
  928. </widget>
  929. </item>
  930. <item>
  931. <spacer name="verticalSpacer_2">
  932. <property name="orientation">
  933. <enum>Qt::Vertical</enum>
  934. </property>
  935. <property name="sizeHint" stdset="0">
  936. <size>
  937. <width>20</width>
  938. <height>182</height>
  939. </size>
  940. </property>
  941. </spacer>
  942. </item>
  943. </layout>
  944. </widget>
  945. </item>
  946. </layout>
  947. </widget>
  948. </item>
  949. <item>
  950. <widget class="QWidget" name="widget_bottom" native="true">
  951. <property name="minimumSize">
  952. <size>
  953. <width>0</width>
  954. <height>96</height>
  955. </size>
  956. </property>
  957. <property name="maximumSize">
  958. <size>
  959. <width>16777215</width>
  960. <height>96</height>
  961. </size>
  962. </property>
  963. <layout class="QHBoxLayout" name="horizontalLayout_5">
  964. <property name="spacing">
  965. <number>8</number>
  966. </property>
  967. <property name="leftMargin">
  968. <number>32</number>
  969. </property>
  970. <property name="topMargin">
  971. <number>0</number>
  972. </property>
  973. <property name="rightMargin">
  974. <number>32</number>
  975. </property>
  976. <property name="bottomMargin">
  977. <number>0</number>
  978. </property>
  979. <item>
  980. <widget class="QPushButton" name="pBtn_saveTotemplate">
  981. <property name="minimumSize">
  982. <size>
  983. <width>110</width>
  984. <height>32</height>
  985. </size>
  986. </property>
  987. <property name="text">
  988. <string>保存为模版</string>
  989. </property>
  990. </widget>
  991. </item>
  992. <item>
  993. <spacer name="horizontalSpacer">
  994. <property name="orientation">
  995. <enum>Qt::Horizontal</enum>
  996. </property>
  997. <property name="sizeHint" stdset="0">
  998. <size>
  999. <width>295</width>
  1000. <height>20</height>
  1001. </size>
  1002. </property>
  1003. </spacer>
  1004. </item>
  1005. <item>
  1006. <widget class="QPushButton" name="pBtn_cancel">
  1007. <property name="minimumSize">
  1008. <size>
  1009. <width>68</width>
  1010. <height>32</height>
  1011. </size>
  1012. </property>
  1013. <property name="text">
  1014. <string>取消</string>
  1015. </property>
  1016. </widget>
  1017. </item>
  1018. <item>
  1019. <widget class="QPushButton" name="pBtn_ok">
  1020. <property name="minimumSize">
  1021. <size>
  1022. <width>68</width>
  1023. <height>32</height>
  1024. </size>
  1025. </property>
  1026. <property name="text">
  1027. <string>确定</string>
  1028. </property>
  1029. </widget>
  1030. </item>
  1031. </layout>
  1032. </widget>
  1033. </item>
  1034. </layout>
  1035. </widget>
  1036. </widget>
  1037. </item>
  1038. </layout>
  1039. </widget>
  1040. <customwidgets>
  1041. <customwidget>
  1042. <class>CustomComboBox</class>
  1043. <extends>QComboBox</extends>
  1044. <header location="global">customcombobox.h</header>
  1045. </customwidget>
  1046. <customwidget>
  1047. <class>PlanCard</class>
  1048. <extends>QWidget</extends>
  1049. <header location="global">plancard.h</header>
  1050. <container>1</container>
  1051. </customwidget>
  1052. <customwidget>
  1053. <class>CalendarDTEdit</class>
  1054. <extends>QDateEdit</extends>
  1055. <header location="global">calendardtedit.h</header>
  1056. </customwidget>
  1057. <customwidget>
  1058. <class>TimeWidget</class>
  1059. <extends>QTimeEdit</extends>
  1060. <header location="global">timewidget.h</header>
  1061. </customwidget>
  1062. </customwidgets>
  1063. <resources/>
  1064. <connections/>
  1065. </ui>