更新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="QPushButton" name="But_Magnify">
|
||||
<property name="geometry">
|
||||
<rect>
|
||||
@@ -91,8 +95,8 @@ QPushButton:pressed {
|
||||
</rect>
|
||||
</property>
|
||||
<property name="styleSheet">
|
||||
<string notr="true">color: rgb(0, 255, 255);
|
||||
font: 87 22pt "思源黑体 Heavy";</string>
|
||||
<string notr="true">color: #4fd1c5;
|
||||
font: 87 20pt "思源黑体 Heavy";</string>
|
||||
</property>
|
||||
<property name="text">
|
||||
<string>100 %</string>
|
||||
@@ -116,7 +120,6 @@ QPushButton{
|
||||
/*常态状态下的按钮样式*/
|
||||
border-image: url(:/Button/Button/button_Blue.png);
|
||||
font: 87 14pt "思源黑体 Heavy";
|
||||
color: rgb(0, 255, 255);
|
||||
}
|
||||
QPushButton:hover {
|
||||
/*鼠标悬浮在按钮上时,设置样式*/
|
||||
@@ -148,7 +151,6 @@ QPushButton{
|
||||
/*常态状态下的按钮样式*/
|
||||
border-image: url(:/Button/Button/button_Blue.png);
|
||||
font: 87 14pt "思源黑体 Heavy";
|
||||
color: rgb(0, 255, 255);
|
||||
}
|
||||
QPushButton:hover {
|
||||
/*鼠标悬浮在按钮上时,设置样式*/
|
||||
@@ -180,7 +182,6 @@ QPushButton{
|
||||
/*常态状态下的按钮样式*/
|
||||
border-image: url(:/Button/Button/button_Blue.png);
|
||||
font: 87 14pt "思源黑体 Heavy";
|
||||
color: rgb(0, 255, 255);
|
||||
}
|
||||
QPushButton:hover {
|
||||
/*鼠标悬浮在按钮上时,设置样式*/
|
||||
@@ -283,6 +284,8 @@ font: 87 16pt "思源黑体 Heavy";</string>
|
||||
<zorder>LV_FileList</zorder>
|
||||
<zorder>scrollArea</zorder>
|
||||
</widget>
|
||||
<resources/>
|
||||
<resources>
|
||||
<include location="../../../Projects/Qt/Windows/EJM_Display/Pictures/Pictures.qrc"/>
|
||||
</resources>
|
||||
<connections/>
|
||||
</ui>
|
||||
|
||||
Reference in New Issue
Block a user