adjust the display effect of dateTimeWidget.ui in Linux
This commit is contained in:
parent
9b86bb2140
commit
8f602fd007
|
|
@ -6,8 +6,8 @@
|
|||
<rect>
|
||||
<x>0</x>
|
||||
<y>0</y>
|
||||
<width>207</width>
|
||||
<height>141</height>
|
||||
<width>214</width>
|
||||
<height>154</height>
|
||||
</rect>
|
||||
</property>
|
||||
<property name="windowTitle">
|
||||
|
|
@ -106,7 +106,7 @@ color:rgb(250,250,250);</string>
|
|||
<string>11:39:52</string>
|
||||
</property>
|
||||
<property name="alignment">
|
||||
<set>Qt::AlignmentFlag::AlignCenter</set>
|
||||
<set>Qt::AlignCenter</set>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
|
|
@ -245,7 +245,7 @@ icon: url(:/images/icon_realtime.png);
|
|||
{
|
||||
font: 12pt "微软雅黑";
|
||||
color:rgb(250,250,250);
|
||||
background-color:transparent;
|
||||
background-color: transparent;
|
||||
icon-size:18px;
|
||||
icon: url(:/images/icon_calendar.png);
|
||||
}
|
||||
|
|
@ -260,7 +260,7 @@ QPushButton:pressed
|
|||
<string> 2024/09/30</string>
|
||||
</property>
|
||||
<property name="flat">
|
||||
<bool>false</bool>
|
||||
<bool>true</bool>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
|
|
@ -294,7 +294,7 @@ background-color:transparent;
|
|||
<item>
|
||||
<spacer name="horizontalSpacer">
|
||||
<property name="orientation">
|
||||
<enum>Qt::Orientation::Horizontal</enum>
|
||||
<enum>Qt::Horizontal</enum>
|
||||
</property>
|
||||
<property name="sizeHint" stdset="0">
|
||||
<size>
|
||||
|
|
@ -338,12 +338,15 @@ QPushButton:pressed
|
|||
<property name="text">
|
||||
<string>30m</string>
|
||||
</property>
|
||||
<property name="flat">
|
||||
<bool>true</bool>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
<item>
|
||||
<spacer name="horizontalSpacer_2">
|
||||
<property name="orientation">
|
||||
<enum>Qt::Orientation::Horizontal</enum>
|
||||
<enum>Qt::Horizontal</enum>
|
||||
</property>
|
||||
<property name="sizeHint" stdset="0">
|
||||
<size>
|
||||
|
|
@ -384,6 +387,9 @@ background-color:transparent;
|
|||
<property name="text">
|
||||
<string>Minute Chart Range</string>
|
||||
</property>
|
||||
<property name="flat">
|
||||
<bool>true</bool>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
</layout>
|
||||
|
|
@ -685,8 +691,6 @@ background-color:transparent;
|
|||
</item>
|
||||
</layout>
|
||||
</widget>
|
||||
<resources>
|
||||
<include location="../resource/PowerMaster.qrc"/>
|
||||
</resources>
|
||||
<resources/>
|
||||
<connections/>
|
||||
</ui>
|
||||
|
|
|
|||
Loading…
Reference in New Issue