mainform.ui 4.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <ui version="4.0">
  3. <class>MainForm</class>
  4. <widget class="QWidget" name="MainForm">
  5. <property name="geometry">
  6. <rect>
  7. <x>0</x>
  8. <y>0</y>
  9. <width>664</width>
  10. <height>559</height>
  11. </rect>
  12. </property>
  13. <property name="windowTitle">
  14. <string>Form</string>
  15. </property>
  16. <layout class="QGridLayout" name="gridLayout_3">
  17. <item row="0" column="0">
  18. <widget class="QScrollArea" name="scrollArea">
  19. <property name="sizePolicy">
  20. <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
  21. <horstretch>0</horstretch>
  22. <verstretch>0</verstretch>
  23. </sizepolicy>
  24. </property>
  25. <property name="widgetResizable">
  26. <bool>true</bool>
  27. </property>
  28. <widget class="QWidget" name="scrollAreaWidgetContents">
  29. <property name="geometry">
  30. <rect>
  31. <x>0</x>
  32. <y>0</y>
  33. <width>644</width>
  34. <height>539</height>
  35. </rect>
  36. </property>
  37. <layout class="QGridLayout" name="gridLayout_4">
  38. <item row="0" column="0">
  39. <layout class="QGridLayout" name="gridLayout_2">
  40. <item row="0" column="0">
  41. <widget class="QLabel" name="modeLabel">
  42. <property name="text">
  43. <string>设备类型</string>
  44. </property>
  45. </widget>
  46. </item>
  47. <item row="1" column="1">
  48. <widget class="QComboBox" name="deviceBox"/>
  49. </item>
  50. <item row="5" column="0" colspan="2">
  51. <widget class="QTabWidget" name="tabWidget">
  52. <property name="currentIndex">
  53. <number>0</number>
  54. </property>
  55. <widget class="QWidget" name="testFormatTab">
  56. <attribute name="title">
  57. <string>tab1</string>
  58. </attribute>
  59. <layout class="QGridLayout" name="gridLayout"/>
  60. </widget>
  61. <widget class="QWidget" name="tab">
  62. <attribute name="title">
  63. <string>tab2</string>
  64. </attribute>
  65. <layout class="QVBoxLayout" name="verticalLayout_2"/>
  66. </widget>
  67. </widget>
  68. </item>
  69. <item row="1" column="0">
  70. <widget class="QComboBox" name="modeBox">
  71. <item>
  72. <property name="text">
  73. <string>外部麦克风</string>
  74. </property>
  75. </item>
  76. <item>
  77. <property name="text">
  78. <string>外部扬声器</string>
  79. </property>
  80. </item>
  81. <item>
  82. <property name="text">
  83. <string>话筒麦克风(大机)</string>
  84. </property>
  85. </item>
  86. <item>
  87. <property name="text">
  88. <string>话筒扬声器(大机)</string>
  89. </property>
  90. </item>
  91. <item>
  92. <property name="text">
  93. <string>环境摄像头(上)</string>
  94. </property>
  95. </item>
  96. <item>
  97. <property name="text">
  98. <string>操作摄像头(下)</string>
  99. </property>
  100. </item>
  101. </widget>
  102. </item>
  103. <item row="0" column="1">
  104. <widget class="QLabel" name="deviceLabel">
  105. <property name="text">
  106. <string>设备列表</string>
  107. </property>
  108. </widget>
  109. </item>
  110. <item row="2" column="1">
  111. <widget class="QPushButton" name="saveBtn">
  112. <property name="text">
  113. <string>复制到剪贴板</string>
  114. </property>
  115. </widget>
  116. </item>
  117. <item row="2" column="0">
  118. <widget class="QPushButton" name="loadBtn">
  119. <property name="text">
  120. <string>重新获取</string>
  121. </property>
  122. </widget>
  123. </item>
  124. <item row="3" column="0">
  125. <spacer name="verticalSpacer">
  126. <property name="orientation">
  127. <enum>Qt::Vertical</enum>
  128. </property>
  129. <property name="sizeHint" stdset="0">
  130. <size>
  131. <width>20</width>
  132. <height>40</height>
  133. </size>
  134. </property>
  135. </spacer>
  136. </item>
  137. </layout>
  138. </item>
  139. </layout>
  140. </widget>
  141. </widget>
  142. </item>
  143. </layout>
  144. </widget>
  145. <resources/>
  146. <connections/>
  147. </ui>