argdialog.ui 19 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <ui version="4.0">
  3. <class>ArgDialog</class>
  4. <widget class="QDialog" name="ArgDialog">
  5. <property name="geometry">
  6. <rect>
  7. <x>0</x>
  8. <y>0</y>
  9. <width>970</width>
  10. <height>904</height>
  11. </rect>
  12. </property>
  13. <property name="windowTitle">
  14. <string>Dialog</string>
  15. </property>
  16. <property name="windowIcon">
  17. <iconset resource="kres.qrc">
  18. <normaloff>:/icons/favicon.ico</normaloff>:/icons/favicon.ico</iconset>
  19. </property>
  20. <property name="styleSheet">
  21. <string notr="true">border-color: rgb(0, 0, 0);
  22. background-color: rgb(0, 43, 54);</string>
  23. </property>
  24. <widget class="QWidget" name="verticalLayoutWidget">
  25. <property name="geometry">
  26. <rect>
  27. <x>10</x>
  28. <y>10</y>
  29. <width>946</width>
  30. <height>891</height>
  31. </rect>
  32. </property>
  33. <layout class="QVBoxLayout" name="verticalLayout" stretch="0,0,1,0,0,0,0,0,3,0">
  34. <item>
  35. <widget class="QLabel" name="argDialogTitle">
  36. <property name="font">
  37. <font>
  38. <pointsize>22</pointsize>
  39. <weight>75</weight>
  40. <bold>true</bold>
  41. </font>
  42. </property>
  43. <property name="styleSheet">
  44. <string notr="true">color: rgb(170, 0, 255);
  45. color: rgb(255, 85, 0);
  46. qproperty-alignment: 'AlignHCenter';
  47. </string>
  48. </property>
  49. <property name="text">
  50. <string>Add Arguments</string>
  51. </property>
  52. </widget>
  53. </item>
  54. <item>
  55. <layout class="QHBoxLayout" name="ahorizontalLayout" stretch="0,0,0,0">
  56. <item>
  57. <widget class="QLabel" name="label_2">
  58. <property name="sizePolicy">
  59. <sizepolicy hsizetype="Fixed" vsizetype="Preferred">
  60. <horstretch>2</horstretch>
  61. <verstretch>0</verstretch>
  62. </sizepolicy>
  63. </property>
  64. <property name="minimumSize">
  65. <size>
  66. <width>196</width>
  67. <height>0</height>
  68. </size>
  69. </property>
  70. <property name="maximumSize">
  71. <size>
  72. <width>196</width>
  73. <height>16777215</height>
  74. </size>
  75. </property>
  76. <property name="styleSheet">
  77. <string notr="true">font: 75 11pt &quot;Noto Sans&quot;;
  78. color: rgb(131, 148, 150);
  79. font-weight: 700;</string>
  80. </property>
  81. <property name="text">
  82. <string>Type</string>
  83. </property>
  84. <property name="alignment">
  85. <set>Qt::AlignCenter</set>
  86. </property>
  87. </widget>
  88. </item>
  89. <item>
  90. <widget class="QComboBox" name="argType">
  91. <property name="sizePolicy">
  92. <sizepolicy hsizetype="MinimumExpanding" vsizetype="Fixed">
  93. <horstretch>0</horstretch>
  94. <verstretch>0</verstretch>
  95. </sizepolicy>
  96. </property>
  97. <property name="styleSheet">
  98. <string notr="true">font: 87 11pt &quot;Noto Sans&quot;;
  99. background-color: #2f535f;
  100. color: rgb(131, 148, 150);
  101. font-weight: 700;
  102. </string>
  103. </property>
  104. </widget>
  105. </item>
  106. <item>
  107. <widget class="QLabel" name="label_6">
  108. <property name="sizePolicy">
  109. <sizepolicy hsizetype="Fixed" vsizetype="Preferred">
  110. <horstretch>2</horstretch>
  111. <verstretch>0</verstretch>
  112. </sizepolicy>
  113. </property>
  114. <property name="minimumSize">
  115. <size>
  116. <width>196</width>
  117. <height>0</height>
  118. </size>
  119. </property>
  120. <property name="maximumSize">
  121. <size>
  122. <width>196</width>
  123. <height>16777215</height>
  124. </size>
  125. </property>
  126. <property name="styleSheet">
  127. <string notr="true">font: 75 11pt &quot;Noto Sans&quot;;
  128. color: rgb(131, 148, 150);
  129. font-weight: 700;</string>
  130. </property>
  131. <property name="text">
  132. <string>User</string>
  133. </property>
  134. <property name="alignment">
  135. <set>Qt::AlignCenter</set>
  136. </property>
  137. </widget>
  138. </item>
  139. <item>
  140. <widget class="QComboBox" name="user">
  141. <property name="sizePolicy">
  142. <sizepolicy hsizetype="MinimumExpanding" vsizetype="Fixed">
  143. <horstretch>0</horstretch>
  144. <verstretch>0</verstretch>
  145. </sizepolicy>
  146. </property>
  147. <property name="styleSheet">
  148. <string notr="true">font: 87 11pt &quot;Noto Sans&quot;;
  149. background-color: #2f535f;
  150. color: rgb(131, 148, 150);
  151. font-weight: 700;
  152. </string>
  153. </property>
  154. </widget>
  155. </item>
  156. </layout>
  157. </item>
  158. <item>
  159. <layout class="QHBoxLayout" name="bhorizontalLayout_2">
  160. <item>
  161. <widget class="QLabel" name="label_3">
  162. <property name="sizePolicy">
  163. <sizepolicy hsizetype="Preferred" vsizetype="Preferred">
  164. <horstretch>0</horstretch>
  165. <verstretch>0</verstretch>
  166. </sizepolicy>
  167. </property>
  168. <property name="minimumSize">
  169. <size>
  170. <width>196</width>
  171. <height>0</height>
  172. </size>
  173. </property>
  174. <property name="maximumSize">
  175. <size>
  176. <width>196</width>
  177. <height>16777215</height>
  178. </size>
  179. </property>
  180. <property name="styleSheet">
  181. <string notr="true">font: 75 11pt &quot;Noto Sans&quot;;
  182. color: rgb(131, 148, 150);
  183. font-weight: 700;
  184. qproperty-alignment: 'AlignVLeft';</string>
  185. </property>
  186. <property name="text">
  187. <string>Input</string>
  188. </property>
  189. <property name="alignment">
  190. <set>Qt::AlignCenter</set>
  191. </property>
  192. </widget>
  193. </item>
  194. <item>
  195. <widget class="QTextEdit" name="argInput">
  196. <property name="styleSheet">
  197. <string notr="true">font: 87 11pt &quot;Noto Sans&quot;;
  198. background-color: #2f535f;
  199. color: rgb(131, 148, 150);
  200. font-weight: 700;
  201. </string>
  202. </property>
  203. </widget>
  204. </item>
  205. </layout>
  206. </item>
  207. <item>
  208. <widget class="QPushButton" name="addArgument">
  209. <property name="sizePolicy">
  210. <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
  211. <horstretch>0</horstretch>
  212. <verstretch>0</verstretch>
  213. </sizepolicy>
  214. </property>
  215. <property name="minimumSize">
  216. <size>
  217. <width>100</width>
  218. <height>0</height>
  219. </size>
  220. </property>
  221. <property name="layoutDirection">
  222. <enum>Qt::LeftToRight</enum>
  223. </property>
  224. <property name="styleSheet">
  225. <string notr="true">background-color: #2f535f;
  226. font: 87 11pt &quot;Noto Sans&quot;;
  227. color: rgb(149, 155, 156);
  228. font-weight: 700;
  229. padding: 4px;
  230. border-style: outset;
  231. border-width: 2px;
  232. border-radius: 4px;
  233. border-color: #00000f;
  234. min-width: 4em;
  235. padding: 4px;</string>
  236. </property>
  237. <property name="text">
  238. <string>Add</string>
  239. </property>
  240. <property name="flat">
  241. <bool>false</bool>
  242. </property>
  243. </widget>
  244. </item>
  245. <item>
  246. <layout class="QHBoxLayout" name="horizontalLayout_3">
  247. <item alignment="Qt::AlignVCenter">
  248. <widget class="QLabel" name="label_4">
  249. <property name="sizePolicy">
  250. <sizepolicy hsizetype="Fixed" vsizetype="Preferred">
  251. <horstretch>0</horstretch>
  252. <verstretch>0</verstretch>
  253. </sizepolicy>
  254. </property>
  255. <property name="minimumSize">
  256. <size>
  257. <width>196</width>
  258. <height>0</height>
  259. </size>
  260. </property>
  261. <property name="styleSheet">
  262. <string notr="true">font: 75 11pt &quot;Noto Sans&quot;;
  263. color: rgb(131, 148, 150);
  264. font-weight: 700;</string>
  265. </property>
  266. <property name="text">
  267. <string>Add file attachment</string>
  268. </property>
  269. <property name="alignment">
  270. <set>Qt::AlignCenter</set>
  271. </property>
  272. </widget>
  273. </item>
  274. <item>
  275. <widget class="QPushButton" name="addFile">
  276. <property name="styleSheet">
  277. <string notr="true">background-color: #2f535f;
  278. font: 87 11pt &quot;Noto Sans&quot;;
  279. color: rgb(149, 155, 156);
  280. font-weight: 700;
  281. padding: 4px;
  282. border-style: outset;
  283. border-width: 2px;
  284. border-radius: 4px;
  285. border-color: #00000f;
  286. min-width: 4em;
  287. padding: 4px;</string>
  288. </property>
  289. <property name="text">
  290. <string>Choose</string>
  291. </property>
  292. <property name="icon">
  293. <iconset theme="clip.png">
  294. <normalon>:/icons/icons/clip.png</normalon>
  295. </iconset>
  296. </property>
  297. </widget>
  298. </item>
  299. </layout>
  300. </item>
  301. <item>
  302. <layout class="QHBoxLayout" name="horizontalLayout_4">
  303. <item alignment="Qt::AlignVCenter">
  304. <widget class="QLabel" name="label_5">
  305. <property name="sizePolicy">
  306. <sizepolicy hsizetype="MinimumExpanding" vsizetype="Preferred">
  307. <horstretch>0</horstretch>
  308. <verstretch>0</verstretch>
  309. </sizepolicy>
  310. </property>
  311. <property name="minimumSize">
  312. <size>
  313. <width>196</width>
  314. <height>0</height>
  315. </size>
  316. </property>
  317. <property name="maximumSize">
  318. <size>
  319. <width>196</width>
  320. <height>16777215</height>
  321. </size>
  322. </property>
  323. <property name="styleSheet">
  324. <string notr="true">font: 75 11pt &quot;Noto Sans&quot;;
  325. color: rgb(131, 148, 150);
  326. font-weight: 700;
  327. qproperty-alignment: 'AlignHCenter';</string>
  328. </property>
  329. <property name="text">
  330. <string>Time</string>
  331. </property>
  332. <property name="alignment">
  333. <set>Qt::AlignHCenter</set>
  334. </property>
  335. </widget>
  336. </item>
  337. <item alignment="Qt::AlignRight">
  338. <widget class="QDateTimeEdit" name="dateTime">
  339. <property name="sizePolicy">
  340. <sizepolicy hsizetype="Minimum" vsizetype="Fixed">
  341. <horstretch>0</horstretch>
  342. <verstretch>0</verstretch>
  343. </sizepolicy>
  344. </property>
  345. <property name="minimumSize">
  346. <size>
  347. <width>740</width>
  348. <height>38</height>
  349. </size>
  350. </property>
  351. <property name="styleSheet">
  352. <string notr="true">background-color: #00000f;
  353. color: #2f535f;
  354. font-weight: 700;
  355. font-size: 16pt;</string>
  356. </property>
  357. </widget>
  358. </item>
  359. </layout>
  360. </item>
  361. <item>
  362. <layout class="QHBoxLayout" name="zhorizontalLayout_8">
  363. <item>
  364. <widget class="QLabel" name="notificationLabel">
  365. <property name="sizePolicy">
  366. <sizepolicy hsizetype="MinimumExpanding" vsizetype="Preferred">
  367. <horstretch>0</horstretch>
  368. <verstretch>0</verstretch>
  369. </sizepolicy>
  370. </property>
  371. <property name="minimumSize">
  372. <size>
  373. <width>196</width>
  374. <height>0</height>
  375. </size>
  376. </property>
  377. <property name="maximumSize">
  378. <size>
  379. <width>196</width>
  380. <height>16777215</height>
  381. </size>
  382. </property>
  383. <property name="styleSheet">
  384. <string notr="true">font: 75 11pt &quot;Noto Sans&quot;;
  385. color: rgb(131, 148, 150);
  386. font-weight: 700;
  387. qproperty-alignment: 'AlignHCenter';</string>
  388. </property>
  389. <property name="text">
  390. <string>Email notification</string>
  391. </property>
  392. <property name="alignment">
  393. <set>Qt::AlignCenter</set>
  394. </property>
  395. </widget>
  396. </item>
  397. <item>
  398. <widget class="QComboBox" name="notification">
  399. <property name="sizePolicy">
  400. <sizepolicy hsizetype="MinimumExpanding" vsizetype="Fixed">
  401. <horstretch>0</horstretch>
  402. <verstretch>0</verstretch>
  403. </sizepolicy>
  404. </property>
  405. <property name="styleSheet">
  406. <string notr="true">font: 87 11pt &quot;Noto Sans&quot;;
  407. background-color: #2f535f;
  408. color: rgb(131, 148, 150);
  409. font-weight: 700;
  410. </string>
  411. </property>
  412. <item>
  413. <property name="text">
  414. <string>No</string>
  415. </property>
  416. </item>
  417. <item>
  418. <property name="text">
  419. <string>Yes</string>
  420. </property>
  421. </item>
  422. </widget>
  423. </item>
  424. </layout>
  425. </item>
  426. <item>
  427. <layout class="QHBoxLayout" name="horizontalLayout_7">
  428. <item>
  429. <widget class="QLabel" name="recurringLabel">
  430. <property name="sizePolicy">
  431. <sizepolicy hsizetype="MinimumExpanding" vsizetype="Preferred">
  432. <horstretch>0</horstretch>
  433. <verstretch>0</verstretch>
  434. </sizepolicy>
  435. </property>
  436. <property name="minimumSize">
  437. <size>
  438. <width>196</width>
  439. <height>0</height>
  440. </size>
  441. </property>
  442. <property name="maximumSize">
  443. <size>
  444. <width>196</width>
  445. <height>16777215</height>
  446. </size>
  447. </property>
  448. <property name="styleSheet">
  449. <string notr="true">font: 75 11pt &quot;Noto Sans&quot;;
  450. color: rgb(131, 148, 150);
  451. font-weight: 700;
  452. qproperty-alignment: 'AlignHCenter';</string>
  453. </property>
  454. <property name="text">
  455. <string>Recurring</string>
  456. </property>
  457. <property name="alignment">
  458. <set>Qt::AlignHCenter</set>
  459. </property>
  460. </widget>
  461. </item>
  462. <item>
  463. <widget class="QComboBox" name="recurring">
  464. <property name="sizePolicy">
  465. <sizepolicy hsizetype="MinimumExpanding" vsizetype="Fixed">
  466. <horstretch>0</horstretch>
  467. <verstretch>0</verstretch>
  468. </sizepolicy>
  469. </property>
  470. <property name="styleSheet">
  471. <string notr="true">font: 87 11pt &quot;Noto Sans&quot;;
  472. background-color: #2f535f;
  473. color: rgb(131, 148, 150);
  474. font-weight: 700;
  475. </string>
  476. </property>
  477. <item>
  478. <property name="text">
  479. <string>No</string>
  480. </property>
  481. </item>
  482. <item>
  483. <property name="text">
  484. <string>Hourly</string>
  485. </property>
  486. </item>
  487. <item>
  488. <property name="text">
  489. <string>Daily</string>
  490. </property>
  491. </item>
  492. <item>
  493. <property name="text">
  494. <string>Weekly</string>
  495. </property>
  496. </item>
  497. </widget>
  498. </item>
  499. </layout>
  500. </item>
  501. <item>
  502. <layout class="QHBoxLayout" name="horizontalLayout_6" stretch="0">
  503. <item>
  504. <widget class="QTableWidget" name="argList">
  505. <property name="styleSheet">
  506. <string notr="true">font: 87 11pt &quot;Noto Sans&quot;;
  507. background-color: #2f535f;
  508. color: rgb(131, 148, 150);
  509. font-weight: 700;
  510. padding-left: 2px;</string>
  511. </property>
  512. <property name="showGrid">
  513. <bool>true</bool>
  514. </property>
  515. <property name="columnCount">
  516. <number>4</number>
  517. </property>
  518. <attribute name="horizontalHeaderCascadingSectionResizes">
  519. <bool>false</bool>
  520. </attribute>
  521. <attribute name="horizontalHeaderMinimumSectionSize">
  522. <number>100</number>
  523. </attribute>
  524. <attribute name="horizontalHeaderDefaultSectionSize">
  525. <number>200</number>
  526. </attribute>
  527. <attribute name="verticalHeaderMinimumSectionSize">
  528. <number>100</number>
  529. </attribute>
  530. <attribute name="verticalHeaderDefaultSectionSize">
  531. <number>100</number>
  532. </attribute>
  533. <column/>
  534. <column/>
  535. <column/>
  536. <column/>
  537. </widget>
  538. </item>
  539. </layout>
  540. </item>
  541. <item>
  542. <layout class="QHBoxLayout" name="horizontalLayout_5">
  543. <property name="spacing">
  544. <number>4</number>
  545. </property>
  546. <item>
  547. <widget class="QPushButton" name="clear">
  548. <property name="sizePolicy">
  549. <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
  550. <horstretch>0</horstretch>
  551. <verstretch>0</verstretch>
  552. </sizepolicy>
  553. </property>
  554. <property name="styleSheet">
  555. <string notr="true">background-color: #2f535f;
  556. font: 87 11pt &quot;Noto Sans&quot;;
  557. color: rgb(149, 155, 156);
  558. font-weight: 700;
  559. padding: 4px;
  560. border-style: outset;
  561. border-width: 2px;
  562. border-radius: 4px;
  563. border-color: #00000f;
  564. min-width: 4em;
  565. padding: 4px;</string>
  566. </property>
  567. <property name="text">
  568. <string>Clear</string>
  569. </property>
  570. <property name="icon">
  571. <iconset>
  572. <normalon>:/icons/icons/trash.png</normalon>
  573. </iconset>
  574. </property>
  575. </widget>
  576. </item>
  577. <item>
  578. <widget class="QDialogButtonBox" name="argCommandButtons">
  579. <property name="sizePolicy">
  580. <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
  581. <horstretch>0</horstretch>
  582. <verstretch>0</verstretch>
  583. </sizepolicy>
  584. </property>
  585. <property name="layoutDirection">
  586. <enum>Qt::LeftToRight</enum>
  587. </property>
  588. <property name="autoFillBackground">
  589. <bool>false</bool>
  590. </property>
  591. <property name="styleSheet">
  592. <string notr="true">background-color: rgb(255, 85, 0);
  593. font: 87 11pt &quot;Noto Sans&quot;;
  594. color: rgb(0, 43, 54);
  595. font-weight: 700;
  596. padding: 4px;
  597. border-style: outset;
  598. border-width: 2px;
  599. border-radius: 4px;
  600. border-color: #00000f;
  601. min-width: 4em;
  602. padding: 4px;</string>
  603. </property>
  604. <property name="orientation">
  605. <enum>Qt::Horizontal</enum>
  606. </property>
  607. <property name="standardButtons">
  608. <set>QDialogButtonBox::Close|QDialogButtonBox::Save</set>
  609. </property>
  610. <property name="centerButtons">
  611. <bool>true</bool>
  612. </property>
  613. </widget>
  614. </item>
  615. </layout>
  616. </item>
  617. </layout>
  618. </widget>
  619. <widget class="QLabel" name="loaderText">
  620. <property name="geometry">
  621. <rect>
  622. <x>0</x>
  623. <y>0</y>
  624. <width>0</width>
  625. <height>0</height>
  626. </rect>
  627. </property>
  628. <property name="text">
  629. <string>Sending request to Server. Please wait ...</string>
  630. </property>
  631. </widget>
  632. <widget class="QLabel" name="loaderMovie">
  633. <property name="geometry">
  634. <rect>
  635. <x>0</x>
  636. <y>0</y>
  637. <width>0</width>
  638. <height>0</height>
  639. </rect>
  640. </property>
  641. <property name="text">
  642. <string/>
  643. </property>
  644. </widget>
  645. </widget>
  646. <resources>
  647. <include location="kres.qrc"/>
  648. </resources>
  649. <connections>
  650. <connection>
  651. <sender>argCommandButtons</sender>
  652. <signal>accepted()</signal>
  653. <receiver>ArgDialog</receiver>
  654. <slot>accept()</slot>
  655. <hints>
  656. <hint type="sourcelabel">
  657. <x>248</x>
  658. <y>254</y>
  659. </hint>
  660. <hint type="destinationlabel">
  661. <x>157</x>
  662. <y>274</y>
  663. </hint>
  664. </hints>
  665. </connection>
  666. <connection>
  667. <sender>argCommandButtons</sender>
  668. <signal>rejected()</signal>
  669. <receiver>ArgDialog</receiver>
  670. <slot>reject()</slot>
  671. <hints>
  672. <hint type="sourcelabel">
  673. <x>316</x>
  674. <y>260</y>
  675. </hint>
  676. <hint type="destinationlabel">
  677. <x>286</x>
  678. <y>274</y>
  679. </hint>
  680. </hints>
  681. </connection>
  682. </connections>
  683. </ui>