argdialog.ui 8.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378
  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>608</width>
  10. <height>710</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="QDialogButtonBox" name="argCommandButtons">
  25. <property name="geometry">
  26. <rect>
  27. <x>330</x>
  28. <y>510</y>
  29. <width>211</width>
  30. <height>32</height>
  31. </rect>
  32. </property>
  33. <property name="sizePolicy">
  34. <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
  35. <horstretch>0</horstretch>
  36. <verstretch>0</verstretch>
  37. </sizepolicy>
  38. </property>
  39. <property name="layoutDirection">
  40. <enum>Qt::LeftToRight</enum>
  41. </property>
  42. <property name="autoFillBackground">
  43. <bool>false</bool>
  44. </property>
  45. <property name="styleSheet">
  46. <string notr="true">background-color: rgb(255, 85, 0);
  47. font: 87 11pt &quot;Noto Sans&quot;;
  48. color: rgb(0, 43, 54);
  49. font-weight: 700;
  50. padding: 4px;</string>
  51. </property>
  52. <property name="orientation">
  53. <enum>Qt::Horizontal</enum>
  54. </property>
  55. <property name="standardButtons">
  56. <set>QDialogButtonBox::Cancel|QDialogButtonBox::Save</set>
  57. </property>
  58. <property name="centerButtons">
  59. <bool>true</bool>
  60. </property>
  61. </widget>
  62. <widget class="QPushButton" name="addArgument">
  63. <property name="geometry">
  64. <rect>
  65. <x>380</x>
  66. <y>190</y>
  67. <width>80</width>
  68. <height>26</height>
  69. </rect>
  70. </property>
  71. <property name="styleSheet">
  72. <string notr="true">background-color: rgb(255, 85, 0);
  73. font: 87 11pt &quot;Noto Sans&quot;;
  74. color: rgb(0, 43, 54);
  75. font-weight: 700;
  76. padding: 4px;</string>
  77. </property>
  78. <property name="text">
  79. <string>Add</string>
  80. </property>
  81. </widget>
  82. <widget class="QLabel" name="argDialogTitle">
  83. <property name="geometry">
  84. <rect>
  85. <x>210</x>
  86. <y>10</y>
  87. <width>231</width>
  88. <height>51</height>
  89. </rect>
  90. </property>
  91. <property name="font">
  92. <font>
  93. <pointsize>22</pointsize>
  94. <weight>75</weight>
  95. <bold>true</bold>
  96. </font>
  97. </property>
  98. <property name="styleSheet">
  99. <string notr="true">color: rgb(170, 0, 255);</string>
  100. </property>
  101. <property name="text">
  102. <string>Add Arguments</string>
  103. </property>
  104. </widget>
  105. <widget class="QPushButton" name="addFile">
  106. <property name="geometry">
  107. <rect>
  108. <x>190</x>
  109. <y>220</y>
  110. <width>80</width>
  111. <height>26</height>
  112. </rect>
  113. </property>
  114. <property name="styleSheet">
  115. <string notr="true">background-color: rgb(255, 85, 0);
  116. font: 87 11pt &quot;Noto Sans&quot;;
  117. color: rgb(0, 43, 54);
  118. font-weight: 700;
  119. padding: 4px;</string>
  120. </property>
  121. <property name="text">
  122. <string>File</string>
  123. </property>
  124. </widget>
  125. <widget class="QLabel" name="label">
  126. <property name="geometry">
  127. <rect>
  128. <x>60</x>
  129. <y>290</y>
  130. <width>111</width>
  131. <height>18</height>
  132. </rect>
  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;</string>
  138. </property>
  139. <property name="text">
  140. <string>Items to send</string>
  141. </property>
  142. </widget>
  143. <widget class="QTableWidget" name="argList">
  144. <property name="geometry">
  145. <rect>
  146. <x>60</x>
  147. <y>320</y>
  148. <width>481</width>
  149. <height>171</height>
  150. </rect>
  151. </property>
  152. <property name="styleSheet">
  153. <string notr="true">font: 87 11pt &quot;Noto Sans&quot;;
  154. background-color: rgb(7, 54, 66);
  155. color: rgb(131, 148, 150);
  156. font-weight: 700;
  157. </string>
  158. </property>
  159. <property name="columnCount">
  160. <number>2</number>
  161. </property>
  162. <attribute name="horizontalHeaderCascadingSectionResizes">
  163. <bool>false</bool>
  164. </attribute>
  165. <attribute name="horizontalHeaderMinimumSectionSize">
  166. <number>100</number>
  167. </attribute>
  168. <attribute name="horizontalHeaderDefaultSectionSize">
  169. <number>200</number>
  170. </attribute>
  171. <attribute name="verticalHeaderMinimumSectionSize">
  172. <number>100</number>
  173. </attribute>
  174. <attribute name="verticalHeaderDefaultSectionSize">
  175. <number>100</number>
  176. </attribute>
  177. <column/>
  178. <column/>
  179. </widget>
  180. <widget class="QLabel" name="label_2">
  181. <property name="geometry">
  182. <rect>
  183. <x>130</x>
  184. <y>80</y>
  185. <width>58</width>
  186. <height>18</height>
  187. </rect>
  188. </property>
  189. <property name="styleSheet">
  190. <string notr="true">font: 75 11pt &quot;Noto Sans&quot;;
  191. color: rgb(131, 148, 150);
  192. font-weight: 700;</string>
  193. </property>
  194. <property name="text">
  195. <string>Type</string>
  196. </property>
  197. </widget>
  198. <widget class="QLabel" name="label_3">
  199. <property name="geometry">
  200. <rect>
  201. <x>110</x>
  202. <y>130</y>
  203. <width>51</width>
  204. <height>20</height>
  205. </rect>
  206. </property>
  207. <property name="styleSheet">
  208. <string notr="true">font: 75 11pt &quot;Noto Sans&quot;;
  209. color: rgb(131, 148, 150);
  210. font-weight: 700;</string>
  211. </property>
  212. <property name="text">
  213. <string>Input</string>
  214. </property>
  215. </widget>
  216. <widget class="QLabel" name="label_4">
  217. <property name="geometry">
  218. <rect>
  219. <x>60</x>
  220. <y>220</y>
  221. <width>101</width>
  222. <height>20</height>
  223. </rect>
  224. </property>
  225. <property name="styleSheet">
  226. <string notr="true">font: 75 11pt &quot;Noto Sans&quot;;
  227. color: rgb(131, 148, 150);
  228. font-weight: 700;</string>
  229. </property>
  230. <property name="text">
  231. <string>Attachment</string>
  232. </property>
  233. </widget>
  234. <widget class="QTextEdit" name="argInput">
  235. <property name="geometry">
  236. <rect>
  237. <x>190</x>
  238. <y>130</y>
  239. <width>281</width>
  240. <height>51</height>
  241. </rect>
  242. </property>
  243. <property name="styleSheet">
  244. <string notr="true">font: 87 11pt &quot;Noto Sans&quot;;
  245. background-color: rgb(7, 54, 66);
  246. color: rgb(131, 148, 150);
  247. font-weight: 700;
  248. </string>
  249. </property>
  250. </widget>
  251. <widget class="QLabel" name="label_5">
  252. <property name="geometry">
  253. <rect>
  254. <x>120</x>
  255. <y>260</y>
  256. <width>41</width>
  257. <height>20</height>
  258. </rect>
  259. </property>
  260. <property name="styleSheet">
  261. <string notr="true">font: 75 11pt &quot;Noto Sans&quot;;
  262. color: rgb(131, 148, 150);
  263. font-weight: 700;</string>
  264. </property>
  265. <property name="text">
  266. <string>Time</string>
  267. </property>
  268. </widget>
  269. <widget class="QDateTimeEdit" name="dateTime">
  270. <property name="geometry">
  271. <rect>
  272. <x>200</x>
  273. <y>260</y>
  274. <width>194</width>
  275. <height>27</height>
  276. </rect>
  277. </property>
  278. </widget>
  279. <widget class="QComboBox" name="argType">
  280. <property name="geometry">
  281. <rect>
  282. <x>190</x>
  283. <y>80</y>
  284. <width>141</width>
  285. <height>31</height>
  286. </rect>
  287. </property>
  288. <property name="styleSheet">
  289. <string notr="true">font: 87 11pt &quot;Noto Sans&quot;;
  290. background-color: rgb(7, 54, 66);
  291. color: rgb(131, 148, 150);
  292. font-weight: 700;
  293. </string>
  294. </property>
  295. <item>
  296. <property name="text">
  297. <string>description</string>
  298. </property>
  299. </item>
  300. <item>
  301. <property name="text">
  302. <string>hashtag</string>
  303. </property>
  304. </item>
  305. <item>
  306. <property name="text">
  307. <string>requested by</string>
  308. </property>
  309. </item>
  310. <item>
  311. <property name="text">
  312. <string>promote/share</string>
  313. </property>
  314. </item>
  315. <item>
  316. <property name="text">
  317. <string>link/bio</string>
  318. </property>
  319. </item>
  320. </widget>
  321. <widget class="QPushButton" name="devTestButton">
  322. <property name="geometry">
  323. <rect>
  324. <x>240</x>
  325. <y>590</y>
  326. <width>81</width>
  327. <height>31</height>
  328. </rect>
  329. </property>
  330. <property name="styleSheet">
  331. <string notr="true">background-color: rgb(130, 255, 121);
  332. background-color: rgb(2, 180, 43);
  333. font: 87 11pt &quot;Noto Sans&quot;;
  334. color: rgb(0, 0, 0);
  335. font-weight: 700;
  336. padding: 4px;</string>
  337. </property>
  338. <property name="text">
  339. <string>TEST</string>
  340. </property>
  341. </widget>
  342. </widget>
  343. <resources/>
  344. <connections>
  345. <connection>
  346. <sender>argCommandButtons</sender>
  347. <signal>accepted()</signal>
  348. <receiver>ArgDialog</receiver>
  349. <slot>accept()</slot>
  350. <hints>
  351. <hint type="sourcelabel">
  352. <x>248</x>
  353. <y>254</y>
  354. </hint>
  355. <hint type="destinationlabel">
  356. <x>157</x>
  357. <y>274</y>
  358. </hint>
  359. </hints>
  360. </connection>
  361. <connection>
  362. <sender>argCommandButtons</sender>
  363. <signal>rejected()</signal>
  364. <receiver>ArgDialog</receiver>
  365. <slot>reject()</slot>
  366. <hints>
  367. <hint type="sourcelabel">
  368. <x>316</x>
  369. <y>260</y>
  370. </hint>
  371. <hint type="destinationlabel">
  372. <x>286</x>
  373. <y>274</y>
  374. </hint>
  375. </hints>
  376. </connection>
  377. </connections>
  378. </ui>