singlecompareroadwidget.ui 6.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <ui version="4.0">
  3. <class>SingleCompareRoadWidget</class>
  4. <widget class="QWidget" name="SingleCompareRoadWidget">
  5. <property name="geometry">
  6. <rect>
  7. <x>0</x>
  8. <y>0</y>
  9. <width>1134</width>
  10. <height>32</height>
  11. </rect>
  12. </property>
  13. <property name="minimumSize">
  14. <size>
  15. <width>0</width>
  16. <height>32</height>
  17. </size>
  18. </property>
  19. <property name="maximumSize">
  20. <size>
  21. <width>16777215</width>
  22. <height>32</height>
  23. </size>
  24. </property>
  25. <property name="windowTitle">
  26. <string>Form</string>
  27. </property>
  28. <property name="styleSheet">
  29. <string notr="true">QLabel
  30. {
  31. font-weight: 400;
  32. font-size: 14px;
  33. color: #3A3F63;
  34. }
  35. QLineEdit
  36. {
  37. background: #FFFFFF;
  38. border-radius: 4px;
  39. border: 1px solid #E6E9F4;
  40. font-weight: 400;
  41. font-size: 14px;
  42. color: #3A3F63;
  43. padding-left: 12px;
  44. }
  45. QLineEdit:hover,QLineEdit:focus
  46. {
  47. border: 1px solid #4458FE;
  48. }
  49. QCheckBox
  50. {
  51. font-weight: 400;
  52. font-size: 14px;
  53. color: #3A3F63;
  54. }
  55. QCheckBox::indicator
  56. {
  57. width: 16px;
  58. height: 16px;
  59. }
  60. QCheckBox::indicator:unchecked
  61. {
  62. image: url(:/unchecked.png);
  63. }
  64. QCheckBox::indicator:checked
  65. {
  66. image: url(:/checked.png);
  67. }
  68. QPushButton#btnDel
  69. {
  70. border-image: url(:/del.png);
  71. }
  72. QPushButton#btnDel:hover
  73. {
  74. border-image: url(:/del_hover.png);
  75. }</string>
  76. </property>
  77. <layout class="QHBoxLayout" name="horizontalLayout">
  78. <property name="spacing">
  79. <number>24</number>
  80. </property>
  81. <property name="leftMargin">
  82. <number>0</number>
  83. </property>
  84. <property name="topMargin">
  85. <number>0</number>
  86. </property>
  87. <property name="rightMargin">
  88. <number>0</number>
  89. </property>
  90. <property name="bottomMargin">
  91. <number>0</number>
  92. </property>
  93. <item>
  94. <widget class="QWidget" name="horizontalWidget" native="true">
  95. <layout class="QHBoxLayout" name="horizontalLayout_2">
  96. <property name="spacing">
  97. <number>0</number>
  98. </property>
  99. <property name="leftMargin">
  100. <number>0</number>
  101. </property>
  102. <property name="topMargin">
  103. <number>0</number>
  104. </property>
  105. <property name="bottomMargin">
  106. <number>0</number>
  107. </property>
  108. <item>
  109. <widget class="QLabel" name="labelRoadName">
  110. <property name="minimumSize">
  111. <size>
  112. <width>92</width>
  113. <height>32</height>
  114. </size>
  115. </property>
  116. <property name="maximumSize">
  117. <size>
  118. <width>92</width>
  119. <height>32</height>
  120. </size>
  121. </property>
  122. <property name="text">
  123. <string>&lt;font color = #D21F21 &gt;*&lt;/font&gt;主通道名称:</string>
  124. </property>
  125. <property name="alignment">
  126. <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
  127. </property>
  128. </widget>
  129. </item>
  130. <item>
  131. <widget class="QLineEdit" name="lineEditRoadName">
  132. <property name="minimumSize">
  133. <size>
  134. <width>320</width>
  135. <height>32</height>
  136. </size>
  137. </property>
  138. <property name="maximumSize">
  139. <size>
  140. <width>320</width>
  141. <height>32</height>
  142. </size>
  143. </property>
  144. </widget>
  145. </item>
  146. </layout>
  147. </widget>
  148. </item>
  149. <item>
  150. <widget class="QWidget" name="horizontalWidget_2" native="true">
  151. <layout class="QHBoxLayout" name="horizontalLayout_3">
  152. <property name="spacing">
  153. <number>0</number>
  154. </property>
  155. <property name="leftMargin">
  156. <number>0</number>
  157. </property>
  158. <property name="topMargin">
  159. <number>0</number>
  160. </property>
  161. <property name="rightMargin">
  162. <number>0</number>
  163. </property>
  164. <property name="bottomMargin">
  165. <number>0</number>
  166. </property>
  167. <item>
  168. <widget class="QLabel" name="labelDriverNum">
  169. <property name="minimumSize">
  170. <size>
  171. <width>148</width>
  172. <height>32</height>
  173. </size>
  174. </property>
  175. <property name="maximumSize">
  176. <size>
  177. <width>148</width>
  178. <height>32</height>
  179. </size>
  180. </property>
  181. <property name="text">
  182. <string>&lt;font color = #D21F21 &gt;*&lt;/font&gt;主通道声卡设备编号:</string>
  183. </property>
  184. <property name="alignment">
  185. <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
  186. </property>
  187. </widget>
  188. </item>
  189. <item>
  190. <widget class="QLineEdit" name="lineEditDeviceNum">
  191. <property name="minimumSize">
  192. <size>
  193. <width>320</width>
  194. <height>32</height>
  195. </size>
  196. </property>
  197. <property name="maximumSize">
  198. <size>
  199. <width>320</width>
  200. <height>32</height>
  201. </size>
  202. </property>
  203. </widget>
  204. </item>
  205. </layout>
  206. </widget>
  207. </item>
  208. <item>
  209. <widget class="QCheckBox" name="checkBox">
  210. <property name="minimumSize">
  211. <size>
  212. <width>125</width>
  213. <height>0</height>
  214. </size>
  215. </property>
  216. <property name="maximumSize">
  217. <size>
  218. <width>125</width>
  219. <height>16777215</height>
  220. </size>
  221. </property>
  222. <property name="text">
  223. <string>主通道开启录音</string>
  224. </property>
  225. </widget>
  226. </item>
  227. <item>
  228. <widget class="QPushButton" name="btnDel">
  229. <property name="minimumSize">
  230. <size>
  231. <width>32</width>
  232. <height>32</height>
  233. </size>
  234. </property>
  235. <property name="maximumSize">
  236. <size>
  237. <width>32</width>
  238. <height>32</height>
  239. </size>
  240. </property>
  241. <property name="text">
  242. <string/>
  243. </property>
  244. </widget>
  245. </item>
  246. <item>
  247. <spacer name="horizontalSpacer">
  248. <property name="orientation">
  249. <enum>Qt::Horizontal</enum>
  250. </property>
  251. <property name="sizeHint" stdset="0">
  252. <size>
  253. <width>40</width>
  254. <height>20</height>
  255. </size>
  256. </property>
  257. </spacer>
  258. </item>
  259. </layout>
  260. </widget>
  261. <resources/>
  262. <connections/>
  263. </ui>