argdialog.ui 3.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143
  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>347</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>70</x>
  20. <y>300</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>60</y>
  41. <width>361</width>
  42. <height>151</height>
  43. </rect>
  44. </property>
  45. <property name="styleSheet">
  46. <string notr="true">background-color: rgb(0, 255, 0);
  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>240</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>240</y>
  74. <width>231</width>
  75. <height>26</height>
  76. </rect>
  77. </property>
  78. <property name="styleSheet">
  79. <string notr="true">background-color: rgb(0, 255, 0);
  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>10</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>
  108. <resources/>
  109. <connections>
  110. <connection>
  111. <sender>argButtonBox</sender>
  112. <signal>accepted()</signal>
  113. <receiver>ArgDialog</receiver>
  114. <slot>accept()</slot>
  115. <hints>
  116. <hint type="sourcelabel">
  117. <x>248</x>
  118. <y>254</y>
  119. </hint>
  120. <hint type="destinationlabel">
  121. <x>157</x>
  122. <y>274</y>
  123. </hint>
  124. </hints>
  125. </connection>
  126. <connection>
  127. <sender>argButtonBox</sender>
  128. <signal>rejected()</signal>
  129. <receiver>ArgDialog</receiver>
  130. <slot>reject()</slot>
  131. <hints>
  132. <hint type="sourcelabel">
  133. <x>316</x>
  134. <y>260</y>
  135. </hint>
  136. <hint type="destinationlabel">
  137. <x>286</x>
  138. <y>274</y>
  139. </hint>
  140. </hints>
  141. </connection>
  142. </connections>
  143. </ui>