game-capture-toolbar.ui 3.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <ui version="4.0">
  3. <class>GameCaptureToolbar</class>
  4. <widget class="QWidget" name="GameCaptureToolbar">
  5. <property name="geometry">
  6. <rect>
  7. <x>0</x>
  8. <y>0</y>
  9. <width>650</width>
  10. <height>24</height>
  11. </rect>
  12. </property>
  13. <property name="sizePolicy">
  14. <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
  15. <horstretch>0</horstretch>
  16. <verstretch>0</verstretch>
  17. </sizepolicy>
  18. </property>
  19. <property name="minimumSize">
  20. <size>
  21. <width>0</width>
  22. <height>22</height>
  23. </size>
  24. </property>
  25. <property name="maximumSize">
  26. <size>
  27. <width>16777215</width>
  28. <height>24</height>
  29. </size>
  30. </property>
  31. <property name="windowTitle">
  32. <string notr="true">Form</string>
  33. </property>
  34. <layout class="QHBoxLayout" name="horizontalLayout">
  35. <property name="leftMargin">
  36. <number>0</number>
  37. </property>
  38. <property name="topMargin">
  39. <number>0</number>
  40. </property>
  41. <property name="rightMargin">
  42. <number>0</number>
  43. </property>
  44. <property name="bottomMargin">
  45. <number>0</number>
  46. </property>
  47. <item>
  48. <widget class="QLabel" name="modeLabel">
  49. <property name="sizePolicy">
  50. <sizepolicy hsizetype="Maximum" vsizetype="Fixed">
  51. <horstretch>0</horstretch>
  52. <verstretch>0</verstretch>
  53. </sizepolicy>
  54. </property>
  55. <property name="minimumSize">
  56. <size>
  57. <width>0</width>
  58. <height>22</height>
  59. </size>
  60. </property>
  61. <property name="maximumSize">
  62. <size>
  63. <width>16777215</width>
  64. <height>22</height>
  65. </size>
  66. </property>
  67. <property name="text">
  68. <string notr="true">Mode</string>
  69. </property>
  70. <property name="buddy">
  71. <cstring>mode</cstring>
  72. </property>
  73. </widget>
  74. </item>
  75. <item>
  76. <widget class="QComboBox" name="mode">
  77. <property name="minimumSize">
  78. <size>
  79. <width>0</width>
  80. <height>22</height>
  81. </size>
  82. </property>
  83. <property name="maximumSize">
  84. <size>
  85. <width>16777215</width>
  86. <height>22</height>
  87. </size>
  88. </property>
  89. <property name="currentText">
  90. <string notr="true"/>
  91. </property>
  92. </widget>
  93. </item>
  94. <item>
  95. <widget class="QLabel" name="windowLabel">
  96. <property name="sizePolicy">
  97. <sizepolicy hsizetype="Maximum" vsizetype="Fixed">
  98. <horstretch>0</horstretch>
  99. <verstretch>0</verstretch>
  100. </sizepolicy>
  101. </property>
  102. <property name="minimumSize">
  103. <size>
  104. <width>0</width>
  105. <height>22</height>
  106. </size>
  107. </property>
  108. <property name="maximumSize">
  109. <size>
  110. <width>16777215</width>
  111. <height>22</height>
  112. </size>
  113. </property>
  114. <property name="text">
  115. <string notr="true">Window</string>
  116. </property>
  117. <property name="buddy">
  118. <cstring>window</cstring>
  119. </property>
  120. </widget>
  121. </item>
  122. <item>
  123. <widget class="QComboBox" name="window">
  124. <property name="sizePolicy">
  125. <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
  126. <horstretch>0</horstretch>
  127. <verstretch>0</verstretch>
  128. </sizepolicy>
  129. </property>
  130. <property name="minimumSize">
  131. <size>
  132. <width>0</width>
  133. <height>22</height>
  134. </size>
  135. </property>
  136. <property name="maximumSize">
  137. <size>
  138. <width>16777215</width>
  139. <height>22</height>
  140. </size>
  141. </property>
  142. <property name="currentText">
  143. <string notr="true"/>
  144. </property>
  145. <property name="sizeAdjustPolicy">
  146. <enum>QComboBox::AdjustToMinimumContentsLengthWithIcon</enum>
  147. </property>
  148. </widget>
  149. </item>
  150. <item>
  151. <widget class="QWidget" name="empty">
  152. <property name="sizePolicy">
  153. <sizepolicy hsizetype="Expanding" vsizetype="Preferred">
  154. <horstretch>0</horstretch>
  155. <verstretch>0</verstretch>
  156. </sizepolicy>
  157. </property>
  158. </widget>
  159. </item>
  160. </layout>
  161. </widget>
  162. <resources/>
  163. <connections/>
  164. </ui>