mainwindow.ui 14 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444
  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>890</width>
  10. <height>644</height>
  11. </rect>
  12. </property>
  13. <property name="font">
  14. <font>
  15. <family>微软雅黑</family>
  16. </font>
  17. </property>
  18. <property name="windowTitle">
  19. <string>仿真设置</string>
  20. </property>
  21. <property name="windowIcon">
  22. <iconset resource="icon/icon.qrc">
  23. <normaloff>:/ios-settings.svg</normaloff>:/ios-settings.svg</iconset>
  24. </property>
  25. <property name="styleSheet">
  26. <string notr="true">background-image: url(:/src/picture/bg.svg);</string>
  27. </property>
  28. <widget class="QWidget" name="centralwidget">
  29. <layout class="QVBoxLayout" name="verticalLayout_2" stretch="2,10">
  30. <item>
  31. <widget class="QGroupBox" name="groupBox">
  32. <property name="title">
  33. <string/>
  34. </property>
  35. <layout class="QHBoxLayout" name="horizontalLayout_5">
  36. <item>
  37. <widget class="QLabel" name="page_label">
  38. <property name="font">
  39. <font>
  40. <family>楷体</family>
  41. <pointsize>38</pointsize>
  42. <italic>false</italic>
  43. <bold>false</bold>
  44. </font>
  45. </property>
  46. <property name="layoutDirection">
  47. <enum>Qt::LeftToRight</enum>
  48. </property>
  49. <property name="styleSheet">
  50. <string notr="true">font: 38pt &quot;楷体&quot;;</string>
  51. </property>
  52. <property name="text">
  53. <string>仿真设置</string>
  54. </property>
  55. <property name="alignment">
  56. <set>Qt::AlignCenter</set>
  57. </property>
  58. </widget>
  59. </item>
  60. </layout>
  61. </widget>
  62. </item>
  63. <item>
  64. <layout class="QHBoxLayout" name="horizontalLayout">
  65. <item>
  66. <widget class="QTreeView" name="tree_set">
  67. <property name="minimumSize">
  68. <size>
  69. <width>150</width>
  70. <height>0</height>
  71. </size>
  72. </property>
  73. <property name="maximumSize">
  74. <size>
  75. <width>150</width>
  76. <height>16777215</height>
  77. </size>
  78. </property>
  79. <property name="font">
  80. <font>
  81. <family>楷体</family>
  82. <pointsize>12</pointsize>
  83. <italic>false</italic>
  84. <bold>false</bold>
  85. </font>
  86. </property>
  87. <property name="styleSheet">
  88. <string notr="true">selection-color: rgb(125, 147, 195);
  89. font: 12pt &quot;楷体&quot;;</string>
  90. </property>
  91. </widget>
  92. </item>
  93. <item>
  94. <widget class="QGroupBox" name="groupBox_2">
  95. <property name="title">
  96. <string/>
  97. </property>
  98. <layout class="QGridLayout" name="gridLayout">
  99. <item row="0" column="0">
  100. <widget class="QGroupBox" name="groupBox_5">
  101. <property name="title">
  102. <string/>
  103. </property>
  104. <layout class="QHBoxLayout" name="horizontalLayout_4">
  105. <item>
  106. <widget class="QToolButton" name="tbtn_link">
  107. <property name="text">
  108. <string>...</string>
  109. </property>
  110. <property name="icon">
  111. <iconset resource="icon/icon.qrc">
  112. <normaloff>:/link.svg</normaloff>:/link.svg</iconset>
  113. </property>
  114. </widget>
  115. </item>
  116. <item>
  117. <spacer name="horizontalSpacer_4">
  118. <property name="orientation">
  119. <enum>Qt::Horizontal</enum>
  120. </property>
  121. <property name="sizeType">
  122. <enum>QSizePolicy::Minimum</enum>
  123. </property>
  124. <property name="sizeHint" stdset="0">
  125. <size>
  126. <width>40</width>
  127. <height>20</height>
  128. </size>
  129. </property>
  130. </spacer>
  131. </item>
  132. <item>
  133. <widget class="QToolButton" name="tbtn_set">
  134. <property name="text">
  135. <string>...</string>
  136. </property>
  137. <property name="icon">
  138. <iconset resource="icon/icon.qrc">
  139. <normaloff>:/settings.svg</normaloff>:/settings.svg</iconset>
  140. </property>
  141. </widget>
  142. </item>
  143. <item>
  144. <spacer name="horizontalSpacer_3">
  145. <property name="orientation">
  146. <enum>Qt::Horizontal</enum>
  147. </property>
  148. <property name="sizeType">
  149. <enum>QSizePolicy::Minimum</enum>
  150. </property>
  151. <property name="sizeHint" stdset="0">
  152. <size>
  153. <width>40</width>
  154. <height>20</height>
  155. </size>
  156. </property>
  157. </spacer>
  158. </item>
  159. <item>
  160. <widget class="QToolButton" name="tbtn_data">
  161. <property name="text">
  162. <string>...</string>
  163. </property>
  164. <property name="icon">
  165. <iconset resource="icon/icon.qrc">
  166. <normaloff>:/database.svg</normaloff>:/database.svg</iconset>
  167. </property>
  168. </widget>
  169. </item>
  170. <item>
  171. <spacer name="horizontalSpacer_5">
  172. <property name="orientation">
  173. <enum>Qt::Horizontal</enum>
  174. </property>
  175. <property name="sizeType">
  176. <enum>QSizePolicy::Minimum</enum>
  177. </property>
  178. <property name="sizeHint" stdset="0">
  179. <size>
  180. <width>40</width>
  181. <height>20</height>
  182. </size>
  183. </property>
  184. </spacer>
  185. </item>
  186. <item>
  187. <widget class="QToolButton" name="tbtn_scope">
  188. <property name="text">
  189. <string>...</string>
  190. </property>
  191. <property name="icon">
  192. <iconset resource="icon/icon.qrc">
  193. <normaloff>:/table.svg</normaloff>:/table.svg</iconset>
  194. </property>
  195. </widget>
  196. </item>
  197. <item>
  198. <spacer name="horizontalSpacer_6">
  199. <property name="orientation">
  200. <enum>Qt::Horizontal</enum>
  201. </property>
  202. <property name="sizeHint" stdset="0">
  203. <size>
  204. <width>316</width>
  205. <height>17</height>
  206. </size>
  207. </property>
  208. </spacer>
  209. </item>
  210. </layout>
  211. </widget>
  212. </item>
  213. <item row="3" column="0">
  214. <widget class="QGroupBox" name="groupBox_4">
  215. <property name="title">
  216. <string/>
  217. </property>
  218. <layout class="QHBoxLayout" name="horizontalLayout_3">
  219. <item>
  220. <widget class="QPushButton" name="btn_data">
  221. <property name="minimumSize">
  222. <size>
  223. <width>200</width>
  224. <height>120</height>
  225. </size>
  226. </property>
  227. <property name="maximumSize">
  228. <size>
  229. <width>320</width>
  230. <height>16777215</height>
  231. </size>
  232. </property>
  233. <property name="font">
  234. <font>
  235. <family>宋体</family>
  236. <pointsize>28</pointsize>
  237. <italic>false</italic>
  238. <bold>false</bold>
  239. </font>
  240. </property>
  241. <property name="styleSheet">
  242. <string notr="true">background-color: rgb(125, 147, 195);font: 28pt &quot;宋体&quot;;</string>
  243. </property>
  244. <property name="text">
  245. <string>历史数据</string>
  246. </property>
  247. <property name="icon">
  248. <iconset resource="icon/icon.qrc">
  249. <normaloff>:/database.svg</normaloff>:/database.svg</iconset>
  250. </property>
  251. <property name="iconSize">
  252. <size>
  253. <width>30</width>
  254. <height>20</height>
  255. </size>
  256. </property>
  257. </widget>
  258. </item>
  259. <item>
  260. <widget class="QPushButton" name="btn_scope">
  261. <property name="minimumSize">
  262. <size>
  263. <width>200</width>
  264. <height>120</height>
  265. </size>
  266. </property>
  267. <property name="maximumSize">
  268. <size>
  269. <width>320</width>
  270. <height>16777215</height>
  271. </size>
  272. </property>
  273. <property name="font">
  274. <font>
  275. <family>宋体</family>
  276. <pointsize>28</pointsize>
  277. <italic>false</italic>
  278. <bold>false</bold>
  279. </font>
  280. </property>
  281. <property name="styleSheet">
  282. <string notr="true">
  283. background-color: rgb(58, 134, 255);font: 28pt &quot;宋体&quot;;
  284. </string>
  285. </property>
  286. <property name="text">
  287. <string>显示设置</string>
  288. </property>
  289. <property name="icon">
  290. <iconset resource="icon/icon.qrc">
  291. <normaloff>:/table.svg</normaloff>:/table.svg</iconset>
  292. </property>
  293. <property name="iconSize">
  294. <size>
  295. <width>30</width>
  296. <height>20</height>
  297. </size>
  298. </property>
  299. </widget>
  300. </item>
  301. </layout>
  302. </widget>
  303. </item>
  304. <item row="1" column="0">
  305. <spacer name="verticalSpacer">
  306. <property name="orientation">
  307. <enum>Qt::Vertical</enum>
  308. </property>
  309. <property name="sizeHint" stdset="0">
  310. <size>
  311. <width>20</width>
  312. <height>40</height>
  313. </size>
  314. </property>
  315. </spacer>
  316. </item>
  317. <item row="2" column="0">
  318. <widget class="QGroupBox" name="groupBox_3">
  319. <property name="title">
  320. <string/>
  321. </property>
  322. <layout class="QHBoxLayout" name="horizontalLayout_2">
  323. <item>
  324. <widget class="QPushButton" name="btn_link">
  325. <property name="minimumSize">
  326. <size>
  327. <width>200</width>
  328. <height>120</height>
  329. </size>
  330. </property>
  331. <property name="maximumSize">
  332. <size>
  333. <width>320</width>
  334. <height>16777215</height>
  335. </size>
  336. </property>
  337. <property name="font">
  338. <font>
  339. <family>宋体</family>
  340. <pointsize>28</pointsize>
  341. <italic>false</italic>
  342. <bold>false</bold>
  343. </font>
  344. </property>
  345. <property name="styleSheet">
  346. <string notr="true">background-color: rgb(225, 215, 183);
  347. font: 28pt &quot;宋体&quot;;</string>
  348. </property>
  349. <property name="text">
  350. <string>连接设置</string>
  351. </property>
  352. <property name="icon">
  353. <iconset resource="icon/icon.qrc">
  354. <normaloff>:/link.svg</normaloff>:/link.svg</iconset>
  355. </property>
  356. <property name="iconSize">
  357. <size>
  358. <width>30</width>
  359. <height>30</height>
  360. </size>
  361. </property>
  362. </widget>
  363. </item>
  364. <item>
  365. <widget class="QPushButton" name="btn_set">
  366. <property name="minimumSize">
  367. <size>
  368. <width>200</width>
  369. <height>120</height>
  370. </size>
  371. </property>
  372. <property name="maximumSize">
  373. <size>
  374. <width>320</width>
  375. <height>16777215</height>
  376. </size>
  377. </property>
  378. <property name="font">
  379. <font>
  380. <family>宋体</family>
  381. <pointsize>28</pointsize>
  382. <italic>false</italic>
  383. <bold>false</bold>
  384. </font>
  385. </property>
  386. <property name="styleSheet">
  387. <string notr="true">background-color: rgb(86, 104, 156);font: 28pt &quot;宋体&quot;;</string>
  388. </property>
  389. <property name="text">
  390. <string>工况设置</string>
  391. </property>
  392. <property name="icon">
  393. <iconset resource="icon/icon.qrc">
  394. <normaloff>:/settings.svg</normaloff>:/settings.svg</iconset>
  395. </property>
  396. <property name="iconSize">
  397. <size>
  398. <width>30</width>
  399. <height>20</height>
  400. </size>
  401. </property>
  402. </widget>
  403. </item>
  404. </layout>
  405. </widget>
  406. </item>
  407. <item row="4" column="0">
  408. <spacer name="verticalSpacer_2">
  409. <property name="orientation">
  410. <enum>Qt::Vertical</enum>
  411. </property>
  412. <property name="sizeHint" stdset="0">
  413. <size>
  414. <width>20</width>
  415. <height>40</height>
  416. </size>
  417. </property>
  418. </spacer>
  419. </item>
  420. </layout>
  421. </widget>
  422. </item>
  423. </layout>
  424. </item>
  425. </layout>
  426. </widget>
  427. <widget class="QMenuBar" name="menubar">
  428. <property name="geometry">
  429. <rect>
  430. <x>0</x>
  431. <y>0</y>
  432. <width>890</width>
  433. <height>25</height>
  434. </rect>
  435. </property>
  436. </widget>
  437. <widget class="QStatusBar" name="statusbar"/>
  438. </widget>
  439. <resources>
  440. <include location="icon/icon.qrc"/>
  441. <include location="icon/icon.qrc"/>
  442. </resources>
  443. <connections/>
  444. </ui>