basicwidget.ui 9.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <ui version="4.0">
  3. <class>BasicWidget</class>
  4. <widget class="QWidget" name="BasicWidget">
  5. <property name="geometry">
  6. <rect>
  7. <x>0</x>
  8. <y>0</y>
  9. <width>361</width>
  10. <height>620</height>
  11. </rect>
  12. </property>
  13. <property name="windowTitle">
  14. <string>Form</string>
  15. </property>
  16. <property name="styleSheet">
  17. <string notr="true"/>
  18. </property>
  19. <layout class="QVBoxLayout" name="verticalLayout_2">
  20. <property name="spacing">
  21. <number>24</number>
  22. </property>
  23. <property name="leftMargin">
  24. <number>0</number>
  25. </property>
  26. <property name="topMargin">
  27. <number>24</number>
  28. </property>
  29. <property name="rightMargin">
  30. <number>0</number>
  31. </property>
  32. <property name="bottomMargin">
  33. <number>0</number>
  34. </property>
  35. <item>
  36. <layout class="QGridLayout" name="gridLayout">
  37. <property name="horizontalSpacing">
  38. <number>0</number>
  39. </property>
  40. <property name="verticalSpacing">
  41. <number>16</number>
  42. </property>
  43. <item row="1" column="1">
  44. <widget class="CustomComboBox" name="comBox_recordMode">
  45. <property name="minimumSize">
  46. <size>
  47. <width>260</width>
  48. <height>32</height>
  49. </size>
  50. </property>
  51. <property name="maximumSize">
  52. <size>
  53. <width>260</width>
  54. <height>16777215</height>
  55. </size>
  56. </property>
  57. </widget>
  58. </item>
  59. <item row="1" column="0">
  60. <widget class="QLabel" name="label_2">
  61. <property name="text">
  62. <string>&lt;font color = #D21F21 &gt;*&lt;/font&gt;录音模式:</string>
  63. </property>
  64. <property name="alignment">
  65. <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
  66. </property>
  67. </widget>
  68. </item>
  69. <item row="3" column="0">
  70. <widget class="QLabel" name="label_5">
  71. <property name="text">
  72. <string>&lt;font color = #D21F21 &gt;*&lt;/font&gt;不一致判断:</string>
  73. </property>
  74. <property name="alignment">
  75. <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
  76. </property>
  77. </widget>
  78. </item>
  79. <item row="2" column="1">
  80. <widget class="CustomComboBox" name="comBox_driverName">
  81. <property name="minimumSize">
  82. <size>
  83. <width>260</width>
  84. <height>32</height>
  85. </size>
  86. </property>
  87. <property name="maximumSize">
  88. <size>
  89. <width>260</width>
  90. <height>16777215</height>
  91. </size>
  92. </property>
  93. </widget>
  94. </item>
  95. <item row="0" column="0">
  96. <widget class="QLabel" name="label">
  97. <property name="text">
  98. <string>&lt;font color = #D21F21 &gt;*&lt;/font&gt;服务端IP:</string>
  99. </property>
  100. <property name="alignment">
  101. <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
  102. </property>
  103. </widget>
  104. </item>
  105. <item row="3" column="1">
  106. <widget class="CustomComboBox" name="comBox_notConsistency">
  107. <property name="minimumSize">
  108. <size>
  109. <width>260</width>
  110. <height>32</height>
  111. </size>
  112. </property>
  113. <property name="maximumSize">
  114. <size>
  115. <width>260</width>
  116. <height>16777215</height>
  117. </size>
  118. </property>
  119. </widget>
  120. </item>
  121. <item row="0" column="1">
  122. <widget class="QLineEdit" name="lineEdit_serverIP">
  123. <property name="minimumSize">
  124. <size>
  125. <width>260</width>
  126. <height>32</height>
  127. </size>
  128. </property>
  129. <property name="maximumSize">
  130. <size>
  131. <width>260</width>
  132. <height>32</height>
  133. </size>
  134. </property>
  135. </widget>
  136. </item>
  137. <item row="2" column="0">
  138. <widget class="QLabel" name="label_3">
  139. <property name="text">
  140. <string>&lt;font color = #D21F21 &gt;*&lt;/font&gt;驱动名称:</string>
  141. </property>
  142. <property name="alignment">
  143. <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
  144. </property>
  145. </widget>
  146. </item>
  147. </layout>
  148. </item>
  149. <item>
  150. <widget class="QWidget" name="widget" native="true">
  151. <property name="minimumSize">
  152. <size>
  153. <width>0</width>
  154. <height>120</height>
  155. </size>
  156. </property>
  157. <layout class="QGridLayout" name="gridLayout_2">
  158. <property name="leftMargin">
  159. <number>0</number>
  160. </property>
  161. <property name="topMargin">
  162. <number>12</number>
  163. </property>
  164. <property name="rightMargin">
  165. <number>0</number>
  166. </property>
  167. <property name="bottomMargin">
  168. <number>12</number>
  169. </property>
  170. <property name="horizontalSpacing">
  171. <number>0</number>
  172. </property>
  173. <property name="verticalSpacing">
  174. <number>18</number>
  175. </property>
  176. <item row="0" column="0">
  177. <widget class="QCheckBox" name="checkBox_enableMultiCPU">
  178. <property name="minimumSize">
  179. <size>
  180. <width>0</width>
  181. <height>16</height>
  182. </size>
  183. </property>
  184. <property name="maximumSize">
  185. <size>
  186. <width>16777215</width>
  187. <height>16</height>
  188. </size>
  189. </property>
  190. <property name="text">
  191. <string>开启多核对比</string>
  192. </property>
  193. <property name="iconSize">
  194. <size>
  195. <width>16</width>
  196. <height>16</height>
  197. </size>
  198. </property>
  199. </widget>
  200. </item>
  201. <item row="0" column="1">
  202. <widget class="QCheckBox" name="checkBox_enableDebug">
  203. <property name="minimumSize">
  204. <size>
  205. <width>0</width>
  206. <height>16</height>
  207. </size>
  208. </property>
  209. <property name="maximumSize">
  210. <size>
  211. <width>16777215</width>
  212. <height>16</height>
  213. </size>
  214. </property>
  215. <property name="text">
  216. <string>开启调试日志</string>
  217. </property>
  218. <property name="iconSize">
  219. <size>
  220. <width>16</width>
  221. <height>16</height>
  222. </size>
  223. </property>
  224. </widget>
  225. </item>
  226. <item row="1" column="0" colspan="2">
  227. <widget class="QCheckBox" name="checkBox_clearHistoryDir">
  228. <property name="minimumSize">
  229. <size>
  230. <width>0</width>
  231. <height>16</height>
  232. </size>
  233. </property>
  234. <property name="maximumSize">
  235. <size>
  236. <width>16777215</width>
  237. <height>16</height>
  238. </size>
  239. </property>
  240. <property name="text">
  241. <string>启动服务时,清空历史文件夹</string>
  242. </property>
  243. </widget>
  244. </item>
  245. <item row="2" column="0" colspan="2">
  246. <widget class="QCheckBox" name="checkBox_enableSoundCardName">
  247. <property name="minimumSize">
  248. <size>
  249. <width>0</width>
  250. <height>16</height>
  251. </size>
  252. </property>
  253. <property name="maximumSize">
  254. <size>
  255. <width>16777215</width>
  256. <height>16</height>
  257. </size>
  258. </property>
  259. <property name="text">
  260. <string>使用声卡通道名称,确定频道配置的各个通道</string>
  261. </property>
  262. </widget>
  263. </item>
  264. </layout>
  265. </widget>
  266. </item>
  267. <item>
  268. <layout class="QHBoxLayout" name="horizontalLayout">
  269. <item>
  270. <widget class="QPushButton" name="pBtn_restore">
  271. <property name="minimumSize">
  272. <size>
  273. <width>102</width>
  274. <height>32</height>
  275. </size>
  276. </property>
  277. <property name="maximumSize">
  278. <size>
  279. <width>102</width>
  280. <height>32</height>
  281. </size>
  282. </property>
  283. <property name="text">
  284. <string>恢复配置项</string>
  285. </property>
  286. </widget>
  287. </item>
  288. <item>
  289. <spacer name="horizontalSpacer">
  290. <property name="orientation">
  291. <enum>Qt::Horizontal</enum>
  292. </property>
  293. <property name="sizeHint" stdset="0">
  294. <size>
  295. <width>40</width>
  296. <height>20</height>
  297. </size>
  298. </property>
  299. </spacer>
  300. </item>
  301. <item>
  302. <widget class="QPushButton" name="pBtn_compareItem">
  303. <property name="minimumSize">
  304. <size>
  305. <width>102</width>
  306. <height>32</height>
  307. </size>
  308. </property>
  309. <property name="maximumSize">
  310. <size>
  311. <width>102</width>
  312. <height>32</height>
  313. </size>
  314. </property>
  315. <property name="text">
  316. <string>对比项配置</string>
  317. </property>
  318. </widget>
  319. </item>
  320. </layout>
  321. </item>
  322. <item>
  323. <widget class="QLabel" name="label_tip">
  324. <property name="text">
  325. <string>可恢复为编辑时的初始字段信息</string>
  326. </property>
  327. </widget>
  328. </item>
  329. <item>
  330. <spacer name="verticalSpacer">
  331. <property name="orientation">
  332. <enum>Qt::Vertical</enum>
  333. </property>
  334. <property name="sizeHint" stdset="0">
  335. <size>
  336. <width>20</width>
  337. <height>40</height>
  338. </size>
  339. </property>
  340. </spacer>
  341. </item>
  342. </layout>
  343. </widget>
  344. <customwidgets>
  345. <customwidget>
  346. <class>CustomComboBox</class>
  347. <extends>QComboBox</extends>
  348. <header location="global">customcombobox.h</header>
  349. </customwidget>
  350. </customwidgets>
  351. <resources/>
  352. <connections/>
  353. </ui>