123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272 |
- <?xml version="1.0" encoding="UTF-8"?>
- <ui version="4.0">
- <class>firingWidget</class>
- <widget class="QWidget" name="firingWidget">
- <property name="geometry">
- <rect>
- <x>0</x>
- <y>0</y>
- <width>966</width>
- <height>666</height>
- </rect>
- </property>
- <property name="windowTitle">
- <string>Form</string>
- </property>
- <property name="styleSheet">
- <string notr="true">QLabel { letter-spacing: 4px; color: white; }
- QTextEdit { color: green; font:20px}
- #textEdit { background-color: transparent; }
- QFrame#frame{border-image:url(:/background/background/blastOpera.png)}
- QPushButton {
- background-color: #00d159; /* 按钮背景颜色 */
- color: white; /* 按钮文字颜色 */
- border: 3px solid #00ff6d;
- border-radius: 5px; /* 按钮圆角 */
- padding: 8px 16px; /* 按钮内边距 */
- font-size: 14px; /* 按钮文字大小 */
- text-align: center; /* 按钮文字居中 */
- }
- QPushButton:hover {background-color: #00a043; /* 鼠标悬停时的背景颜色 */ }
- QPushButton:pressed {
- background-color: #008035; /* 按钮按下时的背景颜色 */
- /* 内发光效果 */
- border: 2px solid #00ff6a; /* 按下时边框颜色变亮 */
- }
- QPushButton:disabled {
- background-color: #f0f0f0;
- color: #808080;
- border: 1px solid #d0d0d0;
- }</string>
- </property>
- <layout class="QGridLayout" name="gridLayout">
- <property name="leftMargin">
- <number>0</number>
- </property>
- <property name="topMargin">
- <number>0</number>
- </property>
- <property name="rightMargin">
- <number>0</number>
- </property>
- <property name="bottomMargin">
- <number>0</number>
- </property>
- <property name="spacing">
- <number>0</number>
- </property>
- <item row="0" column="0">
- <widget class="QFrame" name="frame">
- <property name="minimumSize">
- <size>
- <width>0</width>
- <height>0</height>
- </size>
- </property>
- <property name="maximumSize">
- <size>
- <width>16777215</width>
- <height>16777215</height>
- </size>
- </property>
- <property name="frameShape">
- <enum>QFrame::Shape::StyledPanel</enum>
- </property>
- <property name="frameShadow">
- <enum>QFrame::Shadow::Raised</enum>
- </property>
- <layout class="QVBoxLayout" name="verticalLayout_2">
- <item>
- <widget class="QFrame" name="frame_2">
- <property name="minimumSize">
- <size>
- <width>0</width>
- <height>130</height>
- </size>
- </property>
- <property name="maximumSize">
- <size>
- <width>16777215</width>
- <height>130</height>
- </size>
- </property>
- <property name="frameShape">
- <enum>QFrame::Shape::StyledPanel</enum>
- </property>
- <property name="frameShadow">
- <enum>QFrame::Shadow::Raised</enum>
- </property>
- <layout class="QVBoxLayout" name="verticalLayout"/>
- </widget>
- </item>
- <item>
- <layout class="QHBoxLayout" name="horizontalLayout_2" stretch="1,7,1">
- <property name="sizeConstraint">
- <enum>QLayout::SizeConstraint::SetNoConstraint</enum>
- </property>
- <property name="bottomMargin">
- <number>9</number>
- </property>
- <item>
- <spacer name="horizontalSpacer">
- <property name="orientation">
- <enum>Qt::Orientation::Horizontal</enum>
- </property>
- <property name="sizeHint" stdset="0">
- <size>
- <width>40</width>
- <height>20</height>
- </size>
- </property>
- </spacer>
- </item>
- <item>
- <widget class="QScrollArea" name="scrollArea">
- <property name="widgetResizable">
- <bool>true</bool>
- </property>
- <widget class="QWidget" name="scrollAreaWidgetContents">
- <property name="geometry">
- <rect>
- <x>0</x>
- <y>0</y>
- <width>724</width>
- <height>398</height>
- </rect>
- </property>
- <layout class="QVBoxLayout" name="verticalLayout_3">
- <item>
- <widget class="QTextEdit" name="textEdit"/>
- </item>
- </layout>
- </widget>
- </widget>
- </item>
- <item>
- <spacer name="horizontalSpacer_4">
- <property name="orientation">
- <enum>Qt::Orientation::Horizontal</enum>
- </property>
- <property name="sizeHint" stdset="0">
- <size>
- <width>40</width>
- <height>20</height>
- </size>
- </property>
- </spacer>
- </item>
- </layout>
- </item>
- <item>
- <layout class="QHBoxLayout" name="horizontalLayout">
- <item>
- <spacer name="horizontalSpacer_2">
- <property name="orientation">
- <enum>Qt::Orientation::Horizontal</enum>
- </property>
- <property name="sizeHint" stdset="0">
- <size>
- <width>40</width>
- <height>20</height>
- </size>
- </property>
- </spacer>
- </item>
- <item>
- <widget class="QPushButton" name="pushButton_2">
- <property name="minimumSize">
- <size>
- <width>200</width>
- <height>50</height>
- </size>
- </property>
- <property name="maximumSize">
- <size>
- <width>16777215</width>
- <height>50</height>
- </size>
- </property>
- <property name="text">
- <string>立即组网</string>
- </property>
- </widget>
- </item>
- <item>
- <widget class="QPushButton" name="sendTest_4">
- <property name="minimumSize">
- <size>
- <width>200</width>
- <height>50</height>
- </size>
- </property>
- <property name="maximumSize">
- <size>
- <width>16777215</width>
- <height>50</height>
- </size>
- </property>
- <property name="text">
- <string>停止起爆</string>
- </property>
- </widget>
- </item>
- <item>
- <spacer name="horizontalSpacer_3">
- <property name="orientation">
- <enum>Qt::Orientation::Horizontal</enum>
- </property>
- <property name="sizeHint" stdset="0">
- <size>
- <width>40</width>
- <height>20</height>
- </size>
- </property>
- </spacer>
- </item>
- </layout>
- </item>
- <item>
- <spacer name="verticalSpacer">
- <property name="orientation">
- <enum>Qt::Orientation::Vertical</enum>
- </property>
- <property name="sizeType">
- <enum>QSizePolicy::Policy::Minimum</enum>
- </property>
- <property name="sizeHint" stdset="0">
- <size>
- <width>20</width>
- <height>20</height>
- </size>
- </property>
- </spacer>
- </item>
- <item>
- <widget class="QLabel" name="label">
- <property name="font">
- <font>
- <family>宋体</family>
- <pointsize>9</pointsize>
- <fontweight>ExtraLight</fontweight>
- </font>
- </property>
- <property name="text">
- <string>桦芯国创科技有限公司出品</string>
- </property>
- <property name="alignment">
- <set>Qt::AlignmentFlag::AlignCenter</set>
- </property>
- </widget>
- </item>
- </layout>
- </widget>
- </item>
- </layout>
- </widget>
- <resources/>
- <connections/>
- </ui>
|