argdialog.ui 12 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462
  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>724</width>
  10. <height>948</height>
  11. </rect>
  12. </property>
  13. <property name="windowTitle">
  14. <string>Dialog</string>
  15. </property>
  16. <property name="windowIcon">
  17. <iconset>
  18. <normaloff>favicon.ico</normaloff>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>701</width>
  30. <height>921</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>108</width>
  67. <height>0</height>
  68. </size>
  69. </property>
  70. <property name="styleSheet">
  71. <string notr="true">font: 75 11pt &quot;Noto Sans&quot;;
  72. color: rgb(131, 148, 150);
  73. font-weight: 700;</string>
  74. </property>
  75. <property name="text">
  76. <string>Type</string>
  77. </property>
  78. </widget>
  79. </item>
  80. <item>
  81. <widget class="QComboBox" name="argType">
  82. <property name="sizePolicy">
  83. <sizepolicy hsizetype="MinimumExpanding" vsizetype="Fixed">
  84. <horstretch>0</horstretch>
  85. <verstretch>0</verstretch>
  86. </sizepolicy>
  87. </property>
  88. <property name="styleSheet">
  89. <string notr="true">font: 87 11pt &quot;Noto Sans&quot;;
  90. background-color: #2f535f;
  91. color: rgb(131, 148, 150);
  92. font-weight: 700;
  93. </string>
  94. </property>
  95. <item>
  96. <property name="text">
  97. <string>description</string>
  98. </property>
  99. </item>
  100. <item>
  101. <property name="text">
  102. <string>hashtag</string>
  103. </property>
  104. </item>
  105. <item>
  106. <property name="text">
  107. <string>requested by</string>
  108. </property>
  109. </item>
  110. <item>
  111. <property name="text">
  112. <string>promote/share</string>
  113. </property>
  114. </item>
  115. <item>
  116. <property name="text">
  117. <string>link/bio</string>
  118. </property>
  119. </item>
  120. </widget>
  121. </item>
  122. </layout>
  123. </item>
  124. <item>
  125. <layout class="QHBoxLayout" name="horizontalLayout_2">
  126. <item>
  127. <widget class="QLabel" name="label_3">
  128. <property name="minimumSize">
  129. <size>
  130. <width>108</width>
  131. <height>0</height>
  132. </size>
  133. </property>
  134. <property name="styleSheet">
  135. <string notr="true">font: 75 11pt &quot;Noto Sans&quot;;
  136. color: rgb(131, 148, 150);
  137. font-weight: 700;
  138. qproperty-alignment: 'AlignVLeft';</string>
  139. </property>
  140. <property name="text">
  141. <string>Input</string>
  142. </property>
  143. </widget>
  144. </item>
  145. <item>
  146. <widget class="QTextEdit" name="argInput">
  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. <widget class="QPushButton" name="addArgument">
  160. <property name="styleSheet">
  161. <string notr="true">background-color: rgb(255, 85, 0);
  162. font: 87 11pt &quot;Noto Sans&quot;;
  163. color: rgb(0, 43, 54);
  164. font-weight: 700;
  165. padding: 4px;
  166. border-style: outset;
  167. border-width: 2px;
  168. border-radius: 4px;
  169. border-color: #00000f;
  170. min-width: 4em;
  171. padding: 4px;</string>
  172. </property>
  173. <property name="text">
  174. <string>Add</string>
  175. </property>
  176. </widget>
  177. </item>
  178. <item>
  179. <layout class="QHBoxLayout" name="horizontalLayout_3">
  180. <item alignment="Qt::AlignVCenter">
  181. <widget class="QLabel" name="label_4">
  182. <property name="sizePolicy">
  183. <sizepolicy hsizetype="Fixed" vsizetype="Preferred">
  184. <horstretch>0</horstretch>
  185. <verstretch>0</verstretch>
  186. </sizepolicy>
  187. </property>
  188. <property name="minimumSize">
  189. <size>
  190. <width>196</width>
  191. <height>0</height>
  192. </size>
  193. </property>
  194. <property name="styleSheet">
  195. <string notr="true">font: 75 11pt &quot;Noto Sans&quot;;
  196. color: rgb(131, 148, 150);
  197. font-weight: 700;</string>
  198. </property>
  199. <property name="text">
  200. <string>Add file attachment</string>
  201. </property>
  202. </widget>
  203. </item>
  204. <item>
  205. <widget class="QPushButton" name="addFile">
  206. <property name="styleSheet">
  207. <string notr="true">background-color: rgb(255, 85, 0);
  208. font: 87 11pt &quot;Noto Sans&quot;;
  209. color: rgb(0, 43, 54);
  210. font-weight: 700;
  211. padding: 4px;
  212. border-style: outset;
  213. border-width: 2px;
  214. border-radius: 4px;
  215. border-color: #00000f;
  216. min-width: 4em;
  217. padding: 4px;</string>
  218. </property>
  219. <property name="text">
  220. <string>Choose</string>
  221. </property>
  222. </widget>
  223. </item>
  224. </layout>
  225. </item>
  226. <item>
  227. <layout class="QHBoxLayout" name="horizontalLayout_4">
  228. <item alignment="Qt::AlignVCenter">
  229. <widget class="QLabel" name="label_5">
  230. <property name="sizePolicy">
  231. <sizepolicy hsizetype="Fixed" vsizetype="Preferred">
  232. <horstretch>0</horstretch>
  233. <verstretch>0</verstretch>
  234. </sizepolicy>
  235. </property>
  236. <property name="minimumSize">
  237. <size>
  238. <width>52</width>
  239. <height>0</height>
  240. </size>
  241. </property>
  242. <property name="styleSheet">
  243. <string notr="true">font: 75 11pt &quot;Noto Sans&quot;;
  244. color: rgb(131, 148, 150);
  245. font-weight: 700;
  246. qproperty-alignment: 'AlignHCenter';</string>
  247. </property>
  248. <property name="text">
  249. <string>Time</string>
  250. </property>
  251. </widget>
  252. </item>
  253. <item alignment="Qt::AlignRight">
  254. <widget class="QDateTimeEdit" name="dateTime">
  255. <property name="sizePolicy">
  256. <sizepolicy hsizetype="MinimumExpanding" vsizetype="Fixed">
  257. <horstretch>0</horstretch>
  258. <verstretch>0</verstretch>
  259. </sizepolicy>
  260. </property>
  261. <property name="minimumSize">
  262. <size>
  263. <width>380</width>
  264. <height>0</height>
  265. </size>
  266. </property>
  267. <property name="styleSheet">
  268. <string notr="true">background-color: #00000f;
  269. color: #2f535f;
  270. font-weight: 700;
  271. font-size: 16pt;</string>
  272. </property>
  273. </widget>
  274. </item>
  275. </layout>
  276. </item>
  277. <item alignment="Qt::AlignLeft">
  278. <widget class="QLabel" name="label">
  279. <property name="styleSheet">
  280. <string notr="true">font: 75 11pt &quot;Noto Sans&quot;;
  281. color: rgb(131, 148, 150);
  282. font-weight: 700;
  283. padding-left: 8px;</string>
  284. </property>
  285. <property name="text">
  286. <string>Items to send</string>
  287. </property>
  288. </widget>
  289. </item>
  290. <item>
  291. <layout class="QHBoxLayout" name="horizontalLayout_6" stretch="0,0,0">
  292. <item>
  293. <spacer name="horizontalSpacer">
  294. <property name="orientation">
  295. <enum>Qt::Horizontal</enum>
  296. </property>
  297. <property name="sizeType">
  298. <enum>QSizePolicy::Maximum</enum>
  299. </property>
  300. <property name="sizeHint" stdset="0">
  301. <size>
  302. <width>40</width>
  303. <height>20</height>
  304. </size>
  305. </property>
  306. </spacer>
  307. </item>
  308. <item>
  309. <widget class="QTableWidget" name="argList">
  310. <property name="styleSheet">
  311. <string notr="true">font: 87 11pt &quot;Noto Sans&quot;;
  312. background-color: #2f535f;
  313. color: rgb(131, 148, 150);
  314. font-weight: 700;
  315. padding-left: 2px;</string>
  316. </property>
  317. <property name="showGrid">
  318. <bool>true</bool>
  319. </property>
  320. <property name="columnCount">
  321. <number>3</number>
  322. </property>
  323. <attribute name="horizontalHeaderCascadingSectionResizes">
  324. <bool>false</bool>
  325. </attribute>
  326. <attribute name="horizontalHeaderMinimumSectionSize">
  327. <number>100</number>
  328. </attribute>
  329. <attribute name="horizontalHeaderDefaultSectionSize">
  330. <number>200</number>
  331. </attribute>
  332. <attribute name="verticalHeaderMinimumSectionSize">
  333. <number>100</number>
  334. </attribute>
  335. <attribute name="verticalHeaderDefaultSectionSize">
  336. <number>100</number>
  337. </attribute>
  338. <column/>
  339. <column/>
  340. <column/>
  341. </widget>
  342. </item>
  343. <item>
  344. <spacer name="horizontalSpacer_2">
  345. <property name="orientation">
  346. <enum>Qt::Horizontal</enum>
  347. </property>
  348. <property name="sizeType">
  349. <enum>QSizePolicy::Maximum</enum>
  350. </property>
  351. <property name="sizeHint" stdset="0">
  352. <size>
  353. <width>40</width>
  354. <height>20</height>
  355. </size>
  356. </property>
  357. </spacer>
  358. </item>
  359. </layout>
  360. </item>
  361. <item>
  362. <layout class="QHBoxLayout" name="horizontalLayout_5">
  363. <item>
  364. <widget class="QPushButton" name="devTestButton">
  365. <property name="styleSheet">
  366. <string notr="true">background-color: rgb(130, 255, 121);
  367. background-color: rgb(2, 180, 43);
  368. font: 87 11pt &quot;Noto Sans&quot;;
  369. color: rgb(0, 0, 0);
  370. font-weight: 700;
  371. padding: 4px;
  372. border-style: outset;
  373. border-width: 2px;
  374. border-radius: 4px;
  375. border-color: #00000f;
  376. min-width: 4em;
  377. padding: 4px;</string>
  378. </property>
  379. <property name="text">
  380. <string>DEV TEST</string>
  381. </property>
  382. </widget>
  383. </item>
  384. <item>
  385. <widget class="QDialogButtonBox" name="argCommandButtons">
  386. <property name="sizePolicy">
  387. <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
  388. <horstretch>0</horstretch>
  389. <verstretch>0</verstretch>
  390. </sizepolicy>
  391. </property>
  392. <property name="layoutDirection">
  393. <enum>Qt::LeftToRight</enum>
  394. </property>
  395. <property name="autoFillBackground">
  396. <bool>false</bool>
  397. </property>
  398. <property name="styleSheet">
  399. <string notr="true">background-color: rgb(255, 85, 0);
  400. font: 87 11pt &quot;Noto Sans&quot;;
  401. color: rgb(0, 43, 54);
  402. font-weight: 700;
  403. padding: 4px;
  404. border-style: outset;
  405. border-width: 2px;
  406. border-radius: 4px;
  407. border-color: #00000f;
  408. min-width: 4em;
  409. padding: 4px;</string>
  410. </property>
  411. <property name="orientation">
  412. <enum>Qt::Horizontal</enum>
  413. </property>
  414. <property name="standardButtons">
  415. <set>QDialogButtonBox::Cancel|QDialogButtonBox::Save</set>
  416. </property>
  417. <property name="centerButtons">
  418. <bool>true</bool>
  419. </property>
  420. </widget>
  421. </item>
  422. </layout>
  423. </item>
  424. </layout>
  425. </widget>
  426. </widget>
  427. <resources/>
  428. <connections>
  429. <connection>
  430. <sender>argCommandButtons</sender>
  431. <signal>accepted()</signal>
  432. <receiver>ArgDialog</receiver>
  433. <slot>accept()</slot>
  434. <hints>
  435. <hint type="sourcelabel">
  436. <x>248</x>
  437. <y>254</y>
  438. </hint>
  439. <hint type="destinationlabel">
  440. <x>157</x>
  441. <y>274</y>
  442. </hint>
  443. </hints>
  444. </connection>
  445. <connection>
  446. <sender>argCommandButtons</sender>
  447. <signal>rejected()</signal>
  448. <receiver>ArgDialog</receiver>
  449. <slot>reject()</slot>
  450. <hints>
  451. <hint type="sourcelabel">
  452. <x>316</x>
  453. <y>260</y>
  454. </hint>
  455. <hint type="destinationlabel">
  456. <x>286</x>
  457. <y>274</y>
  458. </hint>
  459. </hints>
  460. </connection>
  461. </connections>
  462. </ui>