1
0

AutoConfigVideoPage.ui 2.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <ui version="4.0">
  3. <class>AutoConfigVideoPage</class>
  4. <widget class="QWidget" name="AutoConfigVideoPage">
  5. <property name="geometry">
  6. <rect>
  7. <x>0</x>
  8. <y>0</y>
  9. <width>470</width>
  10. <height>300</height>
  11. </rect>
  12. </property>
  13. <property name="windowTitle">
  14. <string notr="true"/>
  15. </property>
  16. <layout class="QVBoxLayout" name="verticalLayout">
  17. <item>
  18. <layout class="QFormLayout" name="formLayout_2">
  19. <property name="fieldGrowthPolicy">
  20. <enum>QFormLayout::ExpandingFieldsGrow</enum>
  21. </property>
  22. <property name="labelAlignment">
  23. <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
  24. </property>
  25. <item row="0" column="0">
  26. <widget class="QLabel" name="label">
  27. <property name="text">
  28. <string>Basic.Settings.Video.BaseResolution</string>
  29. </property>
  30. <property name="buddy">
  31. <cstring>canvasRes</cstring>
  32. </property>
  33. </widget>
  34. </item>
  35. <item row="0" column="1">
  36. <widget class="QComboBox" name="canvasRes"/>
  37. </item>
  38. <item row="2" column="0">
  39. <widget class="QLabel" name="label_3">
  40. <property name="text">
  41. <string>Basic.Settings.Video.FPS</string>
  42. </property>
  43. <property name="buddy">
  44. <cstring>fps</cstring>
  45. </property>
  46. </widget>
  47. </item>
  48. <item row="2" column="1">
  49. <widget class="QComboBox" name="fps"/>
  50. </item>
  51. <item row="3" column="0">
  52. <spacer name="horizontalSpacer">
  53. <property name="orientation">
  54. <enum>Qt::Horizontal</enum>
  55. </property>
  56. <property name="sizeType">
  57. <enum>QSizePolicy::Fixed</enum>
  58. </property>
  59. <property name="sizeHint" stdset="0">
  60. <size>
  61. <width>87</width>
  62. <height>17</height>
  63. </size>
  64. </property>
  65. </spacer>
  66. </item>
  67. </layout>
  68. </item>
  69. <item>
  70. <widget class="QLabel" name="warningLabel">
  71. <property name="text">
  72. <string>Basic.AutoConfig.VideoPage.CanvasExplanation</string>
  73. </property>
  74. <property name="wordWrap">
  75. <bool>true</bool>
  76. </property>
  77. </widget>
  78. </item>
  79. <item>
  80. <spacer name="verticalSpacer">
  81. <property name="orientation">
  82. <enum>Qt::Vertical</enum>
  83. </property>
  84. <property name="sizeHint" stdset="0">
  85. <size>
  86. <width>20</width>
  87. <height>40</height>
  88. </size>
  89. </property>
  90. </spacer>
  91. </item>
  92. </layout>
  93. </widget>
  94. <resources/>
  95. <connections/>
  96. </ui>