game-capture-toolbar.ui 3.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155
  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="Preferred">
  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="windowTitle">
  26. <string notr="true">Form</string>
  27. </property>
  28. <layout class="QHBoxLayout" name="horizontalLayout" stretch="0,4,0,5,0">
  29. <property name="leftMargin">
  30. <number>0</number>
  31. </property>
  32. <property name="topMargin">
  33. <number>0</number>
  34. </property>
  35. <property name="rightMargin">
  36. <number>0</number>
  37. </property>
  38. <property name="bottomMargin">
  39. <number>0</number>
  40. </property>
  41. <item>
  42. <widget class="QLabel" name="modeLabel">
  43. <property name="sizePolicy">
  44. <sizepolicy hsizetype="Maximum" vsizetype="Fixed">
  45. <horstretch>0</horstretch>
  46. <verstretch>0</verstretch>
  47. </sizepolicy>
  48. </property>
  49. <property name="minimumSize">
  50. <size>
  51. <width>0</width>
  52. <height>22</height>
  53. </size>
  54. </property>
  55. <property name="text">
  56. <string notr="true">Mode</string>
  57. </property>
  58. <property name="buddy">
  59. <cstring>mode</cstring>
  60. </property>
  61. </widget>
  62. </item>
  63. <item>
  64. <widget class="QComboBox" name="mode">
  65. <property name="sizePolicy">
  66. <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
  67. <horstretch>0</horstretch>
  68. <verstretch>0</verstretch>
  69. </sizepolicy>
  70. </property>
  71. <property name="minimumSize">
  72. <size>
  73. <width>120</width>
  74. <height>22</height>
  75. </size>
  76. </property>
  77. <property name="maximumSize">
  78. <size>
  79. <width>400</width>
  80. <height>16777215</height>
  81. </size>
  82. </property>
  83. <property name="currentText">
  84. <string notr="true"/>
  85. </property>
  86. </widget>
  87. </item>
  88. <item>
  89. <widget class="QLabel" name="windowLabel">
  90. <property name="sizePolicy">
  91. <sizepolicy hsizetype="Maximum" vsizetype="Fixed">
  92. <horstretch>0</horstretch>
  93. <verstretch>0</verstretch>
  94. </sizepolicy>
  95. </property>
  96. <property name="minimumSize">
  97. <size>
  98. <width>0</width>
  99. <height>22</height>
  100. </size>
  101. </property>
  102. <property name="text">
  103. <string notr="true">Window</string>
  104. </property>
  105. <property name="buddy">
  106. <cstring>window</cstring>
  107. </property>
  108. </widget>
  109. </item>
  110. <item>
  111. <widget class="QComboBox" name="window">
  112. <property name="sizePolicy">
  113. <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
  114. <horstretch>0</horstretch>
  115. <verstretch>0</verstretch>
  116. </sizepolicy>
  117. </property>
  118. <property name="minimumSize">
  119. <size>
  120. <width>120</width>
  121. <height>22</height>
  122. </size>
  123. </property>
  124. <property name="maximumSize">
  125. <size>
  126. <width>600</width>
  127. <height>16777215</height>
  128. </size>
  129. </property>
  130. <property name="currentText">
  131. <string notr="true"/>
  132. </property>
  133. <property name="sizeAdjustPolicy">
  134. <enum>QComboBox::AdjustToMinimumContentsLengthWithIcon</enum>
  135. </property>
  136. </widget>
  137. </item>
  138. <item>
  139. <spacer name="empty">
  140. <property name="orientation">
  141. <enum>Qt::Horizontal</enum>
  142. </property>
  143. <property name="sizeHint" stdset="0">
  144. <size>
  145. <width>0</width>
  146. <height>20</height>
  147. </size>
  148. </property>
  149. </spacer>
  150. </item>
  151. </layout>
  152. </widget>
  153. <resources/>
  154. <connections/>
  155. </ui>