update 拟增加点位

This commit is contained in:
FrankCV2048
2024-10-16 23:18:25 +08:00
parent b88e1937ec
commit f037fa4fc3
8 changed files with 318 additions and 42 deletions

View File

@ -1020,6 +1020,31 @@ background-color:#1cb052;
<iconset theme="QIcon::ThemeIcon::SystemReboot"/>
</property>
</widget>
<widget class="QPushButton" name="pushButton_3">
<property name="geometry">
<rect>
<x>84</x>
<y>120</y>
<width>101</width>
<height>51</height>
</rect>
</property>
<property name="styleSheet">
<string notr="true">* {
background: qradialgradient(cx: 0.5, cy: 0.1
, radius: 0.8, fx:0.5 ,fy:0,
stop: 0 rgba(255,255,255, 255),
stop: 1 rgba(33, 150, 243, 255));
font: 9pt &quot;楷体&quot;;
border: 1px solid #dcdfe6;
border-radius: 10px;
}
</string>
</property>
<property name="text">
<string>PushButton</string>
</property>
</widget>
</widget>
</widget>
<widget class="QWidget" name="tab_5">