argdialog.ui 3.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173
  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>490</width>
  10. <height>314</height>
  11. </rect>
  12. </property>
  13. <property name="windowTitle">
  14. <string>Dialog</string>
  15. </property>
  16. <widget class="QDialogButtonBox" name="argButtonBox">
  17. <property name="geometry">
  18. <rect>
  19. <x>80</x>
  20. <y>260</y>
  21. <width>341</width>
  22. <height>32</height>
  23. </rect>
  24. </property>
  25. <property name="styleSheet">
  26. <string notr="true">background-color: rgb(203, 0, 239);
  27. color: rgb(16, 16, 16);</string>
  28. </property>
  29. <property name="orientation">
  30. <enum>Qt::Horizontal</enum>
  31. </property>
  32. <property name="standardButtons">
  33. <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
  34. </property>
  35. </widget>
  36. <widget class="QListView" name="argList">
  37. <property name="geometry">
  38. <rect>
  39. <x>60</x>
  40. <y>140</y>
  41. <width>361</width>
  42. <height>91</height>
  43. </rect>
  44. </property>
  45. <property name="styleSheet">
  46. <string notr="true">background-color: rgb(255, 255, 255);
  47. color: rgb(5, 5, 5);
  48. font: 87 10pt &quot;Noto Sans&quot;;
  49. selection-background-color: rgb(255, 0, 174);</string>
  50. </property>
  51. </widget>
  52. <widget class="QPushButton" name="addArgument">
  53. <property name="geometry">
  54. <rect>
  55. <x>340</x>
  56. <y>70</y>
  57. <width>80</width>
  58. <height>26</height>
  59. </rect>
  60. </property>
  61. <property name="styleSheet">
  62. <string notr="true">background-color: rgb(203, 0, 239);
  63. color: rgb(16, 16, 16);</string>
  64. </property>
  65. <property name="text">
  66. <string>Add</string>
  67. </property>
  68. </widget>
  69. <widget class="QLineEdit" name="argInput">
  70. <property name="geometry">
  71. <rect>
  72. <x>80</x>
  73. <y>70</y>
  74. <width>231</width>
  75. <height>26</height>
  76. </rect>
  77. </property>
  78. <property name="styleSheet">
  79. <string notr="true">background-color: rgb(255, 255, 255);
  80. color: rgb(5, 5, 5);
  81. font: 87 10pt &quot;Noto Sans&quot;;</string>
  82. </property>
  83. </widget>
  84. <widget class="QLabel" name="argDialogTitle">
  85. <property name="geometry">
  86. <rect>
  87. <x>130</x>
  88. <y>0</y>
  89. <width>231</width>
  90. <height>51</height>
  91. </rect>
  92. </property>
  93. <property name="font">
  94. <font>
  95. <pointsize>22</pointsize>
  96. <weight>75</weight>
  97. <bold>true</bold>
  98. </font>
  99. </property>
  100. <property name="styleSheet">
  101. <string notr="true">color: rgb(170, 0, 255);</string>
  102. </property>
  103. <property name="text">
  104. <string>Add Arguments</string>
  105. </property>
  106. </widget>
  107. <widget class="QPushButton" name="addFile">
  108. <property name="geometry">
  109. <rect>
  110. <x>340</x>
  111. <y>100</y>
  112. <width>80</width>
  113. <height>26</height>
  114. </rect>
  115. </property>
  116. <property name="styleSheet">
  117. <string notr="true">background-color: rgb(203, 0, 239);
  118. color: rgb(16, 16, 16);</string>
  119. </property>
  120. <property name="text">
  121. <string>File</string>
  122. </property>
  123. </widget>
  124. <widget class="QLabel" name="label">
  125. <property name="geometry">
  126. <rect>
  127. <x>70</x>
  128. <y>120</y>
  129. <width>81</width>
  130. <height>18</height>
  131. </rect>
  132. </property>
  133. <property name="text">
  134. <string>Output</string>
  135. </property>
  136. </widget>
  137. </widget>
  138. <resources/>
  139. <connections>
  140. <connection>
  141. <sender>argButtonBox</sender>
  142. <signal>accepted()</signal>
  143. <receiver>ArgDialog</receiver>
  144. <slot>accept()</slot>
  145. <hints>
  146. <hint type="sourcelabel">
  147. <x>248</x>
  148. <y>254</y>
  149. </hint>
  150. <hint type="destinationlabel">
  151. <x>157</x>
  152. <y>274</y>
  153. </hint>
  154. </hints>
  155. </connection>
  156. <connection>
  157. <sender>argButtonBox</sender>
  158. <signal>rejected()</signal>
  159. <receiver>ArgDialog</receiver>
  160. <slot>reject()</slot>
  161. <hints>
  162. <hint type="sourcelabel">
  163. <x>316</x>
  164. <y>260</y>
  165. </hint>
  166. <hint type="destinationlabel">
  167. <x>286</x>
  168. <y>274</y>
  169. </hint>
  170. </hints>
  171. </connection>
  172. </connections>
  173. </ui>