update 拟增加点位
This commit is contained in:
25
untitled.ui
25
untitled.ui
@ -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 "楷体";
|
||||
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">
|
||||
|
||||
Reference in New Issue
Block a user