更新UI
This commit is contained in:
@@ -19,6 +19,10 @@
|
||||
<property name="windowTitle">
|
||||
<string>Form</string>
|
||||
</property>
|
||||
<property name="styleSheet">
|
||||
<string notr="true">background-color: transparent; /* 背景透明 */
|
||||
color: #e0f7fa</string>
|
||||
</property>
|
||||
<widget class="QScrollArea" name="scrollArea">
|
||||
<property name="geometry">
|
||||
<rect>
|
||||
@@ -48,8 +52,8 @@
|
||||
<rect>
|
||||
<x>0</x>
|
||||
<y>0</y>
|
||||
<width>891</width>
|
||||
<height>561</height>
|
||||
<width>900</width>
|
||||
<height>576</height>
|
||||
</rect>
|
||||
</property>
|
||||
<property name="minimumSize">
|
||||
@@ -86,7 +90,6 @@ QPushButton{
|
||||
/*常态状态下的按钮样式*/
|
||||
border-image: url(:/Button/Button/button_Blue.png);
|
||||
font: 87 14pt "思源黑体 Heavy";
|
||||
color: rgb(0, 255, 255);
|
||||
}
|
||||
QPushButton:hover {
|
||||
/*鼠标悬浮在按钮上时,设置样式*/
|
||||
@@ -149,7 +152,6 @@ QPushButton{
|
||||
/*常态状态下的按钮样式*/
|
||||
border-image: url(:/Button/Button/button_Blue.png);
|
||||
font: 87 14pt "思源黑体 Heavy";
|
||||
color: rgb(0, 255, 255);
|
||||
}
|
||||
QPushButton:hover {
|
||||
/*鼠标悬浮在按钮上时,设置样式*/
|
||||
@@ -207,8 +209,7 @@ QPushButton:pressed {
|
||||
</rect>
|
||||
</property>
|
||||
<property name="styleSheet">
|
||||
<string notr="true">color: rgb(0, 255, 255);
|
||||
font: 87 22pt "思源黑体 Heavy";</string>
|
||||
<string notr="true">font: 87 16pt "思源黑体 Heavy";</string>
|
||||
</property>
|
||||
<property name="text">
|
||||
<string>100 %</string>
|
||||
@@ -232,7 +233,6 @@ QPushButton{
|
||||
/*常态状态下的按钮样式*/
|
||||
border-image: url(:/Button/Button/button_Blue.png);
|
||||
font: 87 14pt "思源黑体 Heavy";
|
||||
color: rgb(0, 255, 255);
|
||||
}
|
||||
QPushButton:hover {
|
||||
/*鼠标悬浮在按钮上时,设置样式*/
|
||||
@@ -274,6 +274,8 @@ QPushButton:pressed {
|
||||
<zorder>Label_Zoom</zorder>
|
||||
<zorder>But_Atlas_3</zorder>
|
||||
</widget>
|
||||
<resources/>
|
||||
<resources>
|
||||
<include location="../../../Projects/Qt/Windows/EJM_Display/Pictures/Pictures.qrc"/>
|
||||
</resources>
|
||||
<connections/>
|
||||
</ui>
|
||||
|
||||
Reference in New Issue
Block a user