Files
AutoControlSystem-G/view/Dialog_Reset.ui

83 lines
1.9 KiB
Plaintext
Raw Normal View History

2025-07-29 13:16:30 +08:00
<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>Dialog_reset</class>
<widget class="QDialog" name="Dialog_reset">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>308</width>
<height>212</height>
</rect>
</property>
<property name="windowTitle">
<string>提示</string>
</property>
<property name="styleSheet">
<string notr="true">background-color: #0D1128;</string>
</property>
<widget class="QPushButton" name="pushButton_stopFeed">
<property name="geometry">
<rect>
<x>10</x>
<y>60</y>
<width>281</width>
<height>121</height>
</rect>
</property>
<property name="sizePolicy">
<sizepolicy hsizetype="Minimum" vsizetype="Expanding">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="styleSheet">
<string notr="true">*{
font: 36pt &quot;Microsoft YaHei UI&quot;;
background-color: #FF0000;
border-radius: 10px;
}
*:pressed
{
background-color: #499c8a;
}
</string>
</property>
<property name="text">
<string>停止</string>
</property>
<property name="icon">
<iconset theme="QIcon::ThemeIcon::SystemShutdown"/>
</property>
<property name="iconSize">
<size>
<width>50</width>
<height>50</height>
</size>
</property>
</widget>
<widget class="QLabel" name="label">
<property name="geometry">
<rect>
<x>20</x>
<y>10</y>
<width>261</width>
<height>31</height>
</rect>
</property>
<property name="styleSheet">
<string notr="true">color: #DBF4F5;
font: 700 20pt &quot;Microsoft YaHei UI&quot;;</string>
</property>
<property name="text">
<string>正在复位......</string>
</property>
<property name="alignment">
<set>Qt::AlignmentFlag::AlignCenter</set>
</property>
</widget>
</widget>
<resources/>
<connections/>
</ui>