argdialog.ui 14 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505
  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>864</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>948</width>
  30. <height>851</height>
  31. </rect>
  32. </property>
  33. <layout class="QVBoxLayout" name="verticalLayout" stretch="0,0,1,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="horizontalLayout">
  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. <item>
  105. <property name="text">
  106. <string>description</string>
  107. </property>
  108. </item>
  109. <item>
  110. <property name="text">
  111. <string>hashtag</string>
  112. </property>
  113. </item>
  114. <item>
  115. <property name="text">
  116. <string>requested by</string>
  117. </property>
  118. </item>
  119. <item>
  120. <property name="text">
  121. <string>promote/share</string>
  122. </property>
  123. </item>
  124. <item>
  125. <property name="text">
  126. <string>link/bio</string>
  127. </property>
  128. </item>
  129. </widget>
  130. </item>
  131. </layout>
  132. </item>
  133. <item>
  134. <layout class="QHBoxLayout" name="horizontalLayout_2">
  135. <item>
  136. <widget class="QLabel" name="label_3">
  137. <property name="sizePolicy">
  138. <sizepolicy hsizetype="Preferred" vsizetype="Preferred">
  139. <horstretch>0</horstretch>
  140. <verstretch>0</verstretch>
  141. </sizepolicy>
  142. </property>
  143. <property name="minimumSize">
  144. <size>
  145. <width>196</width>
  146. <height>0</height>
  147. </size>
  148. </property>
  149. <property name="maximumSize">
  150. <size>
  151. <width>196</width>
  152. <height>16777215</height>
  153. </size>
  154. </property>
  155. <property name="styleSheet">
  156. <string notr="true">font: 75 11pt &quot;Noto Sans&quot;;
  157. color: rgb(131, 148, 150);
  158. font-weight: 700;
  159. qproperty-alignment: 'AlignVLeft';</string>
  160. </property>
  161. <property name="text">
  162. <string>Input</string>
  163. </property>
  164. <property name="alignment">
  165. <set>Qt::AlignCenter</set>
  166. </property>
  167. </widget>
  168. </item>
  169. <item>
  170. <widget class="QTextEdit" name="argInput">
  171. <property name="styleSheet">
  172. <string notr="true">font: 87 11pt &quot;Noto Sans&quot;;
  173. background-color: #2f535f;
  174. color: rgb(131, 148, 150);
  175. font-weight: 700;
  176. </string>
  177. </property>
  178. </widget>
  179. </item>
  180. </layout>
  181. </item>
  182. <item>
  183. <widget class="QPushButton" name="addArgument">
  184. <property name="sizePolicy">
  185. <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
  186. <horstretch>0</horstretch>
  187. <verstretch>0</verstretch>
  188. </sizepolicy>
  189. </property>
  190. <property name="minimumSize">
  191. <size>
  192. <width>100</width>
  193. <height>0</height>
  194. </size>
  195. </property>
  196. <property name="layoutDirection">
  197. <enum>Qt::LeftToRight</enum>
  198. </property>
  199. <property name="styleSheet">
  200. <string notr="true">background-color: #2f535f;
  201. font: 87 11pt &quot;Noto Sans&quot;;
  202. color: rgb(149, 155, 156);
  203. font-weight: 700;
  204. padding: 4px;
  205. border-style: outset;
  206. border-width: 2px;
  207. border-radius: 4px;
  208. border-color: #00000f;
  209. min-width: 4em;
  210. padding: 4px;</string>
  211. </property>
  212. <property name="text">
  213. <string>Add</string>
  214. </property>
  215. <property name="flat">
  216. <bool>false</bool>
  217. </property>
  218. </widget>
  219. </item>
  220. <item>
  221. <layout class="QHBoxLayout" name="horizontalLayout_3">
  222. <item alignment="Qt::AlignVCenter">
  223. <widget class="QLabel" name="label_4">
  224. <property name="sizePolicy">
  225. <sizepolicy hsizetype="Fixed" vsizetype="Preferred">
  226. <horstretch>0</horstretch>
  227. <verstretch>0</verstretch>
  228. </sizepolicy>
  229. </property>
  230. <property name="minimumSize">
  231. <size>
  232. <width>196</width>
  233. <height>0</height>
  234. </size>
  235. </property>
  236. <property name="styleSheet">
  237. <string notr="true">font: 75 11pt &quot;Noto Sans&quot;;
  238. color: rgb(131, 148, 150);
  239. font-weight: 700;</string>
  240. </property>
  241. <property name="text">
  242. <string>Add file attachment</string>
  243. </property>
  244. <property name="alignment">
  245. <set>Qt::AlignCenter</set>
  246. </property>
  247. </widget>
  248. </item>
  249. <item>
  250. <widget class="QPushButton" name="addFile">
  251. <property name="styleSheet">
  252. <string notr="true">background-color: #2f535f;
  253. font: 87 11pt &quot;Noto Sans&quot;;
  254. color: rgb(149, 155, 156);
  255. font-weight: 700;
  256. padding: 4px;
  257. border-style: outset;
  258. border-width: 2px;
  259. border-radius: 4px;
  260. border-color: #00000f;
  261. min-width: 4em;
  262. padding: 4px;</string>
  263. </property>
  264. <property name="text">
  265. <string>Choose</string>
  266. </property>
  267. <property name="icon">
  268. <iconset theme="clip.png">
  269. <normalon>:/icons/icons/clip.png</normalon>
  270. </iconset>
  271. </property>
  272. </widget>
  273. </item>
  274. </layout>
  275. </item>
  276. <item>
  277. <layout class="QHBoxLayout" name="horizontalLayout_4">
  278. <item alignment="Qt::AlignVCenter">
  279. <widget class="QLabel" name="label_5">
  280. <property name="sizePolicy">
  281. <sizepolicy hsizetype="MinimumExpanding" vsizetype="Preferred">
  282. <horstretch>0</horstretch>
  283. <verstretch>0</verstretch>
  284. </sizepolicy>
  285. </property>
  286. <property name="minimumSize">
  287. <size>
  288. <width>196</width>
  289. <height>0</height>
  290. </size>
  291. </property>
  292. <property name="maximumSize">
  293. <size>
  294. <width>196</width>
  295. <height>16777215</height>
  296. </size>
  297. </property>
  298. <property name="styleSheet">
  299. <string notr="true">font: 75 11pt &quot;Noto Sans&quot;;
  300. color: rgb(131, 148, 150);
  301. font-weight: 700;
  302. qproperty-alignment: 'AlignHCenter';</string>
  303. </property>
  304. <property name="text">
  305. <string>Time</string>
  306. </property>
  307. <property name="alignment">
  308. <set>Qt::AlignHCenter</set>
  309. </property>
  310. </widget>
  311. </item>
  312. <item alignment="Qt::AlignRight">
  313. <widget class="QDateTimeEdit" name="dateTime">
  314. <property name="sizePolicy">
  315. <sizepolicy hsizetype="Minimum" vsizetype="Fixed">
  316. <horstretch>0</horstretch>
  317. <verstretch>0</verstretch>
  318. </sizepolicy>
  319. </property>
  320. <property name="minimumSize">
  321. <size>
  322. <width>740</width>
  323. <height>38</height>
  324. </size>
  325. </property>
  326. <property name="styleSheet">
  327. <string notr="true">background-color: #00000f;
  328. color: #2f535f;
  329. font-weight: 700;
  330. font-size: 16pt;</string>
  331. </property>
  332. </widget>
  333. </item>
  334. </layout>
  335. </item>
  336. <item>
  337. <widget class="QLabel" name="label">
  338. <property name="styleSheet">
  339. <string notr="true">font: 75 11pt &quot;Noto Sans&quot;;
  340. color: rgb(131, 148, 150);
  341. font-weight: 700;
  342. padding-left: 8px;</string>
  343. </property>
  344. <property name="text">
  345. <string>Items to send</string>
  346. </property>
  347. </widget>
  348. </item>
  349. <item>
  350. <layout class="QHBoxLayout" name="horizontalLayout_6" stretch="0">
  351. <item>
  352. <widget class="QTableWidget" name="argList">
  353. <property name="styleSheet">
  354. <string notr="true">font: 87 11pt &quot;Noto Sans&quot;;
  355. background-color: #2f535f;
  356. color: rgb(131, 148, 150);
  357. font-weight: 700;
  358. padding-left: 2px;</string>
  359. </property>
  360. <property name="showGrid">
  361. <bool>true</bool>
  362. </property>
  363. <property name="columnCount">
  364. <number>4</number>
  365. </property>
  366. <attribute name="horizontalHeaderCascadingSectionResizes">
  367. <bool>false</bool>
  368. </attribute>
  369. <attribute name="horizontalHeaderMinimumSectionSize">
  370. <number>100</number>
  371. </attribute>
  372. <attribute name="horizontalHeaderDefaultSectionSize">
  373. <number>200</number>
  374. </attribute>
  375. <attribute name="verticalHeaderMinimumSectionSize">
  376. <number>100</number>
  377. </attribute>
  378. <attribute name="verticalHeaderDefaultSectionSize">
  379. <number>100</number>
  380. </attribute>
  381. <column/>
  382. <column/>
  383. <column/>
  384. <column/>
  385. </widget>
  386. </item>
  387. </layout>
  388. </item>
  389. <item>
  390. <layout class="QHBoxLayout" name="horizontalLayout_5">
  391. <property name="spacing">
  392. <number>4</number>
  393. </property>
  394. <item>
  395. <widget class="QPushButton" name="clear">
  396. <property name="sizePolicy">
  397. <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
  398. <horstretch>0</horstretch>
  399. <verstretch>0</verstretch>
  400. </sizepolicy>
  401. </property>
  402. <property name="styleSheet">
  403. <string notr="true">background-color: #2f535f;
  404. font: 87 11pt &quot;Noto Sans&quot;;
  405. color: rgb(149, 155, 156);
  406. font-weight: 700;
  407. padding: 4px;
  408. border-style: outset;
  409. border-width: 2px;
  410. border-radius: 4px;
  411. border-color: #00000f;
  412. min-width: 4em;
  413. padding: 4px;</string>
  414. </property>
  415. <property name="text">
  416. <string>Clear</string>
  417. </property>
  418. <property name="icon">
  419. <iconset>
  420. <normalon>:/icons/icons/trash.png</normalon>
  421. </iconset>
  422. </property>
  423. </widget>
  424. </item>
  425. <item>
  426. <widget class="QDialogButtonBox" name="argCommandButtons">
  427. <property name="sizePolicy">
  428. <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
  429. <horstretch>0</horstretch>
  430. <verstretch>0</verstretch>
  431. </sizepolicy>
  432. </property>
  433. <property name="layoutDirection">
  434. <enum>Qt::LeftToRight</enum>
  435. </property>
  436. <property name="autoFillBackground">
  437. <bool>false</bool>
  438. </property>
  439. <property name="styleSheet">
  440. <string notr="true">background-color: rgb(255, 85, 0);
  441. font: 87 11pt &quot;Noto Sans&quot;;
  442. color: rgb(0, 43, 54);
  443. font-weight: 700;
  444. padding: 4px;
  445. border-style: outset;
  446. border-width: 2px;
  447. border-radius: 4px;
  448. border-color: #00000f;
  449. min-width: 4em;
  450. padding: 4px;</string>
  451. </property>
  452. <property name="orientation">
  453. <enum>Qt::Horizontal</enum>
  454. </property>
  455. <property name="standardButtons">
  456. <set>QDialogButtonBox::Close|QDialogButtonBox::Save</set>
  457. </property>
  458. <property name="centerButtons">
  459. <bool>true</bool>
  460. </property>
  461. </widget>
  462. </item>
  463. </layout>
  464. </item>
  465. </layout>
  466. </widget>
  467. </widget>
  468. <resources>
  469. <include location="kres.qrc"/>
  470. </resources>
  471. <connections>
  472. <connection>
  473. <sender>argCommandButtons</sender>
  474. <signal>accepted()</signal>
  475. <receiver>ArgDialog</receiver>
  476. <slot>accept()</slot>
  477. <hints>
  478. <hint type="sourcelabel">
  479. <x>248</x>
  480. <y>254</y>
  481. </hint>
  482. <hint type="destinationlabel">
  483. <x>157</x>
  484. <y>274</y>
  485. </hint>
  486. </hints>
  487. </connection>
  488. <connection>
  489. <sender>argCommandButtons</sender>
  490. <signal>rejected()</signal>
  491. <receiver>ArgDialog</receiver>
  492. <slot>reject()</slot>
  493. <hints>
  494. <hint type="sourcelabel">
  495. <x>316</x>
  496. <y>260</y>
  497. </hint>
  498. <hint type="destinationlabel">
  499. <x>286</x>
  500. <y>274</y>
  501. </hint>
  502. </hints>
  503. </connection>
  504. </connections>
  505. </ui>