firingwidget.ui 7.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <ui version="4.0">
  3. <class>firingWidget</class>
  4. <widget class="QWidget" name="firingWidget">
  5. <property name="geometry">
  6. <rect>
  7. <x>0</x>
  8. <y>0</y>
  9. <width>966</width>
  10. <height>666</height>
  11. </rect>
  12. </property>
  13. <property name="windowTitle">
  14. <string>Form</string>
  15. </property>
  16. <property name="styleSheet">
  17. <string notr="true">QLabel { letter-spacing: 4px; color: white; }
  18. QTextEdit { color: green; font:20px}
  19. #textEdit { background-color: transparent; }
  20. QFrame#frame{border-image:url(:/background/background/blastOpera.png)}
  21. QPushButton {
  22. background-color: #00d159; /* 按钮背景颜色 */
  23. color: white; /* 按钮文字颜色 */
  24. border: 3px solid #00ff6d;
  25. border-radius: 5px; /* 按钮圆角 */
  26. padding: 8px 16px; /* 按钮内边距 */
  27. font-size: 14px; /* 按钮文字大小 */
  28. text-align: center; /* 按钮文字居中 */
  29. }
  30. QPushButton:hover {background-color: #00a043; /* 鼠标悬停时的背景颜色 */ }
  31. QPushButton:pressed {
  32. background-color: #008035; /* 按钮按下时的背景颜色 */
  33. /* 内发光效果 */
  34. border: 2px solid #00ff6a; /* 按下时边框颜色变亮 */
  35. }
  36. QPushButton:disabled {
  37. background-color: #f0f0f0;
  38. color: #808080;
  39. border: 1px solid #d0d0d0;
  40. }</string>
  41. </property>
  42. <layout class="QGridLayout" name="gridLayout">
  43. <property name="leftMargin">
  44. <number>0</number>
  45. </property>
  46. <property name="topMargin">
  47. <number>0</number>
  48. </property>
  49. <property name="rightMargin">
  50. <number>0</number>
  51. </property>
  52. <property name="bottomMargin">
  53. <number>0</number>
  54. </property>
  55. <property name="spacing">
  56. <number>0</number>
  57. </property>
  58. <item row="0" column="0">
  59. <widget class="QFrame" name="frame">
  60. <property name="minimumSize">
  61. <size>
  62. <width>0</width>
  63. <height>0</height>
  64. </size>
  65. </property>
  66. <property name="maximumSize">
  67. <size>
  68. <width>16777215</width>
  69. <height>16777215</height>
  70. </size>
  71. </property>
  72. <property name="frameShape">
  73. <enum>QFrame::Shape::StyledPanel</enum>
  74. </property>
  75. <property name="frameShadow">
  76. <enum>QFrame::Shadow::Raised</enum>
  77. </property>
  78. <layout class="QVBoxLayout" name="verticalLayout_2">
  79. <item>
  80. <widget class="QFrame" name="frame_2">
  81. <property name="minimumSize">
  82. <size>
  83. <width>0</width>
  84. <height>130</height>
  85. </size>
  86. </property>
  87. <property name="maximumSize">
  88. <size>
  89. <width>16777215</width>
  90. <height>130</height>
  91. </size>
  92. </property>
  93. <property name="frameShape">
  94. <enum>QFrame::Shape::StyledPanel</enum>
  95. </property>
  96. <property name="frameShadow">
  97. <enum>QFrame::Shadow::Raised</enum>
  98. </property>
  99. <layout class="QVBoxLayout" name="verticalLayout"/>
  100. </widget>
  101. </item>
  102. <item>
  103. <layout class="QHBoxLayout" name="horizontalLayout_2" stretch="1,7,1">
  104. <property name="sizeConstraint">
  105. <enum>QLayout::SizeConstraint::SetNoConstraint</enum>
  106. </property>
  107. <property name="bottomMargin">
  108. <number>9</number>
  109. </property>
  110. <item>
  111. <spacer name="horizontalSpacer">
  112. <property name="orientation">
  113. <enum>Qt::Orientation::Horizontal</enum>
  114. </property>
  115. <property name="sizeHint" stdset="0">
  116. <size>
  117. <width>40</width>
  118. <height>20</height>
  119. </size>
  120. </property>
  121. </spacer>
  122. </item>
  123. <item>
  124. <widget class="QScrollArea" name="scrollArea">
  125. <property name="widgetResizable">
  126. <bool>true</bool>
  127. </property>
  128. <widget class="QWidget" name="scrollAreaWidgetContents">
  129. <property name="geometry">
  130. <rect>
  131. <x>0</x>
  132. <y>0</y>
  133. <width>724</width>
  134. <height>398</height>
  135. </rect>
  136. </property>
  137. <layout class="QVBoxLayout" name="verticalLayout_3">
  138. <item>
  139. <widget class="QTextEdit" name="textEdit"/>
  140. </item>
  141. </layout>
  142. </widget>
  143. </widget>
  144. </item>
  145. <item>
  146. <spacer name="horizontalSpacer_4">
  147. <property name="orientation">
  148. <enum>Qt::Orientation::Horizontal</enum>
  149. </property>
  150. <property name="sizeHint" stdset="0">
  151. <size>
  152. <width>40</width>
  153. <height>20</height>
  154. </size>
  155. </property>
  156. </spacer>
  157. </item>
  158. </layout>
  159. </item>
  160. <item>
  161. <layout class="QHBoxLayout" name="horizontalLayout">
  162. <item>
  163. <spacer name="horizontalSpacer_2">
  164. <property name="orientation">
  165. <enum>Qt::Orientation::Horizontal</enum>
  166. </property>
  167. <property name="sizeHint" stdset="0">
  168. <size>
  169. <width>40</width>
  170. <height>20</height>
  171. </size>
  172. </property>
  173. </spacer>
  174. </item>
  175. <item>
  176. <widget class="QPushButton" name="pushButton_2">
  177. <property name="minimumSize">
  178. <size>
  179. <width>200</width>
  180. <height>50</height>
  181. </size>
  182. </property>
  183. <property name="maximumSize">
  184. <size>
  185. <width>16777215</width>
  186. <height>50</height>
  187. </size>
  188. </property>
  189. <property name="text">
  190. <string>立即组网</string>
  191. </property>
  192. </widget>
  193. </item>
  194. <item>
  195. <widget class="QPushButton" name="sendTest_4">
  196. <property name="minimumSize">
  197. <size>
  198. <width>200</width>
  199. <height>50</height>
  200. </size>
  201. </property>
  202. <property name="maximumSize">
  203. <size>
  204. <width>16777215</width>
  205. <height>50</height>
  206. </size>
  207. </property>
  208. <property name="text">
  209. <string>停止起爆</string>
  210. </property>
  211. </widget>
  212. </item>
  213. <item>
  214. <spacer name="horizontalSpacer_3">
  215. <property name="orientation">
  216. <enum>Qt::Orientation::Horizontal</enum>
  217. </property>
  218. <property name="sizeHint" stdset="0">
  219. <size>
  220. <width>40</width>
  221. <height>20</height>
  222. </size>
  223. </property>
  224. </spacer>
  225. </item>
  226. </layout>
  227. </item>
  228. <item>
  229. <spacer name="verticalSpacer">
  230. <property name="orientation">
  231. <enum>Qt::Orientation::Vertical</enum>
  232. </property>
  233. <property name="sizeType">
  234. <enum>QSizePolicy::Policy::Minimum</enum>
  235. </property>
  236. <property name="sizeHint" stdset="0">
  237. <size>
  238. <width>20</width>
  239. <height>20</height>
  240. </size>
  241. </property>
  242. </spacer>
  243. </item>
  244. <item>
  245. <widget class="QLabel" name="label">
  246. <property name="font">
  247. <font>
  248. <family>宋体</family>
  249. <pointsize>9</pointsize>
  250. <fontweight>ExtraLight</fontweight>
  251. </font>
  252. </property>
  253. <property name="text">
  254. <string>桦芯国创科技有限公司出品</string>
  255. </property>
  256. <property name="alignment">
  257. <set>Qt::AlignmentFlag::AlignCenter</set>
  258. </property>
  259. </widget>
  260. </item>
  261. </layout>
  262. </widget>
  263. </item>
  264. </layout>
  265. </widget>
  266. <resources/>
  267. <connections/>
  268. </ui>