game-capture-toolbar.ui 3.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134
  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">
  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="minimumSize">
  66. <size>
  67. <width>0</width>
  68. <height>22</height>
  69. </size>
  70. </property>
  71. <property name="currentText">
  72. <string notr="true"/>
  73. </property>
  74. </widget>
  75. </item>
  76. <item>
  77. <widget class="QLabel" name="windowLabel">
  78. <property name="sizePolicy">
  79. <sizepolicy hsizetype="Maximum" vsizetype="Fixed">
  80. <horstretch>0</horstretch>
  81. <verstretch>0</verstretch>
  82. </sizepolicy>
  83. </property>
  84. <property name="minimumSize">
  85. <size>
  86. <width>0</width>
  87. <height>22</height>
  88. </size>
  89. </property>
  90. <property name="text">
  91. <string notr="true">Window</string>
  92. </property>
  93. <property name="buddy">
  94. <cstring>window</cstring>
  95. </property>
  96. </widget>
  97. </item>
  98. <item>
  99. <widget class="QComboBox" name="window">
  100. <property name="sizePolicy">
  101. <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
  102. <horstretch>0</horstretch>
  103. <verstretch>0</verstretch>
  104. </sizepolicy>
  105. </property>
  106. <property name="minimumSize">
  107. <size>
  108. <width>0</width>
  109. <height>22</height>
  110. </size>
  111. </property>
  112. <property name="currentText">
  113. <string notr="true"/>
  114. </property>
  115. <property name="sizeAdjustPolicy">
  116. <enum>QComboBox::AdjustToMinimumContentsLengthWithIcon</enum>
  117. </property>
  118. </widget>
  119. </item>
  120. <item>
  121. <widget class="QWidget" name="empty">
  122. <property name="sizePolicy">
  123. <sizepolicy hsizetype="Expanding" vsizetype="Preferred">
  124. <horstretch>0</horstretch>
  125. <verstretch>0</verstretch>
  126. </sizepolicy>
  127. </property>
  128. </widget>
  129. </item>
  130. </layout>
  131. </widget>
  132. <resources/>
  133. <connections/>
  134. </ui>