You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

1230 lines
42 KiB

2 years ago
1 year ago
2 years ago
1 year ago
1 year ago
2 years ago
1 year ago
2 years ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
2 years ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
2 years ago
1 year ago
2 years ago
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <ui version="4.0">
  3. <class>MainWindow</class>
  4. <widget class="QMainWindow" name="MainWindow">
  5. <property name="geometry">
  6. <rect>
  7. <x>0</x>
  8. <y>0</y>
  9. <width>689</width>
  10. <height>570</height>
  11. </rect>
  12. </property>
  13. <property name="sizePolicy">
  14. <sizepolicy hsizetype="Preferred" vsizetype="Preferred">
  15. <horstretch>0</horstretch>
  16. <verstretch>8</verstretch>
  17. </sizepolicy>
  18. </property>
  19. <property name="minimumSize">
  20. <size>
  21. <width>0</width>
  22. <height>0</height>
  23. </size>
  24. </property>
  25. <property name="maximumSize">
  26. <size>
  27. <width>16777215</width>
  28. <height>16777215</height>
  29. </size>
  30. </property>
  31. <property name="windowTitle">
  32. <string>IFLYTOP-脉冲发生器</string>
  33. </property>
  34. <property name="styleSheet">
  35. <string notr="true">/*
  36. Aqua Style Sheet for QT Applications
  37. Author: Jaime A. Quiroga P.
  38. Company: GTRONICK
  39. Last updated: 22/01/2019, 07:55.
  40. Available at: https://github.com/GTRONICK/QSS/blob/master/Aqua.qss
  41. */
  42. QMainWindow {
  43. background-color:#ececec;
  44. }
  45. QTextEdit {
  46. border-width: 1px;
  47. border-style: solid;
  48. border-color: qlineargradient(spread:pad, x1:0.5, y1:1, x2:0.5, y2:0, stop:0 rgba(0, 113, 255, 255), stop:1 rgba(91, 171, 252, 255));
  49. }
  50. QPlainTextEdit {
  51. border-width: 1px;
  52. border-style: solid;
  53. border-color: qlineargradient(spread:pad, x1:0.5, y1:1, x2:0.5, y2:0, stop:0 rgba(0, 113, 255, 255), stop:1 rgba(91, 171, 252, 255));
  54. }
  55. QToolButton {
  56. border-style: solid;
  57. border-top-color: qlineargradient(spread:pad, x1:0.5, y1:1, x2:0.5, y2:0, stop:0 rgb(215, 215, 215), stop:1 rgb(222, 222, 222));
  58. border-right-color: qlineargradient(spread:pad, x1:0, y1:0.5, x2:1, y2:0.5, stop:0 rgb(217, 217, 217), stop:1 rgb(227, 227, 227));
  59. border-left-color: qlineargradient(spread:pad, x1:0, y1:0.5, x2:1, y2:0.5, stop:0 rgb(227, 227, 227), stop:1 rgb(217, 217, 217));
  60. border-bottom-color: qlineargradient(spread:pad, x1:0.5, y1:1, x2:0.5, y2:0, stop:0 rgb(215, 215, 215), stop:1 rgb(222, 222, 222));
  61. border-width: 1px;
  62. border-radius: 5px;
  63. color: rgb(0,0,0);
  64. padding: 2px;
  65. background-color: rgb(255,255,255);
  66. }
  67. QToolButton:hover{
  68. border-style: solid;
  69. border-top-color: qlineargradient(spread:pad, x1:0.5, y1:1, x2:0.5, y2:0, stop:0 rgb(195, 195, 195), stop:1 rgb(222, 222, 222));
  70. border-right-color: qlineargradient(spread:pad, x1:0, y1:0.5, x2:1, y2:0.5, stop:0 rgb(197, 197, 197), stop:1 rgb(227, 227, 227));
  71. border-left-color: qlineargradient(spread:pad, x1:0, y1:0.5, x2:1, y2:0.5, stop:0 rgb(227, 227, 227), stop:1 rgb(197, 197, 197));
  72. border-bottom-color: qlineargradient(spread:pad, x1:0.5, y1:1, x2:0.5, y2:0, stop:0 rgb(195, 195, 195), stop:1 rgb(222, 222, 222));
  73. border-width: 1px;
  74. border-radius: 5px;
  75. color: rgb(0,0,0);
  76. padding: 2px;
  77. background-color: rgb(255,255,255);
  78. }
  79. QToolButton:pressed{
  80. border-style: solid;
  81. border-top-color: qlineargradient(spread:pad, x1:0.5, y1:1, x2:0.5, y2:0, stop:0 rgb(215, 215, 215), stop:1 rgb(222, 222, 222));
  82. border-right-color: qlineargradient(spread:pad, x1:0, y1:0.5, x2:1, y2:0.5, stop:0 rgb(217, 217, 217), stop:1 rgb(227, 227, 227));
  83. border-left-color: qlineargradient(spread:pad, x1:0, y1:0.5, x2:1, y2:0.5, stop:0 rgb(227, 227, 227), stop:1 rgb(217, 217, 217));
  84. border-bottom-color: qlineargradient(spread:pad, x1:0.5, y1:1, x2:0.5, y2:0, stop:0 rgb(215, 215, 215), stop:1 rgb(222, 222, 222));
  85. border-width: 1px;
  86. border-radius: 5px;
  87. color: rgb(0,0,0);
  88. padding: 2px;
  89. background-color: rgb(142,142,142);
  90. }
  91. QPushButton{
  92. border-style: solid;
  93. border-top-color: qlineargradient(spread:pad, x1:0.5, y1:1, x2:0.5, y2:0, stop:0 rgb(215, 215, 215), stop:1 rgb(222, 222, 222));
  94. border-right-color: qlineargradient(spread:pad, x1:0, y1:0.5, x2:1, y2:0.5, stop:0 rgb(217, 217, 217), stop:1 rgb(227, 227, 227));
  95. border-left-color: qlineargradient(spread:pad, x1:0, y1:0.5, x2:1, y2:0.5, stop:0 rgb(227, 227, 227), stop:1 rgb(217, 217, 217));
  96. border-bottom-color: qlineargradient(spread:pad, x1:0.5, y1:1, x2:0.5, y2:0, stop:0 rgb(215, 215, 215), stop:1 rgb(222, 222, 222));
  97. border-width: 1px;
  98. border-radius: 5px;
  99. color: rgb(0,0,0);
  100. padding: 2px;
  101. background-color: rgb(255,255,255);
  102. }
  103. QPushButton::default{
  104. border-style: solid;
  105. border-top-color: qlineargradient(spread:pad, x1:0.5, y1:1, x2:0.5, y2:0, stop:0 rgb(215, 215, 215), stop:1 rgb(222, 222, 222));
  106. border-right-color: qlineargradient(spread:pad, x1:0, y1:0.5, x2:1, y2:0.5, stop:0 rgb(217, 217, 217), stop:1 rgb(227, 227, 227));
  107. border-left-color: qlineargradient(spread:pad, x1:0, y1:0.5, x2:1, y2:0.5, stop:0 rgb(227, 227, 227), stop:1 rgb(217, 217, 217));
  108. border-bottom-color: qlineargradient(spread:pad, x1:0.5, y1:1, x2:0.5, y2:0, stop:0 rgb(215, 215, 215), stop:1 rgb(222, 222, 222));
  109. border-width: 1px;
  110. border-radius: 5px;
  111. color: rgb(0,0,0);
  112. padding: 2px;
  113. background-color: rgb(255,255,255);
  114. }
  115. QPushButton:hover{
  116. border-style: solid;
  117. border-top-color: qlineargradient(spread:pad, x1:0.5, y1:1, x2:0.5, y2:0, stop:0 rgb(195, 195, 195), stop:1 rgb(222, 222, 222));
  118. border-right-color: qlineargradient(spread:pad, x1:0, y1:0.5, x2:1, y2:0.5, stop:0 rgb(197, 197, 197), stop:1 rgb(227, 227, 227));
  119. border-left-color: qlineargradient(spread:pad, x1:0, y1:0.5, x2:1, y2:0.5, stop:0 rgb(227, 227, 227), stop:1 rgb(197, 197, 197));
  120. border-bottom-color: qlineargradient(spread:pad, x1:0.5, y1:1, x2:0.5, y2:0, stop:0 rgb(195, 195, 195), stop:1 rgb(222, 222, 222));
  121. border-width: 1px;
  122. border-radius: 5px;
  123. color: rgb(0,0,0);
  124. padding: 2px;
  125. background-color: rgb(255,255,255);
  126. }
  127. QPushButton:pressed{
  128. border-style: solid;
  129. border-top-color: qlineargradient(spread:pad, x1:0.5, y1:1, x2:0.5, y2:0, stop:0 rgb(215, 215, 215), stop:1 rgb(222, 222, 222));
  130. border-right-color: qlineargradient(spread:pad, x1:0, y1:0.5, x2:1, y2:0.5, stop:0 rgb(217, 217, 217), stop:1 rgb(227, 227, 227));
  131. border-left-color: qlineargradient(spread:pad, x1:0, y1:0.5, x2:1, y2:0.5, stop:0 rgb(227, 227, 227), stop:1 rgb(217, 217, 217));
  132. border-bottom-color: qlineargradient(spread:pad, x1:0.5, y1:1, x2:0.5, y2:0, stop:0 rgb(215, 215, 215), stop:1 rgb(222, 222, 222));
  133. border-width: 1px;
  134. border-radius: 5px;
  135. color: rgb(0,0,0);
  136. padding: 2px;
  137. background-color: rgb(142,142,142);
  138. }
  139. QPushButton:disabled{
  140. border-style: solid;
  141. border-top-color: qlineargradient(spread:pad, x1:0.5, y1:1, x2:0.5, y2:0, stop:0 rgb(215, 215, 215), stop:1 rgb(222, 222, 222));
  142. border-right-color: qlineargradient(spread:pad, x1:0, y1:0.5, x2:1, y2:0.5, stop:0 rgb(217, 217, 217), stop:1 rgb(227, 227, 227));
  143. border-left-color: qlineargradient(spread:pad, x1:0, y1:0.5, x2:1, y2:0.5, stop:0 rgb(227, 227, 227), stop:1 rgb(217, 217, 217));
  144. border-bottom-color: qlineargradient(spread:pad, x1:0.5, y1:1, x2:0.5, y2:0, stop:0 rgb(215, 215, 215), stop:1 rgb(222, 222, 222));
  145. border-width: 1px;
  146. border-radius: 5px;
  147. color: #808086;
  148. padding: 2px;
  149. background-color: rgb(142,142,142);
  150. }
  151. QLineEdit {
  152. border-width: 1px; border-radius: 4px;
  153. border-style: solid;
  154. border-color: qlineargradient(spread:pad, x1:0.5, y1:1, x2:0.5, y2:0, stop:0 rgba(0, 113, 255, 255), stop:1 rgba(91, 171, 252, 255));
  155. }
  156. QLabel {
  157. color: #000000;
  158. }
  159. QLCDNumber {
  160. color: rgb(0, 113, 255, 255);
  161. }
  162. QProgressBar {
  163. text-align: center;
  164. color: rgb(240, 240, 240);
  165. border-width: 1px;
  166. border-radius: 10px;
  167. border-color: rgb(230, 230, 230);
  168. border-style: solid;
  169. background-color:rgb(207,207,207);
  170. }
  171. QProgressBar::chunk {
  172. background-color: qlineargradient(spread:pad, x1:0.5, y1:1, x2:0.5, y2:0, stop:0 rgba(49, 147, 250, 255), stop:1 rgba(34, 142, 255, 255));
  173. border-radius: 10px;
  174. }
  175. QMenuBar {
  176. background-color: qlineargradient(spread:pad, x1:0.5, y1:1, x2:0.5, y2:0, stop:0 rgba(207, 209, 207, 255), stop:1 rgba(230, 229, 230, 255));
  177. }
  178. QMenuBar::item {
  179. color: #000000;
  180. spacing: 3px;
  181. padding: 1px 4px;
  182. background-color: qlineargradient(spread:pad, x1:0.5, y1:1, x2:0.5, y2:0, stop:0 rgba(207, 209, 207, 255), stop:1 rgba(230, 229, 230, 255));
  183. }
  184. QMenuBar::item:selected {
  185. background-color: qlineargradient(spread:pad, x1:0.5, y1:1, x2:0.5, y2:0, stop:0 rgba(0, 113, 255, 255), stop:1 rgba(91, 171, 252, 255));
  186. color: #FFFFFF;
  187. }
  188. QMenu::item:selected {
  189. border-style: solid;
  190. border-top-color: transparent;
  191. border-right-color: transparent;
  192. border-left-color: qlineargradient(spread:pad, x1:0.5, y1:1, x2:0.5, y2:0, stop:0 rgba(0, 113, 255, 255), stop:1 rgba(91, 171, 252, 255));
  193. border-bottom-color: transparent;
  194. border-left-width: 2px;
  195. color: #000000;
  196. padding-left:15px;
  197. padding-top:4px;
  198. padding-bottom:4px;
  199. padding-right:7px;
  200. }
  201. QMenu::item {
  202. border-style: solid;
  203. border-top-color: transparent;
  204. border-right-color: transparent;
  205. border-left-color: transparent;
  206. border-bottom-color: transparent;
  207. border-bottom-width: 1px;
  208. color: #000000;
  209. padding-left:17px;
  210. padding-top:4px;
  211. padding-bottom:4px;
  212. padding-right:7px;
  213. }
  214. QTabWidget {
  215. color:rgb(0,0,0);
  216. background-color:#000000;
  217. }
  218. QTabWidget::pane {
  219. border-color: rgb(223,223,223);
  220. background-color:rgb(226,226,226);
  221. border-style: solid;
  222. border-width: 2px;
  223. border-radius: 6px;
  224. }
  225. QTabBar::tab:first {
  226. border-style: solid;
  227. border-left-width:1px;
  228. border-right-width:0px;
  229. border-top-width:1px;
  230. border-bottom-width:1px;
  231. border-top-color: rgb(209,209,209);
  232. border-left-color: qlineargradient(spread:pad, x1:0.5, y1:1, x2:0.5, y2:0, stop:0 rgba(209, 209, 209, 209), stop:1 rgba(229, 229, 229, 229));
  233. border-bottom-color: rgb(229,229,229);
  234. border-top-left-radius: 4px;
  235. border-bottom-left-radius: 4px;
  236. color: #000000;
  237. padding: 3px;
  238. margin-left:0px;
  239. background-color: qlineargradient(spread:pad, x1:0.5, y1:1, x2:0.5, y2:0, stop:0 rgba(247, 247, 247, 255), stop:1 rgba(255, 255, 255, 255));
  240. }
  241. QTabBar::tab:last {
  242. border-style: solid;
  243. border-width:1px;
  244. border-top-color: rgb(209,209,209);
  245. border-left-color: qlineargradient(spread:pad, x1:0.5, y1:1, x2:0.5, y2:0, stop:0 rgba(209, 209, 209, 209), stop:1 rgba(229, 229, 229, 229));
  246. border-right-color: qlineargradient(spread:pad, x1:0.5, y1:1, x2:0.5, y2:0, stop:0 rgba(209, 209, 209, 209), stop:1 rgba(229, 229, 229, 229));
  247. border-bottom-color: rgb(229,229,229);
  248. border-top-right-radius: 4px;
  249. border-bottom-right-radius: 4px;
  250. color: #000000;
  251. padding: 3px;
  252. margin-left:0px;
  253. background-color: qlineargradient(spread:pad, x1:0.5, y1:1, x2:0.5, y2:0, stop:0 rgba(247, 247, 247, 255), stop:1 rgba(255, 255, 255, 255));
  254. }
  255. QTabBar::tab {
  256. border-style: solid;
  257. border-top-width:1px;
  258. border-bottom-width:1px;
  259. border-left-width:1px;
  260. border-top-color: rgb(209,209,209);
  261. border-left-color: qlineargradient(spread:pad, x1:0.5, y1:1, x2:0.5, y2:0, stop:0 rgba(209, 209, 209, 209), stop:1 rgba(229, 229, 229, 229));
  262. border-bottom-color: rgb(229,229,229);
  263. color: #000000;
  264. padding: 3px;
  265. margin-left:0px;
  266. background-color: qlineargradient(spread:pad, x1:0.5, y1:1, x2:0.5, y2:0, stop:0 rgba(247, 247, 247, 255), stop:1 rgba(255, 255, 255, 255));
  267. }
  268. QTabBar::tab:selected, QTabBar::tab:last:selected, QTabBar::tab:hover {
  269. border-style: solid;
  270. border-left-width:1px;
  271. border-right-color: transparent;
  272. border-top-color: rgb(209,209,209);
  273. border-left-color: qlineargradient(spread:pad, x1:0.5, y1:1, x2:0.5, y2:0, stop:0 rgba(209, 209, 209, 209), stop:1 rgba(229, 229, 229, 229));
  274. border-bottom-color: rgb(229,229,229);
  275. color: #FFFFFF;
  276. padding: 3px;
  277. margin-left:0px;
  278. background-color: qlineargradient(spread:pad, x1:0.5, y1:1, x2:0.5, y2:0, stop:0 rgba(0, 113, 255, 255), stop:1 rgba(91, 171, 252, 255));
  279. }
  280. QTabBar::tab:selected, QTabBar::tab:first:selected, QTabBar::tab:hover {
  281. border-style: solid;
  282. border-left-width:1px;
  283. border-bottom-width:1px;
  284. border-top-width:1px;
  285. border-right-color: transparent;
  286. border-top-color: rgb(209,209,209);
  287. border-left-color: qlineargradient(spread:pad, x1:0.5, y1:1, x2:0.5, y2:0, stop:0 rgba(209, 209, 209, 209), stop:1 rgba(229, 229, 229, 229));
  288. border-bottom-color: rgb(229,229,229);
  289. color: #FFFFFF;
  290. padding: 3px;
  291. margin-left:0px;
  292. background-color: qlineargradient(spread:pad, x1:0.5, y1:1, x2:0.5, y2:0, stop:0 rgba(0, 113, 255, 255), stop:1 rgba(91, 171, 252, 255));
  293. }
  294. QCheckBox {
  295. color: #000000;
  296. padding: 2px;
  297. }
  298. QCheckBox:disabled {
  299. color: #808086;
  300. padding: 2px;
  301. }
  302. QCheckBox:hover {
  303. border-radius:4px;
  304. border-style:solid;
  305. padding-left: 1px;
  306. padding-right: 1px;
  307. padding-bottom: 1px;
  308. padding-top: 1px;
  309. border-width:1px;
  310. border-color: transparent;
  311. }
  312. QCheckBox::indicator:checked {
  313. height: 10px;
  314. width: 10px;
  315. border-style:solid;
  316. border-width: 1px;
  317. border-color: qlineargradient(spread:pad, x1:0.5, y1:1, x2:0.5, y2:0, stop:0 rgba(0, 113, 255, 255), stop:1 rgba(91, 171, 252, 255));
  318. color: #000000;
  319. background-color: qlineargradient(spread:pad, x1:0.5, y1:1, x2:0.5, y2:0, stop:0 rgba(0, 113, 255, 255), stop:1 rgba(91, 171, 252, 255));
  320. }
  321. QCheckBox::indicator:unchecked {
  322. height: 10px;
  323. width: 10px;
  324. border-style:solid;
  325. border-width: 1px;
  326. border-color: qlineargradient(spread:pad, x1:0.5, y1:1, x2:0.5, y2:0, stop:0 rgba(0, 113, 255, 255), stop:1 rgba(91, 171, 252, 255));
  327. color: #000000;
  328. }
  329. QRadioButton {
  330. color: 000000;
  331. padding: 1px;
  332. }
  333. QRadioButton::indicator:checked {
  334. height: 10px;
  335. width: 10px;
  336. border-style:solid;
  337. border-radius:5px;
  338. border-width: 1px;
  339. border-color: qlineargradient(spread:pad, x1:0.5, y1:1, x2:0.5, y2:0, stop:0 rgba(0, 113, 255, 255), stop:1 rgba(91, 171, 252, 255));
  340. color: #a9b7c6;
  341. background-color: qlineargradient(spread:pad, x1:0.5, y1:1, x2:0.5, y2:0, stop:0 rgba(0, 113, 255, 255), stop:1 rgba(91, 171, 252, 255));
  342. }
  343. QRadioButton::indicator:!checked {
  344. height: 10px;
  345. width: 10px;
  346. border-style:solid;
  347. border-radius:5px;
  348. border-width: 1px;
  349. border-color: qlineargradient(spread:pad, x1:0.5, y1:1, x2:0.5, y2:0, stop:0 rgba(0, 113, 255, 255), stop:1 rgba(91, 171, 252, 255));
  350. color: #a9b7c6;
  351. background-color: transparent;
  352. }
  353. QStatusBar {
  354. color:#027f7f;
  355. }
  356. QSpinBox {
  357. border-style: solid;
  358. border-width: 1px;
  359. border-color: qlineargradient(spread:pad, x1:0.5, y1:1, x2:0.5, y2:0, stop:0 rgba(0, 113, 255, 255), stop:1 rgba(91, 171, 252, 255));
  360. }
  361. QDoubleSpinBox {
  362. border-style: solid;
  363. border-width: 1px;
  364. border-color: qlineargradient(spread:pad, x1:0.5, y1:1, x2:0.5, y2:0, stop:0 rgba(0, 113, 255, 255), stop:1 rgba(91, 171, 252, 255));
  365. }
  366. QTimeEdit {
  367. border-style: solid;
  368. border-width: 1px;
  369. border-color: qlineargradient(spread:pad, x1:0.5, y1:1, x2:0.5, y2:0, stop:0 rgba(0, 113, 255, 255), stop:1 rgba(91, 171, 252, 255));
  370. }
  371. QDateTimeEdit {
  372. border-style: solid;
  373. border-width: 1px;
  374. border-color: qlineargradient(spread:pad, x1:0.5, y1:1, x2:0.5, y2:0, stop:0 rgba(0, 113, 255, 255), stop:1 rgba(91, 171, 252, 255));
  375. }
  376. QDateEdit {
  377. border-style: solid;
  378. border-width: 1px;
  379. border-color: qlineargradient(spread:pad, x1:0.5, y1:1, x2:0.5, y2:0, stop:0 rgba(0, 113, 255, 255), stop:1 rgba(91, 171, 252, 255));
  380. }
  381. QToolBox {
  382. color: #a9b7c6;
  383. background-color:#000000;
  384. }
  385. QToolBox::tab {
  386. color: #a9b7c6;
  387. background-color:#000000;
  388. }
  389. QToolBox::tab:selected {
  390. color: #FFFFFF;
  391. background-color:#000000;
  392. }
  393. QScrollArea {
  394. color: #FFFFFF;
  395. background-color:#000000;
  396. }
  397. QSlider::groove:horizontal {
  398. height: 5px;
  399. background-color: qlineargradient(spread:pad, x1:0.5, y1:1, x2:0.5, y2:0, stop:0 rgba(49, 147, 250, 255), stop:1 rgba(34, 142, 255, 255));
  400. }
  401. QSlider::groove:vertical {
  402. width: 5px;
  403. background-color: qlineargradient(spread:pad, x1:0.5, y1:1, x2:0.5, y2:0, stop:0 rgba(49, 147, 250, 255), stop:1 rgba(34, 142, 255, 255));
  404. }
  405. QSlider::handle:horizontal {
  406. background: rgb(253,253,253);
  407. border-style: solid;
  408. border-width: 1px;
  409. border-color: rgb(207,207,207);
  410. width: 12px;
  411. margin: -5px 0;
  412. border-radius: 7px;
  413. }
  414. QSlider::handle:vertical {
  415. background: rgb(253,253,253);
  416. border-style: solid;
  417. border-width: 1px;
  418. border-color: rgb(207,207,207);
  419. height: 12px;
  420. margin: 0 -5px;
  421. border-radius: 7px;
  422. }
  423. QSlider::add-page:horizontal {
  424. background: rgb(181,181,181);
  425. }
  426. QSlider::add-page:vertical {
  427. background: rgb(181,181,181);
  428. }
  429. QSlider::sub-page:horizontal {
  430. background-color: qlineargradient(spread:pad, x1:0.5, y1:1, x2:0.5, y2:0, stop:0 rgba(49, 147, 250, 255), stop:1 rgba(34, 142, 255, 255));
  431. }
  432. QSlider::sub-page:vertical {
  433. background-color: qlineargradient(spread:pad, y1:0.5, x1:1, y2:0.5, x2:0, stop:0 rgba(49, 147, 250, 255), stop:1 rgba(34, 142, 255, 255));
  434. }
  435. QScrollBar:horizontal {
  436. max-height: 20px;
  437. border: 1px transparent grey;
  438. margin: 0px 20px 0px 20px;
  439. }
  440. QScrollBar:vertical {
  441. max-width: 20px;
  442. border: 1px transparent grey;
  443. margin: 20px 0px 20px 0px;
  444. }
  445. QScrollBar::handle:horizontal {
  446. background: rgb(253,253,253);
  447. border-style: solid;
  448. border-width: 1px;
  449. border-color: rgb(207,207,207);
  450. border-radius: 7px;
  451. min-width: 25px;
  452. }
  453. QScrollBar::handle:horizontal:hover {
  454. background: rgb(253,253,253);
  455. border-style: solid;
  456. border-width: 1px;
  457. border-color: rgb(147, 200, 200);
  458. border-radius: 7px;
  459. min-width: 25px;
  460. }
  461. QScrollBar::handle:vertical {
  462. background: rgb(253,253,253);
  463. border-style: solid;
  464. border-width: 1px;
  465. border-color: rgb(207,207,207);
  466. border-radius: 7px;
  467. min-height: 25px;
  468. }
  469. QScrollBar::handle:vertical:hover {
  470. background: rgb(253,253,253);
  471. border-style: solid;
  472. border-width: 1px;
  473. border-color: rgb(147, 200, 200);
  474. border-radius: 7px;
  475. min-height: 25px;
  476. }
  477. QScrollBar::add-line:horizontal {
  478. border: 2px transparent grey;
  479. border-top-right-radius: 7px;
  480. border-bottom-right-radius: 7px;
  481. background: rgba(34, 142, 255, 255);
  482. width: 20px;
  483. subcontrol-position: right;
  484. subcontrol-origin: margin;
  485. }
  486. QScrollBar::add-line:horizontal:pressed {
  487. border: 2px transparent grey;
  488. border-top-right-radius: 7px;
  489. border-bottom-right-radius: 7px;
  490. background: rgb(181,181,181);
  491. width: 20px;
  492. subcontrol-position: right;
  493. subcontrol-origin: margin;
  494. }
  495. QScrollBar::add-line:vertical {
  496. border: 2px transparent grey;
  497. border-bottom-left-radius: 7px;
  498. border-bottom-right-radius: 7px;
  499. background: rgba(34, 142, 255, 255);
  500. height: 20px;
  501. subcontrol-position: bottom;
  502. subcontrol-origin: margin;
  503. }
  504. QScrollBar::add-line:vertical:pressed {
  505. border: 2px transparent grey;
  506. border-bottom-left-radius: 7px;
  507. border-bottom-right-radius: 7px;
  508. background: rgb(181,181,181);
  509. height: 20px;
  510. subcontrol-position: bottom;
  511. subcontrol-origin: margin;
  512. }
  513. QScrollBar::sub-line:horizontal {
  514. border: 2px transparent grey;
  515. border-top-left-radius: 7px;
  516. border-bottom-left-radius: 7px;
  517. background: rgba(34, 142, 255, 255);
  518. width: 20px;
  519. subcontrol-position: left;
  520. subcontrol-origin: margin;
  521. }
  522. QScrollBar::sub-line:horizontal:pressed {
  523. border: 2px transparent grey;
  524. border-top-left-radius: 7px;
  525. border-bottom-left-radius: 7px;
  526. background: rgb(181,181,181);
  527. width: 20px;
  528. subcontrol-position: left;
  529. subcontrol-origin: margin;
  530. }
  531. QScrollBar::sub-line:vertical {
  532. border: 2px transparent grey;
  533. border-top-left-radius: 7px;
  534. border-top-right-radius: 7px;
  535. background: rgba(34, 142, 255, 255);
  536. height: 20px;
  537. subcontrol-position: top;
  538. subcontrol-origin: margin;
  539. }
  540. QScrollBar::sub-line:vertical:pressed {
  541. border: 2px transparent grey;
  542. border-top-left-radius: 7px;
  543. border-top-right-radius: 7px;
  544. background: rgb(181,181,181);
  545. height: 20px;
  546. subcontrol-position: top;
  547. subcontrol-origin: margin;
  548. }
  549. QScrollBar::left-arrow:horizontal {
  550. border: 1px transparent grey;
  551. border-top-left-radius: 3px;
  552. border-bottom-left-radius: 3px;
  553. width: 6px;
  554. height: 6px;
  555. background: white;
  556. }
  557. QScrollBar::right-arrow:horizontal {
  558. border: 1px transparent grey;
  559. border-top-right-radius: 3px;
  560. border-bottom-right-radius: 3px;
  561. width: 6px;
  562. height: 6px;
  563. background: white;
  564. }
  565. QScrollBar::up-arrow:vertical {
  566. border: 1px transparent grey;
  567. border-top-left-radius: 3px;
  568. border-top-right-radius: 3px;
  569. width: 6px;
  570. height: 6px;
  571. background: white;
  572. }
  573. QScrollBar::down-arrow:vertical {
  574. border: 1px transparent grey;
  575. border-bottom-left-radius: 3px;
  576. border-bottom-right-radius: 3px;
  577. width: 6px;
  578. height: 6px;
  579. background: white;
  580. }
  581. QScrollBar::add-page:horizontal, QScrollBar::sub-page:horizontal {
  582. background: none;
  583. }
  584. QScrollBar::add-page:vertical, QScrollBar::sub-page:vertical {
  585. background: none;
  586. }
  587. QGroupBox {
  588. border-color: rgb(156, 156, 156);
  589. border-width: 1px;
  590. border-style: solid;
  591. border-radius:8px;
  592. padding: 10px 0px 0px 0px;
  593. }
  594. QGroupBox:title {
  595. subcontrol-origin: margin;
  596. left: 7px;
  597. padding: 0px 0px 0px 0px;
  598. }
  599. </string>
  600. </property>
  601. <widget class="QWidget" name="top">
  602. <property name="styleSheet">
  603. <string notr="true"/>
  604. </property>
  605. <layout class="QVBoxLayout" name="verticalLayout">
  606. <item>
  607. <widget class="QWidget" name="top2" native="true">
  608. <property name="sizePolicy">
  609. <sizepolicy hsizetype="Preferred" vsizetype="Preferred">
  610. <horstretch>0</horstretch>
  611. <verstretch>0</verstretch>
  612. </sizepolicy>
  613. </property>
  614. <layout class="QHBoxLayout" name="horizontalLayout">
  615. <property name="spacing">
  616. <number>0</number>
  617. </property>
  618. <property name="leftMargin">
  619. <number>0</number>
  620. </property>
  621. <property name="topMargin">
  622. <number>0</number>
  623. </property>
  624. <property name="rightMargin">
  625. <number>0</number>
  626. </property>
  627. <property name="bottomMargin">
  628. <number>0</number>
  629. </property>
  630. <item>
  631. <widget class="QWidget" name="sidebar" native="true">
  632. <property name="minimumSize">
  633. <size>
  634. <width>200</width>
  635. <height>0</height>
  636. </size>
  637. </property>
  638. <property name="maximumSize">
  639. <size>
  640. <width>200</width>
  641. <height>16777215</height>
  642. </size>
  643. </property>
  644. <layout class="QVBoxLayout" name="verticalLayout_2">
  645. <item>
  646. <widget class="QGroupBox" name="serialSettingGB">
  647. <property name="maximumSize">
  648. <size>
  649. <width>16777215</width>
  650. <height>16777215</height>
  651. </size>
  652. </property>
  653. <property name="title">
  654. <string>串口</string>
  655. </property>
  656. <layout class="QGridLayout" name="gridLayout">
  657. <item row="1" column="1">
  658. <widget class="QComboBox" name="serialBaudrateCB"/>
  659. </item>
  660. <item row="0" column="0">
  661. <widget class="QLabel" name="serialPortLable">
  662. <property name="text">
  663. <string>串口号</string>
  664. </property>
  665. </widget>
  666. </item>
  667. <item row="1" column="0">
  668. <widget class="QLabel" name="serialBaudrateLable">
  669. <property name="text">
  670. <string>波特率</string>
  671. </property>
  672. </widget>
  673. </item>
  674. <item row="0" column="1">
  675. <widget class="QComboBox" name="serialPortCB"/>
  676. </item>
  677. <item row="3" column="0" colspan="2">
  678. <widget class="QPushButton" name="serialOpenKey">
  679. <property name="text">
  680. <string>打开</string>
  681. </property>
  682. </widget>
  683. </item>
  684. <item row="2" column="0" colspan="2">
  685. <widget class="QPushButton" name="serialPortRefreshKey">
  686. <property name="text">
  687. <string>刷新</string>
  688. </property>
  689. </widget>
  690. </item>
  691. </layout>
  692. </widget>
  693. </item>
  694. <item>
  695. <widget class="QGroupBox" name="StateGB">
  696. <property name="sizePolicy">
  697. <sizepolicy hsizetype="Preferred" vsizetype="Preferred">
  698. <horstretch>0</horstretch>
  699. <verstretch>0</verstretch>
  700. </sizepolicy>
  701. </property>
  702. <property name="minimumSize">
  703. <size>
  704. <width>0</width>
  705. <height>0</height>
  706. </size>
  707. </property>
  708. <property name="maximumSize">
  709. <size>
  710. <width>16777215</width>
  711. <height>16777215</height>
  712. </size>
  713. </property>
  714. <property name="autoFillBackground">
  715. <bool>false</bool>
  716. </property>
  717. <property name="title">
  718. <string>状态</string>
  719. </property>
  720. <layout class="QFormLayout" name="formLayout_2">
  721. <item row="0" column="0">
  722. <widget class="QLabel" name="DeviceConnectStateLable">
  723. <property name="sizePolicy">
  724. <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
  725. <horstretch>0</horstretch>
  726. <verstretch>0</verstretch>
  727. </sizepolicy>
  728. </property>
  729. <property name="minimumSize">
  730. <size>
  731. <width>0</width>
  732. <height>25</height>
  733. </size>
  734. </property>
  735. <property name="maximumSize">
  736. <size>
  737. <width>16777215</width>
  738. <height>25</height>
  739. </size>
  740. </property>
  741. <property name="text">
  742. <string>设备连接状态</string>
  743. </property>
  744. </widget>
  745. </item>
  746. <item row="0" column="1">
  747. <widget class="QTextBrowser" name="DeviceConnectStateTB">
  748. <property name="sizePolicy">
  749. <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
  750. <horstretch>0</horstretch>
  751. <verstretch>0</verstretch>
  752. </sizepolicy>
  753. </property>
  754. <property name="minimumSize">
  755. <size>
  756. <width>0</width>
  757. <height>25</height>
  758. </size>
  759. </property>
  760. <property name="maximumSize">
  761. <size>
  762. <width>16777215</width>
  763. <height>25</height>
  764. </size>
  765. </property>
  766. <property name="lineWrapColumnOrWidth">
  767. <number>2</number>
  768. </property>
  769. </widget>
  770. </item>
  771. </layout>
  772. </widget>
  773. </item>
  774. <item>
  775. <widget class="QGroupBox" name="groupBox">
  776. <property name="title">
  777. <string>软件信息</string>
  778. </property>
  779. <layout class="QGridLayout" name="gridLayout_3">
  780. <item row="0" column="0">
  781. <widget class="QLabel" name="label_12">
  782. <property name="sizePolicy">
  783. <sizepolicy hsizetype="Preferred" vsizetype="Preferred">
  784. <horstretch>1</horstretch>
  785. <verstretch>0</verstretch>
  786. </sizepolicy>
  787. </property>
  788. <property name="text">
  789. <string>上位机-版本</string>
  790. </property>
  791. </widget>
  792. </item>
  793. <item row="0" column="1">
  794. <widget class="QLineEdit" name="UpperVersion">
  795. <property name="sizePolicy">
  796. <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
  797. <horstretch>1</horstretch>
  798. <verstretch>0</verstretch>
  799. </sizepolicy>
  800. </property>
  801. <property name="minimumSize">
  802. <size>
  803. <width>0</width>
  804. <height>25</height>
  805. </size>
  806. </property>
  807. </widget>
  808. </item>
  809. </layout>
  810. </widget>
  811. </item>
  812. <item>
  813. <widget class="QGroupBox" name="groupBox_2">
  814. <property name="title">
  815. <string>厂商信息</string>
  816. </property>
  817. <layout class="QVBoxLayout" name="verticalLayout_6">
  818. <item>
  819. <widget class="QLabel" name="label_10">
  820. <property name="sizePolicy">
  821. <sizepolicy hsizetype="Preferred" vsizetype="Preferred">
  822. <horstretch>1</horstretch>
  823. <verstretch>0</verstretch>
  824. </sizepolicy>
  825. </property>
  826. <property name="text">
  827. <string>&lt;a href=&quot;www.iflytop.com&quot;&gt;www.iflytop.com</string>
  828. </property>
  829. <property name="openExternalLinks">
  830. <bool>true</bool>
  831. </property>
  832. </widget>
  833. </item>
  834. </layout>
  835. </widget>
  836. </item>
  837. <item>
  838. <spacer name="verticalSpacer">
  839. <property name="orientation">
  840. <enum>Qt::Vertical</enum>
  841. </property>
  842. <property name="sizeHint" stdset="0">
  843. <size>
  844. <width>20</width>
  845. <height>40</height>
  846. </size>
  847. </property>
  848. </spacer>
  849. </item>
  850. <item alignment="Qt::AlignRight">
  851. <widget class="QLabel" name="label">
  852. <property name="text">
  853. <string/>
  854. </property>
  855. </widget>
  856. </item>
  857. </layout>
  858. </widget>
  859. </item>
  860. <item>
  861. <widget class="QWidget" name="content" native="true">
  862. <layout class="QVBoxLayout" name="verticalLayout_5">
  863. <item>
  864. <widget class="QTabWidget" name="tabs">
  865. <property name="sizePolicy">
  866. <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
  867. <horstretch>0</horstretch>
  868. <verstretch>3</verstretch>
  869. </sizepolicy>
  870. </property>
  871. <property name="minimumSize">
  872. <size>
  873. <width>0</width>
  874. <height>0</height>
  875. </size>
  876. </property>
  877. <property name="currentIndex">
  878. <number>0</number>
  879. </property>
  880. <property name="tabBarAutoHide">
  881. <bool>true</bool>
  882. </property>
  883. <widget class="QWidget" name="TriInXtab">
  884. <attribute name="title">
  885. <string>主页面</string>
  886. </attribute>
  887. <layout class="QGridLayout" name="gridLayout_2">
  888. <item row="1" column="0">
  889. <widget class="QLabel" name="OutputPluseTypeTag">
  890. <property name="sizePolicy">
  891. <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
  892. <horstretch>0</horstretch>
  893. <verstretch>0</verstretch>
  894. </sizepolicy>
  895. </property>
  896. <property name="minimumSize">
  897. <size>
  898. <width>0</width>
  899. <height>25</height>
  900. </size>
  901. </property>
  902. <property name="maximumSize">
  903. <size>
  904. <width>16777215</width>
  905. <height>25</height>
  906. </size>
  907. </property>
  908. <property name="text">
  909. <string>输出波形类型</string>
  910. </property>
  911. </widget>
  912. </item>
  913. <item row="6" column="0" colspan="2">
  914. <widget class="QPushButton" name="SendButton">
  915. <property name="minimumSize">
  916. <size>
  917. <width>0</width>
  918. <height>50</height>
  919. </size>
  920. </property>
  921. <property name="text">
  922. <string>发送</string>
  923. </property>
  924. <property name="iconSize">
  925. <size>
  926. <width>20</width>
  927. <height>20</height>
  928. </size>
  929. </property>
  930. </widget>
  931. </item>
  932. <item row="0" column="0">
  933. <widget class="QLabel" name="OutputModeTag">
  934. <property name="sizePolicy">
  935. <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
  936. <horstretch>1</horstretch>
  937. <verstretch>0</verstretch>
  938. </sizepolicy>
  939. </property>
  940. <property name="minimumSize">
  941. <size>
  942. <width>0</width>
  943. <height>25</height>
  944. </size>
  945. </property>
  946. <property name="maximumSize">
  947. <size>
  948. <width>16777215</width>
  949. <height>25</height>
  950. </size>
  951. </property>
  952. <property name="text">
  953. <string>输出模式</string>
  954. </property>
  955. </widget>
  956. </item>
  957. <item row="3" column="0">
  958. <widget class="QLabel" name="OutputPluseWidthTag">
  959. <property name="sizePolicy">
  960. <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
  961. <horstretch>0</horstretch>
  962. <verstretch>0</verstretch>
  963. </sizepolicy>
  964. </property>
  965. <property name="minimumSize">
  966. <size>
  967. <width>0</width>
  968. <height>25</height>
  969. </size>
  970. </property>
  971. <property name="maximumSize">
  972. <size>
  973. <width>16777215</width>
  974. <height>25</height>
  975. </size>
  976. </property>
  977. <property name="text">
  978. <string>脉冲宽度(us)</string>
  979. </property>
  980. </widget>
  981. </item>
  982. <item row="4" column="1">
  983. <widget class="QLineEdit" name="OutputPluseNumVal">
  984. <property name="minimumSize">
  985. <size>
  986. <width>0</width>
  987. <height>25</height>
  988. </size>
  989. </property>
  990. </widget>
  991. </item>
  992. <item row="5" column="1">
  993. <spacer name="verticalSpacer_2">
  994. <property name="orientation">
  995. <enum>Qt::Vertical</enum>
  996. </property>
  997. <property name="sizeHint" stdset="0">
  998. <size>
  999. <width>20</width>
  1000. <height>40</height>
  1001. </size>
  1002. </property>
  1003. </spacer>
  1004. </item>
  1005. <item row="1" column="1">
  1006. <widget class="QComboBox" name="OutputPluseTypeVal">
  1007. <property name="minimumSize">
  1008. <size>
  1009. <width>0</width>
  1010. <height>25</height>
  1011. </size>
  1012. </property>
  1013. </widget>
  1014. </item>
  1015. <item row="3" column="1">
  1016. <widget class="QLineEdit" name="OutputPluseWidthVal">
  1017. <property name="minimumSize">
  1018. <size>
  1019. <width>0</width>
  1020. <height>25</height>
  1021. </size>
  1022. </property>
  1023. </widget>
  1024. </item>
  1025. <item row="4" column="0">
  1026. <widget class="QLabel" name="OutputPluseNumTag">
  1027. <property name="sizePolicy">
  1028. <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
  1029. <horstretch>0</horstretch>
  1030. <verstretch>0</verstretch>
  1031. </sizepolicy>
  1032. </property>
  1033. <property name="minimumSize">
  1034. <size>
  1035. <width>0</width>
  1036. <height>25</height>
  1037. </size>
  1038. </property>
  1039. <property name="maximumSize">
  1040. <size>
  1041. <width>16777215</width>
  1042. <height>25</height>
  1043. </size>
  1044. </property>
  1045. <property name="text">
  1046. <string>脉冲数量</string>
  1047. </property>
  1048. </widget>
  1049. </item>
  1050. <item row="0" column="1">
  1051. <widget class="QComboBox" name="OutputModeVal">
  1052. <property name="sizePolicy">
  1053. <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
  1054. <horstretch>1</horstretch>
  1055. <verstretch>0</verstretch>
  1056. </sizepolicy>
  1057. </property>
  1058. <property name="minimumSize">
  1059. <size>
  1060. <width>0</width>
  1061. <height>25</height>
  1062. </size>
  1063. </property>
  1064. </widget>
  1065. </item>
  1066. <item row="2" column="0">
  1067. <widget class="QLabel" name="OutputPluseFreqTag">
  1068. <property name="sizePolicy">
  1069. <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
  1070. <horstretch>0</horstretch>
  1071. <verstretch>0</verstretch>
  1072. </sizepolicy>
  1073. </property>
  1074. <property name="minimumSize">
  1075. <size>
  1076. <width>0</width>
  1077. <height>25</height>
  1078. </size>
  1079. </property>
  1080. <property name="maximumSize">
  1081. <size>
  1082. <width>16777215</width>
  1083. <height>25</height>
  1084. </size>
  1085. </property>
  1086. <property name="text">
  1087. <string>频率(HZ)</string>
  1088. </property>
  1089. </widget>
  1090. </item>
  1091. <item row="2" column="1">
  1092. <widget class="QLineEdit" name="OutputPluseFreqVal">
  1093. <property name="minimumSize">
  1094. <size>
  1095. <width>0</width>
  1096. <height>25</height>
  1097. </size>
  1098. </property>
  1099. </widget>
  1100. </item>
  1101. </layout>
  1102. </widget>
  1103. <widget class="QWidget" name="tab">
  1104. <attribute name="title">
  1105. <string>版本说明</string>
  1106. </attribute>
  1107. <layout class="QVBoxLayout" name="verticalLayout_12">
  1108. <item>
  1109. <widget class="QTextBrowser" name="textBrowser">
  1110. <property name="minimumSize">
  1111. <size>
  1112. <width>0</width>
  1113. <height>200</height>
  1114. </size>
  1115. </property>
  1116. <property name="maximumSize">
  1117. <size>
  1118. <width>16777215</width>
  1119. <height>600</height>
  1120. </size>
  1121. </property>
  1122. <property name="styleSheet">
  1123. <string notr="true">background-color: rgb(255, 255, 255, 60);
  1124. border-width:0;border-style:outset</string>
  1125. </property>
  1126. <property name="html">
  1127. <string>&lt;!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.0//EN&quot; &quot;http://www.w3.org/TR/REC-html40/strict.dtd&quot;&gt;
  1128. &lt;html&gt;&lt;head&gt;&lt;meta name=&quot;qrichtext&quot; content=&quot;1&quot; /&gt;&lt;style type=&quot;text/css&quot;&gt;
  1129. p, li { white-space: pre-wrap; }
  1130. &lt;/style&gt;&lt;/head&gt;&lt;body style=&quot; font-family:'SimSun'; font-size:9pt; font-weight:400; font-style:normal;&quot;&gt;
  1131. &lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-family:'Consolas','Courier New','monospace'; font-size:11pt; font-weight:600; color:#ff0000;&quot;&gt;V2:&lt;/span&gt;&lt;/p&gt;
  1132. &lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-family:'Consolas','Courier New','monospace'; font-size:11pt; font-weight:600; color:#ff0000;&quot;&gt; 1.优化UI界面&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
  1133. </property>
  1134. </widget>
  1135. </item>
  1136. <item>
  1137. <spacer name="verticalSpacer_17">
  1138. <property name="orientation">
  1139. <enum>Qt::Vertical</enum>
  1140. </property>
  1141. <property name="sizeHint" stdset="0">
  1142. <size>
  1143. <width>20</width>
  1144. <height>40</height>
  1145. </size>
  1146. </property>
  1147. </spacer>
  1148. </item>
  1149. </layout>
  1150. </widget>
  1151. </widget>
  1152. </item>
  1153. <item>
  1154. <widget class="QGroupBox" name="LOGBOX">
  1155. <property name="sizePolicy">
  1156. <sizepolicy hsizetype="Preferred" vsizetype="Preferred">
  1157. <horstretch>0</horstretch>
  1158. <verstretch>2</verstretch>
  1159. </sizepolicy>
  1160. </property>
  1161. <property name="maximumSize">
  1162. <size>
  1163. <width>16777215</width>
  1164. <height>16777215</height>
  1165. </size>
  1166. </property>
  1167. <property name="title">
  1168. <string>日志</string>
  1169. </property>
  1170. <layout class="QVBoxLayout" name="verticalLayout_7">
  1171. <item>
  1172. <widget class="QTextBrowser" name="instructionPreview">
  1173. <property name="sizePolicy">
  1174. <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
  1175. <horstretch>0</horstretch>
  1176. <verstretch>0</verstretch>
  1177. </sizepolicy>
  1178. </property>
  1179. <property name="minimumSize">
  1180. <size>
  1181. <width>0</width>
  1182. <height>100</height>
  1183. </size>
  1184. </property>
  1185. <property name="maximumSize">
  1186. <size>
  1187. <width>16777215</width>
  1188. <height>16777215</height>
  1189. </size>
  1190. </property>
  1191. </widget>
  1192. </item>
  1193. </layout>
  1194. </widget>
  1195. </item>
  1196. </layout>
  1197. </widget>
  1198. </item>
  1199. </layout>
  1200. <zorder>content</zorder>
  1201. <zorder>sidebar</zorder>
  1202. </widget>
  1203. </item>
  1204. </layout>
  1205. </widget>
  1206. <action name="ProfessionalModel">
  1207. <property name="checkable">
  1208. <bool>true</bool>
  1209. </property>
  1210. <property name="text">
  1211. <string>专业模式</string>
  1212. </property>
  1213. <property name="toolTip">
  1214. <string>专业模式</string>
  1215. </property>
  1216. </action>
  1217. </widget>
  1218. <resources/>
  1219. <connections/>
  1220. </ui>