basicwidget.ui 11 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461
  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>352</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">QWidget#widget
  18. {
  19. background: transparent;
  20. border-bottom: 1px solid #E9E9E9;
  21. }
  22. QLabel
  23. {
  24. font-weight: 400;
  25. font-size: 14px;
  26. color: #3A3F63;
  27. }
  28. QLineEdit
  29. {
  30. background: #FFFFFF;
  31. border-radius: 4px;
  32. border: 1px solid #E6E9F4;
  33. padding-left: 12px;
  34. font-weight: 400;
  35. font-size: 14px;
  36. color: #3A3F63;
  37. }
  38. QLineEdit:hover,QLineEdit:focus
  39. {
  40. border: 1px solid #4458FE;
  41. }
  42. QCheckBox
  43. {
  44. font-weight: 400;
  45. font-size: 14px;
  46. color: #3A3F63;
  47. }
  48. QCheckBox::indicator
  49. {
  50. width: 16px;
  51. height: 16px;
  52. }
  53. QCheckBox::indicator:unchecked
  54. {
  55. image: url(:/unchecked.png);
  56. }
  57. QCheckBox::indicator:checked
  58. {
  59. image: url(:/checked.png);
  60. }
  61. QPushButton
  62. {
  63. background: #FFFFFF;
  64. border-radius: 4px;
  65. border: 1px solid #E6E9F4;
  66. font-weight: 500;
  67. font-size: 14px;
  68. color: #3A3F63;
  69. }
  70. QPushButton:hover
  71. {
  72. border: 1px solid #4458FE;
  73. color: #4458FE;
  74. }
  75. QComboBox
  76. {
  77. padding-left: 12px;
  78. font-weight: 400;
  79. font-size: 14px;
  80. color: #3A3F63;
  81. background: #FFFFFF;
  82. border-radius: 4px;
  83. border: 1px solid #E6E9F4;
  84. }
  85. QComboBox:hover,QComboBox:on
  86. {
  87. border: 1px solid #4458FE;
  88. }
  89. QComboBox QAbstractItemView
  90. {
  91. margin-left: 4px;
  92. margin-right: 20px;
  93. margin-bottom: 4px;
  94. font-size: 14px;
  95. background-color: #FFFFFF;
  96. outline:0px;
  97. border-radius: 4px;
  98. }
  99. QComboBox QAbstractItemView::item {
  100. border-radius: 4px;
  101. color: #3A3F63;
  102. height: 40px;
  103. background-color: #FFFFFF;
  104. font-size: 14px;
  105. padding-left: 12px;
  106. }
  107. QComboBox QAbstractItemView::item:hover
  108. {
  109. font-weight: 500;
  110. color: #3A3F63;
  111. background-color: #EEF2FF;
  112. }
  113. QComboBox QAbstractItemView::item:selected
  114. {
  115. font-weight: 500;
  116. color: #3A3F63;
  117. background-color: #EEF2FF;
  118. }
  119. QComboBox::down-arrow
  120. {
  121. padding-right: 8px;
  122. width: 16px;
  123. image: url(:/down_arrow.png);
  124. }
  125. QComboBox::drop-down
  126. {
  127. width: 16px;
  128. background-color: transparent;
  129. }</string>
  130. </property>
  131. <layout class="QVBoxLayout" name="verticalLayout_2">
  132. <property name="spacing">
  133. <number>24</number>
  134. </property>
  135. <property name="leftMargin">
  136. <number>0</number>
  137. </property>
  138. <property name="topMargin">
  139. <number>24</number>
  140. </property>
  141. <property name="rightMargin">
  142. <number>0</number>
  143. </property>
  144. <property name="bottomMargin">
  145. <number>0</number>
  146. </property>
  147. <item>
  148. <layout class="QGridLayout" name="gridLayout">
  149. <property name="horizontalSpacing">
  150. <number>0</number>
  151. </property>
  152. <property name="verticalSpacing">
  153. <number>16</number>
  154. </property>
  155. <item row="4" column="1">
  156. <widget class="QComboBox" name="comboBoxNotConsistency">
  157. <property name="minimumSize">
  158. <size>
  159. <width>260</width>
  160. <height>32</height>
  161. </size>
  162. </property>
  163. <property name="maximumSize">
  164. <size>
  165. <width>260</width>
  166. <height>16777215</height>
  167. </size>
  168. </property>
  169. </widget>
  170. </item>
  171. <item row="0" column="1">
  172. <widget class="QLineEdit" name="lineEditServerIP">
  173. <property name="minimumSize">
  174. <size>
  175. <width>260</width>
  176. <height>32</height>
  177. </size>
  178. </property>
  179. <property name="maximumSize">
  180. <size>
  181. <width>260</width>
  182. <height>32</height>
  183. </size>
  184. </property>
  185. </widget>
  186. </item>
  187. <item row="4" column="0">
  188. <widget class="QLabel" name="label_5">
  189. <property name="text">
  190. <string>&lt;font color = #D21F21 &gt;*&lt;/font&gt;不一致判断:</string>
  191. </property>
  192. <property name="alignment">
  193. <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
  194. </property>
  195. </widget>
  196. </item>
  197. <item row="2" column="1">
  198. <widget class="QComboBox" name="comboBoxDriverName">
  199. <property name="minimumSize">
  200. <size>
  201. <width>260</width>
  202. <height>32</height>
  203. </size>
  204. </property>
  205. <property name="maximumSize">
  206. <size>
  207. <width>260</width>
  208. <height>16777215</height>
  209. </size>
  210. </property>
  211. </widget>
  212. </item>
  213. <item row="2" column="0">
  214. <widget class="QLabel" name="label_3">
  215. <property name="text">
  216. <string>&lt;font color = #D21F21 &gt;*&lt;/font&gt;驱动名称:</string>
  217. </property>
  218. <property name="alignment">
  219. <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
  220. </property>
  221. </widget>
  222. </item>
  223. <item row="3" column="0">
  224. <widget class="QLabel" name="label_4">
  225. <property name="text">
  226. <string>&lt;font color = #D21F21 &gt;*&lt;/font&gt;本地IP地址:</string>
  227. </property>
  228. <property name="alignment">
  229. <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
  230. </property>
  231. </widget>
  232. </item>
  233. <item row="1" column="0">
  234. <widget class="QLabel" name="label_2">
  235. <property name="text">
  236. <string>&lt;font color = #D21F21 &gt;*&lt;/font&gt;录音模式:</string>
  237. </property>
  238. <property name="alignment">
  239. <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
  240. </property>
  241. </widget>
  242. </item>
  243. <item row="1" column="1">
  244. <widget class="QComboBox" name="comboBoxRecordMode">
  245. <property name="minimumSize">
  246. <size>
  247. <width>260</width>
  248. <height>32</height>
  249. </size>
  250. </property>
  251. <property name="maximumSize">
  252. <size>
  253. <width>260</width>
  254. <height>16777215</height>
  255. </size>
  256. </property>
  257. </widget>
  258. </item>
  259. <item row="3" column="1">
  260. <widget class="QComboBox" name="comboBoxLocalIP">
  261. <property name="minimumSize">
  262. <size>
  263. <width>260</width>
  264. <height>32</height>
  265. </size>
  266. </property>
  267. <property name="maximumSize">
  268. <size>
  269. <width>260</width>
  270. <height>16777215</height>
  271. </size>
  272. </property>
  273. </widget>
  274. </item>
  275. <item row="0" column="0">
  276. <widget class="QLabel" name="label">
  277. <property name="text">
  278. <string>&lt;font color = #D21F21 &gt;*&lt;/font&gt;服务端IP:</string>
  279. </property>
  280. <property name="alignment">
  281. <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
  282. </property>
  283. </widget>
  284. </item>
  285. </layout>
  286. </item>
  287. <item>
  288. <widget class="QWidget" name="widget" native="true">
  289. <layout class="QVBoxLayout" name="verticalLayout">
  290. <property name="spacing">
  291. <number>16</number>
  292. </property>
  293. <property name="leftMargin">
  294. <number>0</number>
  295. </property>
  296. <property name="topMargin">
  297. <number>0</number>
  298. </property>
  299. <property name="rightMargin">
  300. <number>0</number>
  301. </property>
  302. <property name="bottomMargin">
  303. <number>24</number>
  304. </property>
  305. <item>
  306. <widget class="QCheckBox" name="checkBox">
  307. <property name="minimumSize">
  308. <size>
  309. <width>0</width>
  310. <height>16</height>
  311. </size>
  312. </property>
  313. <property name="maximumSize">
  314. <size>
  315. <width>16777215</width>
  316. <height>16</height>
  317. </size>
  318. </property>
  319. <property name="text">
  320. <string>开启多核对比</string>
  321. </property>
  322. </widget>
  323. </item>
  324. <item>
  325. <widget class="QCheckBox" name="checkBox_2">
  326. <property name="minimumSize">
  327. <size>
  328. <width>0</width>
  329. <height>16</height>
  330. </size>
  331. </property>
  332. <property name="maximumSize">
  333. <size>
  334. <width>16777215</width>
  335. <height>16</height>
  336. </size>
  337. </property>
  338. <property name="text">
  339. <string>开启调试日志</string>
  340. </property>
  341. </widget>
  342. </item>
  343. <item>
  344. <widget class="QCheckBox" name="checkBox_3">
  345. <property name="minimumSize">
  346. <size>
  347. <width>0</width>
  348. <height>16</height>
  349. </size>
  350. </property>
  351. <property name="maximumSize">
  352. <size>
  353. <width>16777215</width>
  354. <height>16</height>
  355. </size>
  356. </property>
  357. <property name="text">
  358. <string>启动服务时,清空历史文件夹</string>
  359. </property>
  360. </widget>
  361. </item>
  362. <item>
  363. <widget class="QCheckBox" name="checkBox_4">
  364. <property name="minimumSize">
  365. <size>
  366. <width>0</width>
  367. <height>16</height>
  368. </size>
  369. </property>
  370. <property name="maximumSize">
  371. <size>
  372. <width>16777215</width>
  373. <height>16</height>
  374. </size>
  375. </property>
  376. <property name="text">
  377. <string>使用声卡通道名称,确定频道配置的各个通道</string>
  378. </property>
  379. </widget>
  380. </item>
  381. </layout>
  382. </widget>
  383. </item>
  384. <item>
  385. <layout class="QHBoxLayout" name="horizontalLayout">
  386. <item>
  387. <widget class="QPushButton" name="btnRestore">
  388. <property name="minimumSize">
  389. <size>
  390. <width>102</width>
  391. <height>32</height>
  392. </size>
  393. </property>
  394. <property name="maximumSize">
  395. <size>
  396. <width>102</width>
  397. <height>32</height>
  398. </size>
  399. </property>
  400. <property name="text">
  401. <string>恢复配置项</string>
  402. </property>
  403. </widget>
  404. </item>
  405. <item>
  406. <spacer name="horizontalSpacer">
  407. <property name="orientation">
  408. <enum>Qt::Horizontal</enum>
  409. </property>
  410. <property name="sizeHint" stdset="0">
  411. <size>
  412. <width>40</width>
  413. <height>20</height>
  414. </size>
  415. </property>
  416. </spacer>
  417. </item>
  418. <item>
  419. <widget class="QPushButton" name="btnCompareItem">
  420. <property name="minimumSize">
  421. <size>
  422. <width>102</width>
  423. <height>32</height>
  424. </size>
  425. </property>
  426. <property name="maximumSize">
  427. <size>
  428. <width>102</width>
  429. <height>32</height>
  430. </size>
  431. </property>
  432. <property name="text">
  433. <string>对比项配置</string>
  434. </property>
  435. </widget>
  436. </item>
  437. </layout>
  438. </item>
  439. <item>
  440. <spacer name="verticalSpacer">
  441. <property name="orientation">
  442. <enum>Qt::Vertical</enum>
  443. </property>
  444. <property name="sizeHint" stdset="0">
  445. <size>
  446. <width>20</width>
  447. <height>40</height>
  448. </size>
  449. </property>
  450. </spacer>
  451. </item>
  452. </layout>
  453. </widget>
  454. <resources/>
  455. <connections/>
  456. </ui>