game-capture-toolbar.ui 2.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798
  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>29</height>
  11. </rect>
  12. </property>
  13. <property name="windowTitle">
  14. <string notr="true">Form</string>
  15. </property>
  16. <layout class="QHBoxLayout" name="horizontalLayout">
  17. <property name="leftMargin">
  18. <number>0</number>
  19. </property>
  20. <property name="topMargin">
  21. <number>0</number>
  22. </property>
  23. <property name="rightMargin">
  24. <number>0</number>
  25. </property>
  26. <property name="bottomMargin">
  27. <number>0</number>
  28. </property>
  29. <item>
  30. <widget class="QLabel" name="modeLabel">
  31. <property name="sizePolicy">
  32. <sizepolicy hsizetype="Maximum" vsizetype="Preferred">
  33. <horstretch>0</horstretch>
  34. <verstretch>0</verstretch>
  35. </sizepolicy>
  36. </property>
  37. <property name="text">
  38. <string notr="true">Mode</string>
  39. </property>
  40. <property name="buddy">
  41. <cstring>mode</cstring>
  42. </property>
  43. </widget>
  44. </item>
  45. <item>
  46. <widget class="QComboBox" name="mode">
  47. <property name="currentText">
  48. <string notr="true"/>
  49. </property>
  50. </widget>
  51. </item>
  52. <item>
  53. <widget class="QLabel" name="windowLabel">
  54. <property name="sizePolicy">
  55. <sizepolicy hsizetype="Maximum" vsizetype="Preferred">
  56. <horstretch>0</horstretch>
  57. <verstretch>0</verstretch>
  58. </sizepolicy>
  59. </property>
  60. <property name="text">
  61. <string notr="true">Window</string>
  62. </property>
  63. <property name="buddy">
  64. <cstring>window</cstring>
  65. </property>
  66. </widget>
  67. </item>
  68. <item>
  69. <widget class="QComboBox" name="window">
  70. <property name="sizePolicy">
  71. <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
  72. <horstretch>0</horstretch>
  73. <verstretch>0</verstretch>
  74. </sizepolicy>
  75. </property>
  76. <property name="currentText">
  77. <string notr="true"/>
  78. </property>
  79. <property name="sizeAdjustPolicy">
  80. <enum>QComboBox::AdjustToMinimumContentsLength</enum>
  81. </property>
  82. </widget>
  83. </item>
  84. <item>
  85. <widget class="QWidget" name="empty" native="true">
  86. <property name="sizePolicy">
  87. <sizepolicy hsizetype="Expanding" vsizetype="Preferred">
  88. <horstretch>0</horstretch>
  89. <verstretch>0</verstretch>
  90. </sizepolicy>
  91. </property>
  92. </widget>
  93. </item>
  94. </layout>
  95. </widget>
  96. <resources/>
  97. <connections/>
  98. </ui>