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.

2605 lines
101 KiB

2 years ago
2 years ago
1 year ago
2 years 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
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 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>1532</width>
  10. <height>1076</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="windowTitle">
  20. <string>IFLYTOP-ECG-上位机</string>
  21. </property>
  22. <property name="styleSheet">
  23. <string notr="true">/*
  24. Aqua Style Sheet for QT Applications
  25. Author: Jaime A. Quiroga P.
  26. Company: GTRONICK
  27. Last updated: 22/01/2019, 07:55.
  28. Available at: https://github.com/GTRONICK/QSS/blob/master/Aqua.qss
  29. */
  30. QMainWindow {
  31. background-color:#ececec;
  32. }
  33. QTextEdit {
  34. border-width: 1px;
  35. border-style: solid;
  36. 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));
  37. }
  38. QPlainTextEdit {
  39. border-width: 1px;
  40. border-style: solid;
  41. 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));
  42. }
  43. QToolButton {
  44. border-style: solid;
  45. 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));
  46. 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));
  47. 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));
  48. 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));
  49. border-width: 1px;
  50. border-radius: 5px;
  51. color: rgb(0,0,0);
  52. padding: 2px;
  53. background-color: rgb(255,255,255);
  54. }
  55. QToolButton:hover{
  56. border-style: solid;
  57. 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));
  58. 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));
  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(197, 197, 197));
  60. 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));
  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:pressed{
  68. border-style: solid;
  69. 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));
  70. 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));
  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(217, 217, 217));
  72. 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));
  73. border-width: 1px;
  74. border-radius: 5px;
  75. color: rgb(0,0,0);
  76. padding: 2px;
  77. background-color: rgb(142,142,142);
  78. }
  79. QPushButton{
  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(255,255,255);
  90. }
  91. QPushButton::default{
  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:hover{
  104. border-style: solid;
  105. 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));
  106. 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));
  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(197, 197, 197));
  108. 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));
  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:pressed{
  116. border-style: solid;
  117. 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));
  118. 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));
  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(217, 217, 217));
  120. 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));
  121. border-width: 1px;
  122. border-radius: 5px;
  123. color: rgb(0,0,0);
  124. padding: 2px;
  125. background-color: rgb(142,142,142);
  126. }
  127. QPushButton:disabled{
  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: #808086;
  136. padding: 2px;
  137. background-color: rgb(142,142,142);
  138. }
  139. QLineEdit {
  140. border-width: 1px; border-radius: 4px;
  141. border-style: solid;
  142. 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));
  143. }
  144. QLabel {
  145. color: #000000;
  146. }
  147. QLCDNumber {
  148. color: rgb(0, 113, 255, 255);
  149. }
  150. QProgressBar {
  151. text-align: center;
  152. color: rgb(240, 240, 240);
  153. border-width: 1px;
  154. border-radius: 10px;
  155. border-color: rgb(230, 230, 230);
  156. border-style: solid;
  157. background-color:rgb(207,207,207);
  158. }
  159. QProgressBar::chunk {
  160. 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));
  161. border-radius: 10px;
  162. }
  163. QMenuBar {
  164. 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));
  165. }
  166. QMenuBar::item {
  167. color: #000000;
  168. spacing: 3px;
  169. padding: 1px 4px;
  170. 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));
  171. }
  172. QMenuBar::item:selected {
  173. 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));
  174. color: #FFFFFF;
  175. }
  176. QMenu::item:selected {
  177. border-style: solid;
  178. border-top-color: transparent;
  179. border-right-color: transparent;
  180. 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));
  181. border-bottom-color: transparent;
  182. border-left-width: 2px;
  183. color: #000000;
  184. padding-left:15px;
  185. padding-top:4px;
  186. padding-bottom:4px;
  187. padding-right:7px;
  188. }
  189. QMenu::item {
  190. border-style: solid;
  191. border-top-color: transparent;
  192. border-right-color: transparent;
  193. border-left-color: transparent;
  194. border-bottom-color: transparent;
  195. border-bottom-width: 1px;
  196. color: #000000;
  197. padding-left:17px;
  198. padding-top:4px;
  199. padding-bottom:4px;
  200. padding-right:7px;
  201. }
  202. QTabWidget {
  203. color:rgb(0,0,0);
  204. background-color:#000000;
  205. }
  206. QTabWidget::pane {
  207. border-color: rgb(223,223,223);
  208. background-color:rgb(226,226,226);
  209. border-style: solid;
  210. border-width: 2px;
  211. border-radius: 6px;
  212. }
  213. QTabBar::tab:first {
  214. border-style: solid;
  215. border-left-width:1px;
  216. border-right-width:0px;
  217. border-top-width:1px;
  218. border-bottom-width:1px;
  219. border-top-color: rgb(209,209,209);
  220. 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));
  221. border-bottom-color: rgb(229,229,229);
  222. border-top-left-radius: 4px;
  223. border-bottom-left-radius: 4px;
  224. color: #000000;
  225. padding: 3px;
  226. margin-left:0px;
  227. 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));
  228. }
  229. QTabBar::tab:last {
  230. border-style: solid;
  231. border-width:1px;
  232. border-top-color: rgb(209,209,209);
  233. 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));
  234. 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));
  235. border-bottom-color: rgb(229,229,229);
  236. border-top-right-radius: 4px;
  237. border-bottom-right-radius: 4px;
  238. color: #000000;
  239. padding: 3px;
  240. margin-left:0px;
  241. 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));
  242. }
  243. QTabBar::tab {
  244. border-style: solid;
  245. border-top-width:1px;
  246. border-bottom-width:1px;
  247. border-left-width:1px;
  248. border-top-color: rgb(209,209,209);
  249. 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));
  250. border-bottom-color: rgb(229,229,229);
  251. color: #000000;
  252. padding: 3px;
  253. margin-left:0px;
  254. 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));
  255. }
  256. QTabBar::tab:selected, QTabBar::tab:last:selected, QTabBar::tab:hover {
  257. border-style: solid;
  258. border-left-width:1px;
  259. border-right-color: transparent;
  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: #FFFFFF;
  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(0, 113, 255, 255), stop:1 rgba(91, 171, 252, 255));
  267. }
  268. QTabBar::tab:selected, QTabBar::tab:first:selected, QTabBar::tab:hover {
  269. border-style: solid;
  270. border-left-width:1px;
  271. border-bottom-width:1px;
  272. border-top-width:1px;
  273. border-right-color: transparent;
  274. border-top-color: rgb(209,209,209);
  275. 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));
  276. border-bottom-color: rgb(229,229,229);
  277. color: #FFFFFF;
  278. padding: 3px;
  279. margin-left:0px;
  280. 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));
  281. }
  282. QCheckBox {
  283. color: #000000;
  284. padding: 2px;
  285. }
  286. QCheckBox:disabled {
  287. color: #808086;
  288. padding: 2px;
  289. }
  290. QCheckBox:hover {
  291. border-radius:4px;
  292. border-style:solid;
  293. padding-left: 1px;
  294. padding-right: 1px;
  295. padding-bottom: 1px;
  296. padding-top: 1px;
  297. border-width:1px;
  298. border-color: transparent;
  299. }
  300. QCheckBox::indicator:checked {
  301. height: 10px;
  302. width: 10px;
  303. border-style:solid;
  304. border-width: 1px;
  305. 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));
  306. color: #000000;
  307. 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));
  308. }
  309. QCheckBox::indicator:unchecked {
  310. height: 10px;
  311. width: 10px;
  312. border-style:solid;
  313. border-width: 1px;
  314. 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));
  315. color: #000000;
  316. }
  317. QRadioButton {
  318. color: 000000;
  319. padding: 1px;
  320. }
  321. QRadioButton::indicator:checked {
  322. height: 10px;
  323. width: 10px;
  324. border-style:solid;
  325. border-radius:5px;
  326. border-width: 1px;
  327. 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));
  328. color: #a9b7c6;
  329. 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));
  330. }
  331. QRadioButton::indicator:!checked {
  332. height: 10px;
  333. width: 10px;
  334. border-style:solid;
  335. border-radius:5px;
  336. border-width: 1px;
  337. 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));
  338. color: #a9b7c6;
  339. background-color: transparent;
  340. }
  341. QStatusBar {
  342. color:#027f7f;
  343. }
  344. QSpinBox {
  345. border-style: solid;
  346. border-width: 1px;
  347. 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));
  348. }
  349. QDoubleSpinBox {
  350. border-style: solid;
  351. border-width: 1px;
  352. 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));
  353. }
  354. QTimeEdit {
  355. border-style: solid;
  356. border-width: 1px;
  357. 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));
  358. }
  359. QDateTimeEdit {
  360. border-style: solid;
  361. border-width: 1px;
  362. 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));
  363. }
  364. QDateEdit {
  365. border-style: solid;
  366. border-width: 1px;
  367. 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));
  368. }
  369. QToolBox {
  370. color: #a9b7c6;
  371. background-color:#000000;
  372. }
  373. QToolBox::tab {
  374. color: #a9b7c6;
  375. background-color:#000000;
  376. }
  377. QToolBox::tab:selected {
  378. color: #FFFFFF;
  379. background-color:#000000;
  380. }
  381. QScrollArea {
  382. color: #FFFFFF;
  383. background-color:#000000;
  384. }
  385. QSlider::groove:horizontal {
  386. height: 5px;
  387. 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));
  388. }
  389. QSlider::groove:vertical {
  390. width: 5px;
  391. 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));
  392. }
  393. QSlider::handle:horizontal {
  394. background: rgb(253,253,253);
  395. border-style: solid;
  396. border-width: 1px;
  397. border-color: rgb(207,207,207);
  398. width: 12px;
  399. margin: -5px 0;
  400. border-radius: 7px;
  401. }
  402. QSlider::handle:vertical {
  403. background: rgb(253,253,253);
  404. border-style: solid;
  405. border-width: 1px;
  406. border-color: rgb(207,207,207);
  407. height: 12px;
  408. margin: 0 -5px;
  409. border-radius: 7px;
  410. }
  411. QSlider::add-page:horizontal {
  412. background: rgb(181,181,181);
  413. }
  414. QSlider::add-page:vertical {
  415. background: rgb(181,181,181);
  416. }
  417. QSlider::sub-page:horizontal {
  418. 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));
  419. }
  420. QSlider::sub-page:vertical {
  421. 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));
  422. }
  423. QScrollBar:horizontal {
  424. max-height: 20px;
  425. border: 1px transparent grey;
  426. margin: 0px 20px 0px 20px;
  427. }
  428. QScrollBar:vertical {
  429. max-width: 20px;
  430. border: 1px transparent grey;
  431. margin: 20px 0px 20px 0px;
  432. }
  433. QScrollBar::handle:horizontal {
  434. background: rgb(253,253,253);
  435. border-style: solid;
  436. border-width: 1px;
  437. border-color: rgb(207,207,207);
  438. border-radius: 7px;
  439. min-width: 25px;
  440. }
  441. QScrollBar::handle:horizontal:hover {
  442. background: rgb(253,253,253);
  443. border-style: solid;
  444. border-width: 1px;
  445. border-color: rgb(147, 200, 200);
  446. border-radius: 7px;
  447. min-width: 25px;
  448. }
  449. QScrollBar::handle:vertical {
  450. background: rgb(253,253,253);
  451. border-style: solid;
  452. border-width: 1px;
  453. border-color: rgb(207,207,207);
  454. border-radius: 7px;
  455. min-height: 25px;
  456. }
  457. QScrollBar::handle:vertical:hover {
  458. background: rgb(253,253,253);
  459. border-style: solid;
  460. border-width: 1px;
  461. border-color: rgb(147, 200, 200);
  462. border-radius: 7px;
  463. min-height: 25px;
  464. }
  465. QScrollBar::add-line:horizontal {
  466. border: 2px transparent grey;
  467. border-top-right-radius: 7px;
  468. border-bottom-right-radius: 7px;
  469. background: rgba(34, 142, 255, 255);
  470. width: 20px;
  471. subcontrol-position: right;
  472. subcontrol-origin: margin;
  473. }
  474. QScrollBar::add-line:horizontal:pressed {
  475. border: 2px transparent grey;
  476. border-top-right-radius: 7px;
  477. border-bottom-right-radius: 7px;
  478. background: rgb(181,181,181);
  479. width: 20px;
  480. subcontrol-position: right;
  481. subcontrol-origin: margin;
  482. }
  483. QScrollBar::add-line:vertical {
  484. border: 2px transparent grey;
  485. border-bottom-left-radius: 7px;
  486. border-bottom-right-radius: 7px;
  487. background: rgba(34, 142, 255, 255);
  488. height: 20px;
  489. subcontrol-position: bottom;
  490. subcontrol-origin: margin;
  491. }
  492. QScrollBar::add-line:vertical:pressed {
  493. border: 2px transparent grey;
  494. border-bottom-left-radius: 7px;
  495. border-bottom-right-radius: 7px;
  496. background: rgb(181,181,181);
  497. height: 20px;
  498. subcontrol-position: bottom;
  499. subcontrol-origin: margin;
  500. }
  501. QScrollBar::sub-line:horizontal {
  502. border: 2px transparent grey;
  503. border-top-left-radius: 7px;
  504. border-bottom-left-radius: 7px;
  505. background: rgba(34, 142, 255, 255);
  506. width: 20px;
  507. subcontrol-position: left;
  508. subcontrol-origin: margin;
  509. }
  510. QScrollBar::sub-line:horizontal:pressed {
  511. border: 2px transparent grey;
  512. border-top-left-radius: 7px;
  513. border-bottom-left-radius: 7px;
  514. background: rgb(181,181,181);
  515. width: 20px;
  516. subcontrol-position: left;
  517. subcontrol-origin: margin;
  518. }
  519. QScrollBar::sub-line:vertical {
  520. border: 2px transparent grey;
  521. border-top-left-radius: 7px;
  522. border-top-right-radius: 7px;
  523. background: rgba(34, 142, 255, 255);
  524. height: 20px;
  525. subcontrol-position: top;
  526. subcontrol-origin: margin;
  527. }
  528. QScrollBar::sub-line:vertical:pressed {
  529. border: 2px transparent grey;
  530. border-top-left-radius: 7px;
  531. border-top-right-radius: 7px;
  532. background: rgb(181,181,181);
  533. height: 20px;
  534. subcontrol-position: top;
  535. subcontrol-origin: margin;
  536. }
  537. QScrollBar::left-arrow:horizontal {
  538. border: 1px transparent grey;
  539. border-top-left-radius: 3px;
  540. border-bottom-left-radius: 3px;
  541. width: 6px;
  542. height: 6px;
  543. background: white;
  544. }
  545. QScrollBar::right-arrow:horizontal {
  546. border: 1px transparent grey;
  547. border-top-right-radius: 3px;
  548. border-bottom-right-radius: 3px;
  549. width: 6px;
  550. height: 6px;
  551. background: white;
  552. }
  553. QScrollBar::up-arrow:vertical {
  554. border: 1px transparent grey;
  555. border-top-left-radius: 3px;
  556. border-top-right-radius: 3px;
  557. width: 6px;
  558. height: 6px;
  559. background: white;
  560. }
  561. QScrollBar::down-arrow:vertical {
  562. border: 1px transparent grey;
  563. border-bottom-left-radius: 3px;
  564. border-bottom-right-radius: 3px;
  565. width: 6px;
  566. height: 6px;
  567. background: white;
  568. }
  569. QScrollBar::add-page:horizontal, QScrollBar::sub-page:horizontal {
  570. background: none;
  571. }
  572. QScrollBar::add-page:vertical, QScrollBar::sub-page:vertical {
  573. background: none;
  574. }
  575. QGroupBox {
  576. border-color: rgb(156, 156, 156);
  577. border-width: 1px;
  578. border-style: solid;
  579. border-radius:8px;
  580. padding: 10px 0px 0px 0px;
  581. }
  582. QGroupBox:title {
  583. subcontrol-origin: margin;
  584. left: 7px;
  585. padding: 0px 0px 0px 0px;
  586. }
  587. </string>
  588. </property>
  589. <widget class="QWidget" name="top">
  590. <property name="styleSheet">
  591. <string notr="true"/>
  592. </property>
  593. <layout class="QVBoxLayout" name="verticalLayout">
  594. <item>
  595. <widget class="QWidget" name="top2" native="true">
  596. <property name="sizePolicy">
  597. <sizepolicy hsizetype="Preferred" vsizetype="Preferred">
  598. <horstretch>0</horstretch>
  599. <verstretch>0</verstretch>
  600. </sizepolicy>
  601. </property>
  602. <layout class="QHBoxLayout" name="horizontalLayout">
  603. <item>
  604. <widget class="QWidget" name="sidebar" native="true">
  605. <property name="minimumSize">
  606. <size>
  607. <width>250</width>
  608. <height>0</height>
  609. </size>
  610. </property>
  611. <property name="maximumSize">
  612. <size>
  613. <width>200</width>
  614. <height>16777215</height>
  615. </size>
  616. </property>
  617. <layout class="QVBoxLayout" name="verticalLayout_2">
  618. <item>
  619. <widget class="QGroupBox" name="serialSettingGB">
  620. <property name="maximumSize">
  621. <size>
  622. <width>16777215</width>
  623. <height>16777215</height>
  624. </size>
  625. </property>
  626. <property name="title">
  627. <string>串口设置</string>
  628. </property>
  629. <layout class="QGridLayout" name="gridLayout">
  630. <item row="1" column="1">
  631. <widget class="QComboBox" name="serialBaudrateCB"/>
  632. </item>
  633. <item row="1" column="0">
  634. <widget class="QLabel" name="serialBaudrateLable">
  635. <property name="text">
  636. <string>波特率</string>
  637. </property>
  638. </widget>
  639. </item>
  640. <item row="0" column="1">
  641. <widget class="QComboBox" name="serialPortCB"/>
  642. </item>
  643. <item row="0" column="0">
  644. <widget class="QLabel" name="serialPortLable">
  645. <property name="text">
  646. <string>串口</string>
  647. </property>
  648. </widget>
  649. </item>
  650. <item row="4" column="0" colspan="2">
  651. <widget class="QPushButton" name="serialOpenKey">
  652. <property name="text">
  653. <string>打开</string>
  654. </property>
  655. </widget>
  656. </item>
  657. <item row="3" column="0" colspan="2">
  658. <widget class="QPushButton" name="serialPortRefreshKey">
  659. <property name="text">
  660. <string>刷新</string>
  661. </property>
  662. </widget>
  663. </item>
  664. <item row="2" column="1">
  665. <widget class="QComboBox" name="deviceType">
  666. <property name="sizePolicy">
  667. <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
  668. <horstretch>2</horstretch>
  669. <verstretch>0</verstretch>
  670. </sizepolicy>
  671. </property>
  672. </widget>
  673. </item>
  674. <item row="2" column="0">
  675. <widget class="QLabel" name="serialPortLable_2">
  676. <property name="text">
  677. <string>型号</string>
  678. </property>
  679. </widget>
  680. </item>
  681. </layout>
  682. </widget>
  683. </item>
  684. <item>
  685. <widget class="QGroupBox" name="StateGB">
  686. <property name="sizePolicy">
  687. <sizepolicy hsizetype="Preferred" vsizetype="Preferred">
  688. <horstretch>0</horstretch>
  689. <verstretch>0</verstretch>
  690. </sizepolicy>
  691. </property>
  692. <property name="minimumSize">
  693. <size>
  694. <width>0</width>
  695. <height>0</height>
  696. </size>
  697. </property>
  698. <property name="maximumSize">
  699. <size>
  700. <width>16777215</width>
  701. <height>16777215</height>
  702. </size>
  703. </property>
  704. <property name="autoFillBackground">
  705. <bool>false</bool>
  706. </property>
  707. <property name="title">
  708. <string>状态</string>
  709. </property>
  710. <layout class="QFormLayout" name="formLayout_2">
  711. <item row="0" column="0">
  712. <widget class="QLabel" name="DeviceConnectStateLable">
  713. <property name="sizePolicy">
  714. <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
  715. <horstretch>0</horstretch>
  716. <verstretch>0</verstretch>
  717. </sizepolicy>
  718. </property>
  719. <property name="minimumSize">
  720. <size>
  721. <width>0</width>
  722. <height>25</height>
  723. </size>
  724. </property>
  725. <property name="maximumSize">
  726. <size>
  727. <width>16777215</width>
  728. <height>25</height>
  729. </size>
  730. </property>
  731. <property name="text">
  732. <string>设备连接状态</string>
  733. </property>
  734. </widget>
  735. </item>
  736. <item row="0" column="1">
  737. <widget class="QTextBrowser" name="DeviceConnectStateTB">
  738. <property name="sizePolicy">
  739. <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
  740. <horstretch>0</horstretch>
  741. <verstretch>0</verstretch>
  742. </sizepolicy>
  743. </property>
  744. <property name="minimumSize">
  745. <size>
  746. <width>0</width>
  747. <height>25</height>
  748. </size>
  749. </property>
  750. <property name="maximumSize">
  751. <size>
  752. <width>16777215</width>
  753. <height>25</height>
  754. </size>
  755. </property>
  756. <property name="lineWrapColumnOrWidth">
  757. <number>2</number>
  758. </property>
  759. </widget>
  760. </item>
  761. </layout>
  762. </widget>
  763. </item>
  764. <item>
  765. <widget class="QGroupBox" name="FunctionKeyGB">
  766. <property name="minimumSize">
  767. <size>
  768. <width>0</width>
  769. <height>0</height>
  770. </size>
  771. </property>
  772. <property name="title">
  773. <string>功能按键</string>
  774. </property>
  775. <layout class="QVBoxLayout" name="verticalLayout_3">
  776. <item>
  777. <widget class="QPushButton" name="clearPreview">
  778. <property name="sizePolicy">
  779. <sizepolicy hsizetype="Minimum" vsizetype="Fixed">
  780. <horstretch>1</horstretch>
  781. <verstretch>0</verstretch>
  782. </sizepolicy>
  783. </property>
  784. <property name="minimumSize">
  785. <size>
  786. <width>0</width>
  787. <height>30</height>
  788. </size>
  789. </property>
  790. <property name="text">
  791. <string>清空显示</string>
  792. </property>
  793. </widget>
  794. </item>
  795. </layout>
  796. </widget>
  797. </item>
  798. <item>
  799. <widget class="QTextBrowser" name="textBrowser">
  800. <property name="html">
  801. <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;
  802. &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;
  803. p, li { white-space: pre-wrap; }
  804. &lt;/style&gt;&lt;/head&gt;&lt;body style=&quot; font-family:'SimSun'; font-size:9pt; font-weight:400; font-style:normal;&quot;&gt;
  805. &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; color:#ff0000;&quot;&gt;M1001 单导心电记录仪-1代&lt;/span&gt;&lt;/p&gt;
  806. &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; color:#ff0000;&quot;&gt;M1002 三导心电记录仪-1代&lt;/span&gt;&lt;/p&gt;
  807. &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; color:#ff0000;&quot;&gt;M1003 单导心电记录仪-2代&lt;/span&gt;&lt;/p&gt;
  808. &lt;p style=&quot;-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;br /&gt;&lt;/p&gt;
  809. &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; color:#ff0000;&quot;&gt;注意事项:&lt;/span&gt;&lt;/p&gt;
  810. &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; color:#ff0000;&quot;&gt;1.当检查上传数据的CHECKSUM(检验和)时,需要先复位下蓝牙主机开发板清空统计信息&lt;/span&gt;&lt;/p&gt;
  811. &lt;p style=&quot;-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; color:#ff0000;&quot;&gt;&lt;br /&gt;&lt;/p&gt;
  812. &lt;p style=&quot;-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;br /&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
  813. </property>
  814. </widget>
  815. </item>
  816. <item>
  817. <spacer name="verticalSpacer">
  818. <property name="orientation">
  819. <enum>Qt::Vertical</enum>
  820. </property>
  821. <property name="sizeHint" stdset="0">
  822. <size>
  823. <width>20</width>
  824. <height>40</height>
  825. </size>
  826. </property>
  827. </spacer>
  828. </item>
  829. </layout>
  830. </widget>
  831. </item>
  832. <item>
  833. <widget class="QWidget" name="content" native="true">
  834. <property name="sizePolicy">
  835. <sizepolicy hsizetype="Preferred" vsizetype="Expanding">
  836. <horstretch>0</horstretch>
  837. <verstretch>0</verstretch>
  838. </sizepolicy>
  839. </property>
  840. <layout class="QHBoxLayout" name="horizontalLayout_2">
  841. <item>
  842. <widget class="QTabWidget" name="buttonTabWidget">
  843. <property name="sizePolicy">
  844. <sizepolicy hsizetype="Preferred" vsizetype="Preferred">
  845. <horstretch>0</horstretch>
  846. <verstretch>0</verstretch>
  847. </sizepolicy>
  848. </property>
  849. <property name="minimumSize">
  850. <size>
  851. <width>0</width>
  852. <height>0</height>
  853. </size>
  854. </property>
  855. <property name="maximumSize">
  856. <size>
  857. <width>16777215</width>
  858. <height>16777215</height>
  859. </size>
  860. </property>
  861. <property name="currentIndex">
  862. <number>2</number>
  863. </property>
  864. <widget class="QWidget" name="buttonTabWidgetPage1">
  865. <attribute name="title">
  866. <string>设备基本操作</string>
  867. </attribute>
  868. <layout class="QGridLayout" name="gridLayout_5">
  869. <item row="0" column="0">
  870. <widget class="QGroupBox" name="groupBox_4">
  871. <property name="title">
  872. <string>设备基本操作</string>
  873. </property>
  874. <layout class="QGridLayout" name="gridLayout_3">
  875. <item row="0" column="2">
  876. <widget class="QPushButton" name="readSN">
  877. <property name="sizePolicy">
  878. <sizepolicy hsizetype="Minimum" vsizetype="Fixed">
  879. <horstretch>1</horstretch>
  880. <verstretch>0</verstretch>
  881. </sizepolicy>
  882. </property>
  883. <property name="minimumSize">
  884. <size>
  885. <width>0</width>
  886. <height>30</height>
  887. </size>
  888. </property>
  889. <property name="text">
  890. <string>读取设备SN</string>
  891. </property>
  892. </widget>
  893. </item>
  894. <item row="0" column="0">
  895. <widget class="QPushButton" name="readDeviceVersion">
  896. <property name="sizePolicy">
  897. <sizepolicy hsizetype="Minimum" vsizetype="Fixed">
  898. <horstretch>1</horstretch>
  899. <verstretch>0</verstretch>
  900. </sizepolicy>
  901. </property>
  902. <property name="minimumSize">
  903. <size>
  904. <width>0</width>
  905. <height>30</height>
  906. </size>
  907. </property>
  908. <property name="text">
  909. <string>读取设备版本信息</string>
  910. </property>
  911. </widget>
  912. </item>
  913. <item row="11" column="0">
  914. <spacer name="verticalSpacer_5">
  915. <property name="orientation">
  916. <enum>Qt::Vertical</enum>
  917. </property>
  918. <property name="sizeHint" stdset="0">
  919. <size>
  920. <width>20</width>
  921. <height>40</height>
  922. </size>
  923. </property>
  924. </spacer>
  925. </item>
  926. <item row="2" column="0">
  927. <widget class="QPushButton" name="syncTime">
  928. <property name="sizePolicy">
  929. <sizepolicy hsizetype="Minimum" vsizetype="Fixed">
  930. <horstretch>1</horstretch>
  931. <verstretch>0</verstretch>
  932. </sizepolicy>
  933. </property>
  934. <property name="minimumSize">
  935. <size>
  936. <width>0</width>
  937. <height>30</height>
  938. </size>
  939. </property>
  940. <property name="text">
  941. <string>同步时间</string>
  942. </property>
  943. </widget>
  944. </item>
  945. <item row="0" column="1">
  946. <widget class="QPushButton" name="readDeviceState">
  947. <property name="sizePolicy">
  948. <sizepolicy hsizetype="Minimum" vsizetype="Fixed">
  949. <horstretch>1</horstretch>
  950. <verstretch>0</verstretch>
  951. </sizepolicy>
  952. </property>
  953. <property name="minimumSize">
  954. <size>
  955. <width>0</width>
  956. <height>30</height>
  957. </size>
  958. </property>
  959. <property name="text">
  960. <string>读取设备状态信息</string>
  961. </property>
  962. </widget>
  963. </item>
  964. <item row="7" column="0">
  965. <widget class="QPushButton" name="setEcgReportDataInRawMode__1">
  966. <property name="sizePolicy">
  967. <sizepolicy hsizetype="Minimum" vsizetype="Fixed">
  968. <horstretch>1</horstretch>
  969. <verstretch>0</verstretch>
  970. </sizepolicy>
  971. </property>
  972. <property name="minimumSize">
  973. <size>
  974. <width>0</width>
  975. <height>30</height>
  976. </size>
  977. </property>
  978. <property name="text">
  979. <string>使能ECG原始数据上报</string>
  980. </property>
  981. </widget>
  982. </item>
  983. <item row="2" column="1">
  984. <widget class="QPushButton" name="readTime">
  985. <property name="sizePolicy">
  986. <sizepolicy hsizetype="Minimum" vsizetype="Fixed">
  987. <horstretch>1</horstretch>
  988. <verstretch>0</verstretch>
  989. </sizepolicy>
  990. </property>
  991. <property name="minimumSize">
  992. <size>
  993. <width>0</width>
  994. <height>30</height>
  995. </size>
  996. </property>
  997. <property name="text">
  998. <string>读取设备时间</string>
  999. </property>
  1000. </widget>
  1001. </item>
  1002. <item row="0" column="3">
  1003. <widget class="QPushButton" name="readSensorInfo">
  1004. <property name="sizePolicy">
  1005. <sizepolicy hsizetype="Minimum" vsizetype="Fixed">
  1006. <horstretch>1</horstretch>
  1007. <verstretch>0</verstretch>
  1008. </sizepolicy>
  1009. </property>
  1010. <property name="minimumSize">
  1011. <size>
  1012. <width>0</width>
  1013. <height>30</height>
  1014. </size>
  1015. </property>
  1016. <property name="text">
  1017. <string>读取传感器信息</string>
  1018. </property>
  1019. </widget>
  1020. </item>
  1021. <item row="7" column="1">
  1022. <widget class="QPushButton" name="setEcgReportDataInRawMode__0">
  1023. <property name="sizePolicy">
  1024. <sizepolicy hsizetype="Minimum" vsizetype="Fixed">
  1025. <horstretch>1</horstretch>
  1026. <verstretch>0</verstretch>
  1027. </sizepolicy>
  1028. </property>
  1029. <property name="minimumSize">
  1030. <size>
  1031. <width>0</width>
  1032. <height>30</height>
  1033. </size>
  1034. </property>
  1035. <property name="text">
  1036. <string>失能ECG原始数据上报</string>
  1037. </property>
  1038. </widget>
  1039. </item>
  1040. <item row="8" column="0">
  1041. <widget class="QPushButton" name="setEcgInTestMode">
  1042. <property name="sizePolicy">
  1043. <sizepolicy hsizetype="Minimum" vsizetype="Fixed">
  1044. <horstretch>1</horstretch>
  1045. <verstretch>0</verstretch>
  1046. </sizepolicy>
  1047. </property>
  1048. <property name="minimumSize">
  1049. <size>
  1050. <width>0</width>
  1051. <height>30</height>
  1052. </size>
  1053. </property>
  1054. <property name="text">
  1055. <string>设置ECG为测试模式</string>
  1056. </property>
  1057. </widget>
  1058. </item>
  1059. <item row="8" column="1">
  1060. <widget class="QPushButton" name="setEcgInNormalMode">
  1061. <property name="sizePolicy">
  1062. <sizepolicy hsizetype="Minimum" vsizetype="Fixed">
  1063. <horstretch>1</horstretch>
  1064. <verstretch>0</verstretch>
  1065. </sizepolicy>
  1066. </property>
  1067. <property name="minimumSize">
  1068. <size>
  1069. <width>0</width>
  1070. <height>30</height>
  1071. </size>
  1072. </property>
  1073. <property name="text">
  1074. <string>设置ECG为正常模式</string>
  1075. </property>
  1076. </widget>
  1077. </item>
  1078. <item row="9" column="0">
  1079. <widget class="QPushButton" name="resetDevice">
  1080. <property name="sizePolicy">
  1081. <sizepolicy hsizetype="Minimum" vsizetype="Fixed">
  1082. <horstretch>1</horstretch>
  1083. <verstretch>0</verstretch>
  1084. </sizepolicy>
  1085. </property>
  1086. <property name="minimumSize">
  1087. <size>
  1088. <width>0</width>
  1089. <height>30</height>
  1090. </size>
  1091. </property>
  1092. <property name="text">
  1093. <string>复位设备</string>
  1094. </property>
  1095. </widget>
  1096. </item>
  1097. </layout>
  1098. </widget>
  1099. </item>
  1100. <item row="1" column="0">
  1101. <widget class="QGroupBox" name="groupBox_3">
  1102. <property name="title">
  1103. <string>记录上传</string>
  1104. </property>
  1105. <layout class="QGridLayout" name="gridLayout_2">
  1106. <item row="1" column="1">
  1107. <widget class="QTextEdit" name="startUploadRecord_p0">
  1108. <property name="sizePolicy">
  1109. <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
  1110. <horstretch>1</horstretch>
  1111. <verstretch>0</verstretch>
  1112. </sizepolicy>
  1113. </property>
  1114. <property name="minimumSize">
  1115. <size>
  1116. <width>0</width>
  1117. <height>0</height>
  1118. </size>
  1119. </property>
  1120. <property name="maximumSize">
  1121. <size>
  1122. <width>16777215</width>
  1123. <height>30</height>
  1124. </size>
  1125. </property>
  1126. </widget>
  1127. </item>
  1128. <item row="4" column="1">
  1129. <spacer name="horizontalSpacer_2">
  1130. <property name="orientation">
  1131. <enum>Qt::Horizontal</enum>
  1132. </property>
  1133. <property name="sizeHint" stdset="0">
  1134. <size>
  1135. <width>40</width>
  1136. <height>20</height>
  1137. </size>
  1138. </property>
  1139. </spacer>
  1140. </item>
  1141. <item row="0" column="0">
  1142. <widget class="QPushButton" name="readAllRecords">
  1143. <property name="sizePolicy">
  1144. <sizepolicy hsizetype="Minimum" vsizetype="Fixed">
  1145. <horstretch>1</horstretch>
  1146. <verstretch>0</verstretch>
  1147. </sizepolicy>
  1148. </property>
  1149. <property name="minimumSize">
  1150. <size>
  1151. <width>0</width>
  1152. <height>30</height>
  1153. </size>
  1154. </property>
  1155. <property name="text">
  1156. <string>读取所有记录</string>
  1157. </property>
  1158. </widget>
  1159. </item>
  1160. <item row="4" column="0">
  1161. <spacer name="verticalSpacer_4">
  1162. <property name="orientation">
  1163. <enum>Qt::Vertical</enum>
  1164. </property>
  1165. <property name="sizeHint" stdset="0">
  1166. <size>
  1167. <width>20</width>
  1168. <height>40</height>
  1169. </size>
  1170. </property>
  1171. </spacer>
  1172. </item>
  1173. <item row="1" column="0">
  1174. <widget class="QPushButton" name="startUploadRecord">
  1175. <property name="sizePolicy">
  1176. <sizepolicy hsizetype="Minimum" vsizetype="Fixed">
  1177. <horstretch>1</horstretch>
  1178. <verstretch>0</verstretch>
  1179. </sizepolicy>
  1180. </property>
  1181. <property name="minimumSize">
  1182. <size>
  1183. <width>0</width>
  1184. <height>30</height>
  1185. </size>
  1186. </property>
  1187. <property name="text">
  1188. <string>上传记录</string>
  1189. </property>
  1190. </widget>
  1191. </item>
  1192. <item row="2" column="0">
  1193. <widget class="QPushButton" name="stopUploadRecord">
  1194. <property name="sizePolicy">
  1195. <sizepolicy hsizetype="Minimum" vsizetype="Fixed">
  1196. <horstretch>1</horstretch>
  1197. <verstretch>0</verstretch>
  1198. </sizepolicy>
  1199. </property>
  1200. <property name="minimumSize">
  1201. <size>
  1202. <width>0</width>
  1203. <height>30</height>
  1204. </size>
  1205. </property>
  1206. <property name="text">
  1207. <string>停止上传</string>
  1208. </property>
  1209. </widget>
  1210. </item>
  1211. <item row="3" column="0">
  1212. <widget class="QPushButton" name="delRecord">
  1213. <property name="sizePolicy">
  1214. <sizepolicy hsizetype="Minimum" vsizetype="Fixed">
  1215. <horstretch>1</horstretch>
  1216. <verstretch>0</verstretch>
  1217. </sizepolicy>
  1218. </property>
  1219. <property name="minimumSize">
  1220. <size>
  1221. <width>0</width>
  1222. <height>30</height>
  1223. </size>
  1224. </property>
  1225. <property name="text">
  1226. <string>删除记录</string>
  1227. </property>
  1228. </widget>
  1229. </item>
  1230. <item row="3" column="1">
  1231. <widget class="QTextEdit" name="delRecord_p0">
  1232. <property name="sizePolicy">
  1233. <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
  1234. <horstretch>1</horstretch>
  1235. <verstretch>0</verstretch>
  1236. </sizepolicy>
  1237. </property>
  1238. <property name="minimumSize">
  1239. <size>
  1240. <width>0</width>
  1241. <height>0</height>
  1242. </size>
  1243. </property>
  1244. <property name="maximumSize">
  1245. <size>
  1246. <width>16777215</width>
  1247. <height>30</height>
  1248. </size>
  1249. </property>
  1250. </widget>
  1251. </item>
  1252. </layout>
  1253. </widget>
  1254. </item>
  1255. <item row="3" column="0">
  1256. <spacer name="verticalSpacer_3">
  1257. <property name="orientation">
  1258. <enum>Qt::Vertical</enum>
  1259. </property>
  1260. <property name="sizeHint" stdset="0">
  1261. <size>
  1262. <width>20</width>
  1263. <height>40</height>
  1264. </size>
  1265. </property>
  1266. </spacer>
  1267. </item>
  1268. <item row="2" column="0">
  1269. <widget class="QGroupBox" name="groupBox">
  1270. <property name="minimumSize">
  1271. <size>
  1272. <width>0</width>
  1273. <height>200</height>
  1274. </size>
  1275. </property>
  1276. <property name="title">
  1277. <string>采集&amp;预览</string>
  1278. </property>
  1279. <layout class="QGridLayout" name="gridLayout_4">
  1280. <item row="2" column="0">
  1281. <widget class="QPushButton" name="startRealtimeReport">
  1282. <property name="sizePolicy">
  1283. <sizepolicy hsizetype="Minimum" vsizetype="Fixed">
  1284. <horstretch>1</horstretch>
  1285. <verstretch>0</verstretch>
  1286. </sizepolicy>
  1287. </property>
  1288. <property name="minimumSize">
  1289. <size>
  1290. <width>0</width>
  1291. <height>30</height>
  1292. </size>
  1293. </property>
  1294. <property name="text">
  1295. <string>开始预览</string>
  1296. </property>
  1297. </widget>
  1298. </item>
  1299. <item row="4" column="0">
  1300. <spacer name="verticalSpacer_11">
  1301. <property name="orientation">
  1302. <enum>Qt::Vertical</enum>
  1303. </property>
  1304. <property name="sizeHint" stdset="0">
  1305. <size>
  1306. <width>20</width>
  1307. <height>40</height>
  1308. </size>
  1309. </property>
  1310. </spacer>
  1311. </item>
  1312. <item row="3" column="0">
  1313. <widget class="QPushButton" name="stopRealtimeReport">
  1314. <property name="sizePolicy">
  1315. <sizepolicy hsizetype="Minimum" vsizetype="Fixed">
  1316. <horstretch>1</horstretch>
  1317. <verstretch>0</verstretch>
  1318. </sizepolicy>
  1319. </property>
  1320. <property name="minimumSize">
  1321. <size>
  1322. <width>0</width>
  1323. <height>30</height>
  1324. </size>
  1325. </property>
  1326. <property name="text">
  1327. <string>停止预览</string>
  1328. </property>
  1329. </widget>
  1330. </item>
  1331. </layout>
  1332. </widget>
  1333. </item>
  1334. </layout>
  1335. </widget>
  1336. <widget class="QWidget" name="tab">
  1337. <attribute name="title">
  1338. <string>设备测试</string>
  1339. </attribute>
  1340. <layout class="QVBoxLayout" name="verticalLayout_9">
  1341. <item>
  1342. <widget class="QGroupBox" name="groupBox_2">
  1343. <property name="minimumSize">
  1344. <size>
  1345. <width>0</width>
  1346. <height>300</height>
  1347. </size>
  1348. </property>
  1349. <property name="title">
  1350. <string>测试指令</string>
  1351. </property>
  1352. <layout class="QGridLayout" name="gridLayout_7">
  1353. <item row="3" column="1">
  1354. <widget class="QTextEdit" name="TestCmd_writeSubICRegMask_p0">
  1355. <property name="sizePolicy">
  1356. <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
  1357. <horstretch>1</horstretch>
  1358. <verstretch>0</verstretch>
  1359. </sizepolicy>
  1360. </property>
  1361. <property name="minimumSize">
  1362. <size>
  1363. <width>0</width>
  1364. <height>0</height>
  1365. </size>
  1366. </property>
  1367. <property name="maximumSize">
  1368. <size>
  1369. <width>16777215</width>
  1370. <height>30</height>
  1371. </size>
  1372. </property>
  1373. </widget>
  1374. </item>
  1375. <item row="3" column="3">
  1376. <widget class="QTextEdit" name="TestCmd_writeSubICRegMask_p2">
  1377. <property name="sizePolicy">
  1378. <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
  1379. <horstretch>1</horstretch>
  1380. <verstretch>0</verstretch>
  1381. </sizepolicy>
  1382. </property>
  1383. <property name="minimumSize">
  1384. <size>
  1385. <width>0</width>
  1386. <height>0</height>
  1387. </size>
  1388. </property>
  1389. <property name="maximumSize">
  1390. <size>
  1391. <width>16777215</width>
  1392. <height>30</height>
  1393. </size>
  1394. </property>
  1395. </widget>
  1396. </item>
  1397. <item row="5" column="0" colspan="5">
  1398. <widget class="QGroupBox" name="groupBox_9">
  1399. <property name="title">
  1400. <string>预设配置</string>
  1401. </property>
  1402. <layout class="QGridLayout" name="gridLayout_15">
  1403. <item row="0" column="0">
  1404. <widget class="QLabel" name="label_21">
  1405. <property name="maximumSize">
  1406. <size>
  1407. <width>16777215</width>
  1408. <height>1</height>
  1409. </size>
  1410. </property>
  1411. <property name="text">
  1412. <string/>
  1413. </property>
  1414. </widget>
  1415. </item>
  1416. <item row="1" column="0">
  1417. <widget class="QPushButton" name="TestCmd_changeECGSrcToSquareWave">
  1418. <property name="minimumSize">
  1419. <size>
  1420. <width>0</width>
  1421. <height>30</height>
  1422. </size>
  1423. </property>
  1424. <property name="text">
  1425. <string>修改信号源为方波</string>
  1426. </property>
  1427. </widget>
  1428. </item>
  1429. <item row="0" column="2">
  1430. <widget class="QLabel" name="label_22">
  1431. <property name="maximumSize">
  1432. <size>
  1433. <width>16777215</width>
  1434. <height>1</height>
  1435. </size>
  1436. </property>
  1437. <property name="text">
  1438. <string/>
  1439. </property>
  1440. </widget>
  1441. </item>
  1442. <item row="0" column="1">
  1443. <widget class="QLabel" name="label_23">
  1444. <property name="maximumSize">
  1445. <size>
  1446. <width>16777215</width>
  1447. <height>1</height>
  1448. </size>
  1449. </property>
  1450. <property name="text">
  1451. <string/>
  1452. </property>
  1453. </widget>
  1454. </item>
  1455. <item row="0" column="3">
  1456. <widget class="QLabel" name="label_24">
  1457. <property name="maximumSize">
  1458. <size>
  1459. <width>16777215</width>
  1460. <height>1</height>
  1461. </size>
  1462. </property>
  1463. <property name="text">
  1464. <string/>
  1465. </property>
  1466. </widget>
  1467. </item>
  1468. <item row="0" column="4">
  1469. <widget class="QLabel" name="label_13">
  1470. <property name="minimumSize">
  1471. <size>
  1472. <width>0</width>
  1473. <height>1</height>
  1474. </size>
  1475. </property>
  1476. <property name="maximumSize">
  1477. <size>
  1478. <width>16777215</width>
  1479. <height>1</height>
  1480. </size>
  1481. </property>
  1482. <property name="text">
  1483. <string/>
  1484. </property>
  1485. </widget>
  1486. </item>
  1487. </layout>
  1488. </widget>
  1489. </item>
  1490. <item row="7" column="0">
  1491. <spacer name="verticalSpacer_2">
  1492. <property name="orientation">
  1493. <enum>Qt::Vertical</enum>
  1494. </property>
  1495. <property name="sizeHint" stdset="0">
  1496. <size>
  1497. <width>20</width>
  1498. <height>40</height>
  1499. </size>
  1500. </property>
  1501. </spacer>
  1502. </item>
  1503. <item row="3" column="0">
  1504. <widget class="QPushButton" name="TestCmd_writeSubICRegMask">
  1505. <property name="sizePolicy">
  1506. <sizepolicy hsizetype="Minimum" vsizetype="Fixed">
  1507. <horstretch>1</horstretch>
  1508. <verstretch>0</verstretch>
  1509. </sizepolicy>
  1510. </property>
  1511. <property name="minimumSize">
  1512. <size>
  1513. <width>0</width>
  1514. <height>30</height>
  1515. </size>
  1516. </property>
  1517. <property name="text">
  1518. <string>写ECG寄存器()</string>
  1519. </property>
  1520. </widget>
  1521. </item>
  1522. <item row="3" column="4">
  1523. <widget class="QTextEdit" name="TestCmd_writeSubICRegMask_p3">
  1524. <property name="sizePolicy">
  1525. <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
  1526. <horstretch>1</horstretch>
  1527. <verstretch>0</verstretch>
  1528. </sizepolicy>
  1529. </property>
  1530. <property name="minimumSize">
  1531. <size>
  1532. <width>0</width>
  1533. <height>0</height>
  1534. </size>
  1535. </property>
  1536. <property name="maximumSize">
  1537. <size>
  1538. <width>16777215</width>
  1539. <height>30</height>
  1540. </size>
  1541. </property>
  1542. </widget>
  1543. </item>
  1544. <item row="1" column="1" colspan="4">
  1545. <widget class="QTextEdit" name="TestCmd_writeSubICAllReg_p0">
  1546. <property name="sizePolicy">
  1547. <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
  1548. <horstretch>1</horstretch>
  1549. <verstretch>0</verstretch>
  1550. </sizepolicy>
  1551. </property>
  1552. <property name="minimumSize">
  1553. <size>
  1554. <width>0</width>
  1555. <height>0</height>
  1556. </size>
  1557. </property>
  1558. <property name="maximumSize">
  1559. <size>
  1560. <width>16777215</width>
  1561. <height>30</height>
  1562. </size>
  1563. </property>
  1564. </widget>
  1565. </item>
  1566. <item row="0" column="0">
  1567. <widget class="QPushButton" name="TestCmd_readSubIcRegs">
  1568. <property name="minimumSize">
  1569. <size>
  1570. <width>0</width>
  1571. <height>30</height>
  1572. </size>
  1573. </property>
  1574. <property name="text">
  1575. <string>读取ECG芯片寄存器</string>
  1576. </property>
  1577. </widget>
  1578. </item>
  1579. <item row="1" column="0">
  1580. <widget class="QPushButton" name="TestCmd_writeSubICAllReg">
  1581. <property name="minimumSize">
  1582. <size>
  1583. <width>0</width>
  1584. <height>30</height>
  1585. </size>
  1586. </property>
  1587. <property name="text">
  1588. <string>批量设置寄存器</string>
  1589. </property>
  1590. </widget>
  1591. </item>
  1592. <item row="3" column="2">
  1593. <widget class="QTextEdit" name="TestCmd_writeSubICRegMask_p1">
  1594. <property name="sizePolicy">
  1595. <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
  1596. <horstretch>1</horstretch>
  1597. <verstretch>0</verstretch>
  1598. </sizepolicy>
  1599. </property>
  1600. <property name="minimumSize">
  1601. <size>
  1602. <width>0</width>
  1603. <height>0</height>
  1604. </size>
  1605. </property>
  1606. <property name="maximumSize">
  1607. <size>
  1608. <width>16777215</width>
  1609. <height>30</height>
  1610. </size>
  1611. </property>
  1612. </widget>
  1613. </item>
  1614. <item row="6" column="0" colspan="5">
  1615. <widget class="QGroupBox" name="groupBox_10">
  1616. <property name="title">
  1617. <string>基本操作</string>
  1618. </property>
  1619. <layout class="QGridLayout" name="gridLayout_16">
  1620. <item row="0" column="0">
  1621. <widget class="QLabel" name="label_25">
  1622. <property name="maximumSize">
  1623. <size>
  1624. <width>16777215</width>
  1625. <height>1</height>
  1626. </size>
  1627. </property>
  1628. <property name="text">
  1629. <string/>
  1630. </property>
  1631. </widget>
  1632. </item>
  1633. <item row="0" column="1">
  1634. <widget class="QLabel" name="label_27">
  1635. <property name="maximumSize">
  1636. <size>
  1637. <width>16777215</width>
  1638. <height>1</height>
  1639. </size>
  1640. </property>
  1641. <property name="text">
  1642. <string/>
  1643. </property>
  1644. </widget>
  1645. </item>
  1646. <item row="1" column="1">
  1647. <widget class="QPushButton" name="TestCmd_stopCapture">
  1648. <property name="minimumSize">
  1649. <size>
  1650. <width>0</width>
  1651. <height>30</height>
  1652. </size>
  1653. </property>
  1654. <property name="text">
  1655. <string>停止采集</string>
  1656. </property>
  1657. </widget>
  1658. </item>
  1659. <item row="0" column="4">
  1660. <widget class="QLabel" name="label_14">
  1661. <property name="minimumSize">
  1662. <size>
  1663. <width>0</width>
  1664. <height>1</height>
  1665. </size>
  1666. </property>
  1667. <property name="maximumSize">
  1668. <size>
  1669. <width>16777215</width>
  1670. <height>1</height>
  1671. </size>
  1672. </property>
  1673. <property name="text">
  1674. <string/>
  1675. </property>
  1676. </widget>
  1677. </item>
  1678. <item row="1" column="0">
  1679. <widget class="QPushButton" name="TestCmd_startCapture">
  1680. <property name="minimumSize">
  1681. <size>
  1682. <width>0</width>
  1683. <height>30</height>
  1684. </size>
  1685. </property>
  1686. <property name="text">
  1687. <string>开始采集</string>
  1688. </property>
  1689. </widget>
  1690. </item>
  1691. <item row="0" column="2">
  1692. <widget class="QLabel" name="label_26">
  1693. <property name="maximumSize">
  1694. <size>
  1695. <width>16777215</width>
  1696. <height>1</height>
  1697. </size>
  1698. </property>
  1699. <property name="text">
  1700. <string/>
  1701. </property>
  1702. </widget>
  1703. </item>
  1704. <item row="0" column="3">
  1705. <widget class="QLabel" name="label_28">
  1706. <property name="maximumSize">
  1707. <size>
  1708. <width>16777215</width>
  1709. <height>1</height>
  1710. </size>
  1711. </property>
  1712. <property name="text">
  1713. <string/>
  1714. </property>
  1715. </widget>
  1716. </item>
  1717. </layout>
  1718. </widget>
  1719. </item>
  1720. <item row="2" column="0">
  1721. <widget class="QPushButton" name="TestCmd_writeSubICReg">
  1722. <property name="minimumSize">
  1723. <size>
  1724. <width>0</width>
  1725. <height>30</height>
  1726. </size>
  1727. </property>
  1728. <property name="text">
  1729. <string>写ECG寄存器</string>
  1730. </property>
  1731. </widget>
  1732. </item>
  1733. <item row="2" column="1">
  1734. <widget class="QTextEdit" name="TestCmd_writeSubICReg_p0">
  1735. <property name="sizePolicy">
  1736. <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
  1737. <horstretch>1</horstretch>
  1738. <verstretch>0</verstretch>
  1739. </sizepolicy>
  1740. </property>
  1741. <property name="minimumSize">
  1742. <size>
  1743. <width>0</width>
  1744. <height>0</height>
  1745. </size>
  1746. </property>
  1747. <property name="maximumSize">
  1748. <size>
  1749. <width>16777215</width>
  1750. <height>30</height>
  1751. </size>
  1752. </property>
  1753. </widget>
  1754. </item>
  1755. <item row="2" column="2">
  1756. <widget class="QTextEdit" name="TestCmd_writeSubICReg_p1">
  1757. <property name="sizePolicy">
  1758. <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
  1759. <horstretch>1</horstretch>
  1760. <verstretch>0</verstretch>
  1761. </sizepolicy>
  1762. </property>
  1763. <property name="minimumSize">
  1764. <size>
  1765. <width>0</width>
  1766. <height>0</height>
  1767. </size>
  1768. </property>
  1769. <property name="maximumSize">
  1770. <size>
  1771. <width>16777215</width>
  1772. <height>30</height>
  1773. </size>
  1774. </property>
  1775. </widget>
  1776. </item>
  1777. </layout>
  1778. </widget>
  1779. </item>
  1780. <item>
  1781. <spacer name="verticalSpacer_6">
  1782. <property name="orientation">
  1783. <enum>Qt::Vertical</enum>
  1784. </property>
  1785. <property name="sizeHint" stdset="0">
  1786. <size>
  1787. <width>20</width>
  1788. <height>40</height>
  1789. </size>
  1790. </property>
  1791. </spacer>
  1792. </item>
  1793. </layout>
  1794. </widget>
  1795. <widget class="QWidget" name="tab_2">
  1796. <attribute name="title">
  1797. <string>滤波器配置</string>
  1798. </attribute>
  1799. <layout class="QVBoxLayout" name="verticalLayout_10">
  1800. <item>
  1801. <widget class="QGroupBox" name="FilterBox">
  1802. <property name="sizePolicy">
  1803. <sizepolicy hsizetype="Preferred" vsizetype="Preferred">
  1804. <horstretch>0</horstretch>
  1805. <verstretch>0</verstretch>
  1806. </sizepolicy>
  1807. </property>
  1808. <property name="title">
  1809. <string>滤波器配置</string>
  1810. </property>
  1811. <layout class="QGridLayout" name="gridLayout_12">
  1812. <item row="2" column="0" colspan="3">
  1813. <widget class="QGroupBox" name="groupBox_6">
  1814. <property name="minimumSize">
  1815. <size>
  1816. <width>0</width>
  1817. <height>150</height>
  1818. </size>
  1819. </property>
  1820. <property name="title">
  1821. <string>通用参数</string>
  1822. </property>
  1823. <layout class="QGridLayout" name="gridLayout_11">
  1824. <item row="0" column="1">
  1825. <widget class="QLineEdit" name="FilterCommon_SampleTimeMs">
  1826. <property name="sizePolicy">
  1827. <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
  1828. <horstretch>1</horstretch>
  1829. <verstretch>0</verstretch>
  1830. </sizepolicy>
  1831. </property>
  1832. <property name="text">
  1833. <string/>
  1834. </property>
  1835. </widget>
  1836. </item>
  1837. <item row="2" column="0">
  1838. <widget class="QLabel" name="label_12">
  1839. <property name="sizePolicy">
  1840. <sizepolicy hsizetype="Preferred" vsizetype="Preferred">
  1841. <horstretch>1</horstretch>
  1842. <verstretch>0</verstretch>
  1843. </sizepolicy>
  1844. </property>
  1845. <property name="text">
  1846. <string>windowsSize</string>
  1847. </property>
  1848. </widget>
  1849. </item>
  1850. <item row="2" column="1">
  1851. <widget class="QLineEdit" name="FilterCommon_windowsSize">
  1852. <property name="sizePolicy">
  1853. <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
  1854. <horstretch>1</horstretch>
  1855. <verstretch>0</verstretch>
  1856. </sizepolicy>
  1857. </property>
  1858. <property name="text">
  1859. <string/>
  1860. </property>
  1861. </widget>
  1862. </item>
  1863. <item row="3" column="0">
  1864. <spacer name="verticalSpacer_10">
  1865. <property name="orientation">
  1866. <enum>Qt::Vertical</enum>
  1867. </property>
  1868. <property name="sizeHint" stdset="0">
  1869. <size>
  1870. <width>20</width>
  1871. <height>40</height>
  1872. </size>
  1873. </property>
  1874. </spacer>
  1875. </item>
  1876. <item row="0" column="0">
  1877. <widget class="QLabel" name="label_10">
  1878. <property name="sizePolicy">
  1879. <sizepolicy hsizetype="Preferred" vsizetype="Preferred">
  1880. <horstretch>1</horstretch>
  1881. <verstretch>0</verstretch>
  1882. </sizepolicy>
  1883. </property>
  1884. <property name="text">
  1885. <string>数据采样周期(ms)</string>
  1886. </property>
  1887. </widget>
  1888. </item>
  1889. <item row="1" column="0">
  1890. <widget class="QLabel" name="label_15">
  1891. <property name="sizePolicy">
  1892. <sizepolicy hsizetype="Preferred" vsizetype="Preferred">
  1893. <horstretch>1</horstretch>
  1894. <verstretch>0</verstretch>
  1895. </sizepolicy>
  1896. </property>
  1897. <property name="text">
  1898. <string>windowsType</string>
  1899. </property>
  1900. </widget>
  1901. </item>
  1902. <item row="1" column="1">
  1903. <widget class="QComboBox" name="FilterCommon_WindowsType"/>
  1904. </item>
  1905. </layout>
  1906. </widget>
  1907. </item>
  1908. <item row="0" column="1">
  1909. <widget class="QGroupBox" name="HPFilter_Box">
  1910. <property name="title">
  1911. <string>高通滤波器</string>
  1912. </property>
  1913. <layout class="QGridLayout" name="gridLayout_9">
  1914. <item row="3" column="0">
  1915. <spacer name="verticalSpacer_8">
  1916. <property name="orientation">
  1917. <enum>Qt::Vertical</enum>
  1918. </property>
  1919. <property name="sizeHint" stdset="0">
  1920. <size>
  1921. <width>20</width>
  1922. <height>40</height>
  1923. </size>
  1924. </property>
  1925. </spacer>
  1926. </item>
  1927. <item row="1" column="0">
  1928. <widget class="QLabel" name="label_3">
  1929. <property name="sizePolicy">
  1930. <sizepolicy hsizetype="Preferred" vsizetype="Preferred">
  1931. <horstretch>1</horstretch>
  1932. <verstretch>0</verstretch>
  1933. </sizepolicy>
  1934. </property>
  1935. <property name="text">
  1936. <string>截至频率(HZ)</string>
  1937. </property>
  1938. </widget>
  1939. </item>
  1940. <item row="1" column="1">
  1941. <widget class="QLineEdit" name="HPFilter_CutoffFreqHz">
  1942. <property name="sizePolicy">
  1943. <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
  1944. <horstretch>1</horstretch>
  1945. <verstretch>0</verstretch>
  1946. </sizepolicy>
  1947. </property>
  1948. <property name="text">
  1949. <string/>
  1950. </property>
  1951. </widget>
  1952. </item>
  1953. <item row="0" column="1">
  1954. <widget class="QCheckBox" name="HPFilter_Enable">
  1955. <property name="sizePolicy">
  1956. <sizepolicy hsizetype="Minimum" vsizetype="Fixed">
  1957. <horstretch>1</horstretch>
  1958. <verstretch>0</verstretch>
  1959. </sizepolicy>
  1960. </property>
  1961. <property name="text">
  1962. <string/>
  1963. </property>
  1964. </widget>
  1965. </item>
  1966. <item row="0" column="0">
  1967. <widget class="QLabel" name="label_4">
  1968. <property name="sizePolicy">
  1969. <sizepolicy hsizetype="Preferred" vsizetype="Preferred">
  1970. <horstretch>1</horstretch>
  1971. <verstretch>0</verstretch>
  1972. </sizepolicy>
  1973. </property>
  1974. <property name="text">
  1975. <string>使能</string>
  1976. </property>
  1977. </widget>
  1978. </item>
  1979. <item row="2" column="1">
  1980. <widget class="QLineEdit" name="HPFilter_Order">
  1981. <property name="sizePolicy">
  1982. <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
  1983. <horstretch>1</horstretch>
  1984. <verstretch>0</verstretch>
  1985. </sizepolicy>
  1986. </property>
  1987. </widget>
  1988. </item>
  1989. <item row="2" column="0">
  1990. <widget class="QLabel" name="label_6">
  1991. <property name="sizePolicy">
  1992. <sizepolicy hsizetype="Preferred" vsizetype="Preferred">
  1993. <horstretch>1</horstretch>
  1994. <verstretch>0</verstretch>
  1995. </sizepolicy>
  1996. </property>
  1997. <property name="text">
  1998. <string>阶级</string>
  1999. </property>
  2000. </widget>
  2001. </item>
  2002. </layout>
  2003. </widget>
  2004. </item>
  2005. <item row="0" column="0">
  2006. <widget class="QGroupBox" name="LPFilterBox">
  2007. <property name="title">
  2008. <string>低通滤波器</string>
  2009. </property>
  2010. <layout class="QGridLayout" name="gridLayout_8">
  2011. <item row="0" column="1">
  2012. <widget class="QCheckBox" name="LPFilter_Enable">
  2013. <property name="sizePolicy">
  2014. <sizepolicy hsizetype="Minimum" vsizetype="Fixed">
  2015. <horstretch>1</horstretch>
  2016. <verstretch>0</verstretch>
  2017. </sizepolicy>
  2018. </property>
  2019. <property name="text">
  2020. <string/>
  2021. </property>
  2022. </widget>
  2023. </item>
  2024. <item row="2" column="1">
  2025. <widget class="QLineEdit" name="LPFilter_Order">
  2026. <property name="sizePolicy">
  2027. <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
  2028. <horstretch>1</horstretch>
  2029. <verstretch>0</verstretch>
  2030. </sizepolicy>
  2031. </property>
  2032. </widget>
  2033. </item>
  2034. <item row="1" column="0">
  2035. <widget class="QLabel" name="label">
  2036. <property name="sizePolicy">
  2037. <sizepolicy hsizetype="Preferred" vsizetype="Preferred">
  2038. <horstretch>1</horstretch>
  2039. <verstretch>0</verstretch>
  2040. </sizepolicy>
  2041. </property>
  2042. <property name="text">
  2043. <string>截至频率(HZ)</string>
  2044. </property>
  2045. </widget>
  2046. </item>
  2047. <item row="2" column="0">
  2048. <widget class="QLabel" name="label_5">
  2049. <property name="sizePolicy">
  2050. <sizepolicy hsizetype="Preferred" vsizetype="Preferred">
  2051. <horstretch>1</horstretch>
  2052. <verstretch>0</verstretch>
  2053. </sizepolicy>
  2054. </property>
  2055. <property name="text">
  2056. <string>阶级</string>
  2057. </property>
  2058. </widget>
  2059. </item>
  2060. <item row="1" column="1">
  2061. <widget class="QLineEdit" name="LPFilter_CutoffFreqHz">
  2062. <property name="sizePolicy">
  2063. <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
  2064. <horstretch>1</horstretch>
  2065. <verstretch>0</verstretch>
  2066. </sizepolicy>
  2067. </property>
  2068. <property name="text">
  2069. <string/>
  2070. </property>
  2071. </widget>
  2072. </item>
  2073. <item row="0" column="0">
  2074. <widget class="QLabel" name="label_2">
  2075. <property name="sizePolicy">
  2076. <sizepolicy hsizetype="Preferred" vsizetype="Preferred">
  2077. <horstretch>1</horstretch>
  2078. <verstretch>0</verstretch>
  2079. </sizepolicy>
  2080. </property>
  2081. <property name="text">
  2082. <string>使能</string>
  2083. </property>
  2084. </widget>
  2085. </item>
  2086. <item row="3" column="0">
  2087. <spacer name="verticalSpacer_7">
  2088. <property name="orientation">
  2089. <enum>Qt::Vertical</enum>
  2090. </property>
  2091. <property name="sizeHint" stdset="0">
  2092. <size>
  2093. <width>20</width>
  2094. <height>40</height>
  2095. </size>
  2096. </property>
  2097. </spacer>
  2098. </item>
  2099. </layout>
  2100. </widget>
  2101. </item>
  2102. <item row="0" column="2">
  2103. <widget class="QGroupBox" name="HPFilter_Box_2">
  2104. <property name="title">
  2105. <string>陷波滤波器(带阻)</string>
  2106. </property>
  2107. <layout class="QGridLayout" name="gridLayout_10">
  2108. <item row="1" column="0">
  2109. <widget class="QLabel" name="label_7">
  2110. <property name="sizePolicy">
  2111. <sizepolicy hsizetype="Preferred" vsizetype="Preferred">
  2112. <horstretch>1</horstretch>
  2113. <verstretch>0</verstretch>
  2114. </sizepolicy>
  2115. </property>
  2116. <property name="text">
  2117. <string>中心频率(HZ)</string>
  2118. </property>
  2119. </widget>
  2120. </item>
  2121. <item row="2" column="0">
  2122. <widget class="QLabel" name="label_9">
  2123. <property name="sizePolicy">
  2124. <sizepolicy hsizetype="Preferred" vsizetype="Preferred">
  2125. <horstretch>1</horstretch>
  2126. <verstretch>0</verstretch>
  2127. </sizepolicy>
  2128. </property>
  2129. <property name="text">
  2130. <string>窗口宽度(HZ)</string>
  2131. </property>
  2132. </widget>
  2133. </item>
  2134. <item row="1" column="1">
  2135. <widget class="QLineEdit" name="NOTCHFilter_CenterFreqHz">
  2136. <property name="sizePolicy">
  2137. <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
  2138. <horstretch>1</horstretch>
  2139. <verstretch>0</verstretch>
  2140. </sizepolicy>
  2141. </property>
  2142. <property name="text">
  2143. <string/>
  2144. </property>
  2145. </widget>
  2146. </item>
  2147. <item row="0" column="0">
  2148. <widget class="QLabel" name="label_8">
  2149. <property name="sizePolicy">
  2150. <sizepolicy hsizetype="Preferred" vsizetype="Preferred">
  2151. <horstretch>1</horstretch>
  2152. <verstretch>0</verstretch>
  2153. </sizepolicy>
  2154. </property>
  2155. <property name="text">
  2156. <string>使能</string>
  2157. </property>
  2158. </widget>
  2159. </item>
  2160. <item row="2" column="1">
  2161. <widget class="QLineEdit" name="NOTCHFilter_NotchWidthHz">
  2162. <property name="sizePolicy">
  2163. <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
  2164. <horstretch>1</horstretch>
  2165. <verstretch>0</verstretch>
  2166. </sizepolicy>
  2167. </property>
  2168. </widget>
  2169. </item>
  2170. <item row="0" column="1">
  2171. <widget class="QCheckBox" name="NOTCHFilter_Enable">
  2172. <property name="sizePolicy">
  2173. <sizepolicy hsizetype="Minimum" vsizetype="Fixed">
  2174. <horstretch>1</horstretch>
  2175. <verstretch>0</verstretch>
  2176. </sizepolicy>
  2177. </property>
  2178. <property name="text">
  2179. <string/>
  2180. </property>
  2181. </widget>
  2182. </item>
  2183. <item row="5" column="0">
  2184. <spacer name="verticalSpacer_9">
  2185. <property name="orientation">
  2186. <enum>Qt::Vertical</enum>
  2187. </property>
  2188. <property name="sizeHint" stdset="0">
  2189. <size>
  2190. <width>20</width>
  2191. <height>40</height>
  2192. </size>
  2193. </property>
  2194. </spacer>
  2195. </item>
  2196. <item row="3" column="1">
  2197. <widget class="QLineEdit" name="NOTCHFilter_Order">
  2198. <property name="sizePolicy">
  2199. <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
  2200. <horstretch>1</horstretch>
  2201. <verstretch>0</verstretch>
  2202. </sizepolicy>
  2203. </property>
  2204. </widget>
  2205. </item>
  2206. <item row="3" column="0">
  2207. <widget class="QLabel" name="label_11">
  2208. <property name="sizePolicy">
  2209. <sizepolicy hsizetype="Preferred" vsizetype="Preferred">
  2210. <horstretch>1</horstretch>
  2211. <verstretch>0</verstretch>
  2212. </sizepolicy>
  2213. </property>
  2214. <property name="text">
  2215. <string>阶级</string>
  2216. </property>
  2217. </widget>
  2218. </item>
  2219. </layout>
  2220. </widget>
  2221. </item>
  2222. <item row="1" column="0">
  2223. <widget class="QGroupBox" name="LPFilterBox_2">
  2224. <property name="title">
  2225. <string>滑动均值滤波器</string>
  2226. </property>
  2227. <layout class="QGridLayout" name="gridLayout_13">
  2228. <item row="2" column="0">
  2229. <spacer name="verticalSpacer_13">
  2230. <property name="orientation">
  2231. <enum>Qt::Vertical</enum>
  2232. </property>
  2233. <property name="sizeHint" stdset="0">
  2234. <size>
  2235. <width>20</width>
  2236. <height>40</height>
  2237. </size>
  2238. </property>
  2239. </spacer>
  2240. </item>
  2241. <item row="1" column="1">
  2242. <widget class="QLineEdit" name="SmoothingFilter_WindowsSize">
  2243. <property name="sizePolicy">
  2244. <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
  2245. <horstretch>1</horstretch>
  2246. <verstretch>0</verstretch>
  2247. </sizepolicy>
  2248. </property>
  2249. <property name="text">
  2250. <string/>
  2251. </property>
  2252. </widget>
  2253. </item>
  2254. <item row="0" column="0">
  2255. <widget class="QLabel" name="label_17">
  2256. <property name="sizePolicy">
  2257. <sizepolicy hsizetype="Preferred" vsizetype="Preferred">
  2258. <horstretch>1</horstretch>
  2259. <verstretch>0</verstretch>
  2260. </sizepolicy>
  2261. </property>
  2262. <property name="text">
  2263. <string>使能</string>
  2264. </property>
  2265. </widget>
  2266. </item>
  2267. <item row="1" column="0">
  2268. <widget class="QLabel" name="label_16">
  2269. <property name="sizePolicy">
  2270. <sizepolicy hsizetype="Preferred" vsizetype="Preferred">
  2271. <horstretch>1</horstretch>
  2272. <verstretch>0</verstretch>
  2273. </sizepolicy>
  2274. </property>
  2275. <property name="text">
  2276. <string>windowSize</string>
  2277. </property>
  2278. </widget>
  2279. </item>
  2280. <item row="0" column="1">
  2281. <widget class="QCheckBox" name="SmoothingFilter_Enable">
  2282. <property name="sizePolicy">
  2283. <sizepolicy hsizetype="Minimum" vsizetype="Fixed">
  2284. <horstretch>1</horstretch>
  2285. <verstretch>0</verstretch>
  2286. </sizepolicy>
  2287. </property>
  2288. <property name="text">
  2289. <string/>
  2290. </property>
  2291. </widget>
  2292. </item>
  2293. </layout>
  2294. </widget>
  2295. </item>
  2296. <item row="1" column="1">
  2297. <widget class="QGroupBox" name="LPFilterBox_3">
  2298. <property name="title">
  2299. <string>中值去基线</string>
  2300. </property>
  2301. <layout class="QGridLayout" name="gridLayout_14">
  2302. <item row="2" column="0">
  2303. <spacer name="verticalSpacer_14">
  2304. <property name="orientation">
  2305. <enum>Qt::Vertical</enum>
  2306. </property>
  2307. <property name="sizeHint" stdset="0">
  2308. <size>
  2309. <width>20</width>
  2310. <height>40</height>
  2311. </size>
  2312. </property>
  2313. </spacer>
  2314. </item>
  2315. <item row="1" column="1">
  2316. <widget class="QLineEdit" name="BaselineDriftRemoval_WindowsSize">
  2317. <property name="sizePolicy">
  2318. <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
  2319. <horstretch>1</horstretch>
  2320. <verstretch>0</verstretch>
  2321. </sizepolicy>
  2322. </property>
  2323. <property name="text">
  2324. <string/>
  2325. </property>
  2326. </widget>
  2327. </item>
  2328. <item row="0" column="0">
  2329. <widget class="QLabel" name="label_18">
  2330. <property name="sizePolicy">
  2331. <sizepolicy hsizetype="Preferred" vsizetype="Preferred">
  2332. <horstretch>1</horstretch>
  2333. <verstretch>0</verstretch>
  2334. </sizepolicy>
  2335. </property>
  2336. <property name="text">
  2337. <string>使能</string>
  2338. </property>
  2339. </widget>
  2340. </item>
  2341. <item row="1" column="0">
  2342. <widget class="QLabel" name="label_19">
  2343. <property name="sizePolicy">
  2344. <sizepolicy hsizetype="Preferred" vsizetype="Preferred">
  2345. <horstretch>1</horstretch>
  2346. <verstretch>0</verstretch>
  2347. </sizepolicy>
  2348. </property>
  2349. <property name="text">
  2350. <string>windowSize</string>
  2351. </property>
  2352. </widget>
  2353. </item>
  2354. <item row="0" column="1">
  2355. <widget class="QCheckBox" name="BaselineDriftRemoval_Enable">
  2356. <property name="sizePolicy">
  2357. <sizepolicy hsizetype="Minimum" vsizetype="Fixed">
  2358. <horstretch>1</horstretch>
  2359. <verstretch>0</verstretch>
  2360. </sizepolicy>
  2361. </property>
  2362. <property name="text">
  2363. <string/>
  2364. </property>
  2365. </widget>
  2366. </item>
  2367. </layout>
  2368. </widget>
  2369. </item>
  2370. </layout>
  2371. </widget>
  2372. </item>
  2373. <item>
  2374. <widget class="QPushButton" name="FilterUpdateParameter">
  2375. <property name="minimumSize">
  2376. <size>
  2377. <width>0</width>
  2378. <height>30</height>
  2379. </size>
  2380. </property>
  2381. <property name="maximumSize">
  2382. <size>
  2383. <width>16777215</width>
  2384. <height>16777215</height>
  2385. </size>
  2386. </property>
  2387. <property name="text">
  2388. <string>更新滤波器参数</string>
  2389. </property>
  2390. </widget>
  2391. </item>
  2392. <item>
  2393. <widget class="QGroupBox" name="groupBox_5">
  2394. <property name="title">
  2395. <string>GroupBox</string>
  2396. </property>
  2397. </widget>
  2398. </item>
  2399. <item>
  2400. <spacer name="verticalSpacer_12">
  2401. <property name="orientation">
  2402. <enum>Qt::Vertical</enum>
  2403. </property>
  2404. <property name="sizeHint" stdset="0">
  2405. <size>
  2406. <width>20</width>
  2407. <height>40</height>
  2408. </size>
  2409. </property>
  2410. </spacer>
  2411. </item>
  2412. </layout>
  2413. </widget>
  2414. <widget class="QWidget" name="tab_3">
  2415. <attribute name="title">
  2416. <string>版本说明</string>
  2417. </attribute>
  2418. <widget class="QTextBrowser" name="textBrowser_2">
  2419. <property name="geometry">
  2420. <rect>
  2421. <x>20</x>
  2422. <y>10</y>
  2423. <width>341</width>
  2424. <height>311</height>
  2425. </rect>
  2426. </property>
  2427. <property name="html">
  2428. <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;
  2429. &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;
  2430. p, li { white-space: pre-wrap; }
  2431. &lt;/style&gt;&lt;/head&gt;&lt;body style=&quot; font-family:'SimSun'; font-size:9pt; font-weight:400; font-style:normal;&quot;&gt;
  2432. &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; color:#ff0000;&quot;&gt;V3:&lt;/span&gt;&lt;/p&gt;
  2433. &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; color:#ff0000;&quot;&gt; 1.支持M1003 单导心电记录仪2代&lt;/span&gt;&lt;/p&gt;
  2434. &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; color:#ff0000;&quot;&gt; &lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
  2435. </property>
  2436. </widget>
  2437. </widget>
  2438. </widget>
  2439. </item>
  2440. <item>
  2441. <widget class="QGroupBox" name="displayGroupBox">
  2442. <property name="sizePolicy">
  2443. <sizepolicy hsizetype="Preferred" vsizetype="Preferred">
  2444. <horstretch>0</horstretch>
  2445. <verstretch>0</verstretch>
  2446. </sizepolicy>
  2447. </property>
  2448. <property name="minimumSize">
  2449. <size>
  2450. <width>600</width>
  2451. <height>0</height>
  2452. </size>
  2453. </property>
  2454. <property name="maximumSize">
  2455. <size>
  2456. <width>16777215</width>
  2457. <height>16777215</height>
  2458. </size>
  2459. </property>
  2460. <property name="title">
  2461. <string>DisplayBox</string>
  2462. </property>
  2463. <layout class="QVBoxLayout" name="verticalLayout_4">
  2464. <item>
  2465. <widget class="QGroupBox" name="instructionPreviewBox">
  2466. <property name="title">
  2467. <string>指令回执显示</string>
  2468. </property>
  2469. <layout class="QVBoxLayout" name="verticalLayout_6">
  2470. <item>
  2471. <widget class="QTextBrowser" name="instructionPreview">
  2472. <property name="sizePolicy">
  2473. <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
  2474. <horstretch>0</horstretch>
  2475. <verstretch>0</verstretch>
  2476. </sizepolicy>
  2477. </property>
  2478. <property name="minimumSize">
  2479. <size>
  2480. <width>0</width>
  2481. <height>0</height>
  2482. </size>
  2483. </property>
  2484. </widget>
  2485. </item>
  2486. </layout>
  2487. </widget>
  2488. </item>
  2489. <item>
  2490. <widget class="QGroupBox" name="reportPreviewBox">
  2491. <property name="title">
  2492. <string>上报回执显示</string>
  2493. </property>
  2494. <layout class="QVBoxLayout" name="verticalLayout_7">
  2495. <item>
  2496. <widget class="QTextBrowser" name="reportPreview">
  2497. <property name="sizePolicy">
  2498. <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
  2499. <horstretch>0</horstretch>
  2500. <verstretch>0</verstretch>
  2501. </sizepolicy>
  2502. </property>
  2503. <property name="minimumSize">
  2504. <size>
  2505. <width>0</width>
  2506. <height>0</height>
  2507. </size>
  2508. </property>
  2509. </widget>
  2510. </item>
  2511. </layout>
  2512. </widget>
  2513. </item>
  2514. <item>
  2515. <widget class="QGroupBox" name="uploadDataPreviewBox">
  2516. <property name="title">
  2517. <string>上传数据显示</string>
  2518. </property>
  2519. <layout class="QVBoxLayout" name="verticalLayout_5">
  2520. <item>
  2521. <widget class="QTextBrowser" name="uploadDataPreview">
  2522. <property name="sizePolicy">
  2523. <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
  2524. <horstretch>0</horstretch>
  2525. <verstretch>0</verstretch>
  2526. </sizepolicy>
  2527. </property>
  2528. <property name="minimumSize">
  2529. <size>
  2530. <width>0</width>
  2531. <height>0</height>
  2532. </size>
  2533. </property>
  2534. </widget>
  2535. </item>
  2536. </layout>
  2537. </widget>
  2538. </item>
  2539. <item>
  2540. <widget class="QGroupBox" name="uploadDataPreviewBox_2">
  2541. <property name="title">
  2542. <string>二进制</string>
  2543. </property>
  2544. <layout class="QVBoxLayout" name="verticalLayout_8">
  2545. <item>
  2546. <widget class="QTextBrowser" name="rawDataPreview">
  2547. <property name="sizePolicy">
  2548. <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
  2549. <horstretch>0</horstretch>
  2550. <verstretch>0</verstretch>
  2551. </sizepolicy>
  2552. </property>
  2553. <property name="minimumSize">
  2554. <size>
  2555. <width>0</width>
  2556. <height>0</height>
  2557. </size>
  2558. </property>
  2559. </widget>
  2560. </item>
  2561. </layout>
  2562. </widget>
  2563. </item>
  2564. </layout>
  2565. </widget>
  2566. </item>
  2567. </layout>
  2568. </widget>
  2569. </item>
  2570. </layout>
  2571. </widget>
  2572. </item>
  2573. </layout>
  2574. </widget>
  2575. <widget class="QMenuBar" name="menubar">
  2576. <property name="geometry">
  2577. <rect>
  2578. <x>0</x>
  2579. <y>0</y>
  2580. <width>1532</width>
  2581. <height>20</height>
  2582. </rect>
  2583. </property>
  2584. <widget class="QMenu" name="menu123">
  2585. <property name="title">
  2586. <string>心电上位机V3</string>
  2587. </property>
  2588. </widget>
  2589. <addaction name="menu123"/>
  2590. </widget>
  2591. <widget class="QStatusBar" name="statusbar"/>
  2592. </widget>
  2593. <resources/>
  2594. <connections/>
  2595. </ui>