Files
EJM_Display/Pages/P14_AtlasPage.ui

292 lines
7.1 KiB
Plaintext
Raw Normal View History

2025-08-20 23:06:28 +08:00
<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>P14_AtlasPage</class>
<widget class="QWidget" name="P14_AtlasPage">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>1024</width>
<height>576</height>
</rect>
</property>
2025-09-28 17:14:34 +08:00
<property name="minimumSize">
<size>
<width>1024</width>
<height>576</height>
</size>
</property>
2025-08-20 23:06:28 +08:00
<property name="windowTitle">
<string>Form</string>
</property>
2025-10-20 22:28:37 +08:00
<property name="styleSheet">
<string notr="true">background-color: transparent; /* 背景透明 */
color: #e0f7fa</string>
</property>
2025-09-15 22:28:43 +08:00
<widget class="QPushButton" name="But_Magnify">
<property name="geometry">
<rect>
<x>10</x>
<y>530</y>
<width>41</width>
<height>41</height>
</rect>
</property>
<property name="styleSheet">
<string notr="true">
QPushButton{
/*常态状态下的按钮样式*/
border-image: url(:/Icos/Icos/icon_magnify1.png);
font: 87 14pt &quot;思源黑体 Heavy&quot;;
color: rgb(0, 255, 255);
}
QPushButton:hover {
/*鼠标悬浮在按钮上时,设置样式*/
border-image: url(:/Icos/Icos/icon_magnify2.png);
}
/*点击按钮时,设置样式*/
QPushButton:pressed {
/*设置点击按钮时按钮的样式*/
border-image: url(:/Icos/Icos/icon_magnify2.png);
}</string>
</property>
<property name="text">
<string/>
</property>
</widget>
<widget class="QPushButton" name="But_Reduce">
<property name="geometry">
<rect>
<x>170</x>
<y>530</y>
<width>41</width>
<height>41</height>
</rect>
</property>
<property name="styleSheet">
<string notr="true">
QPushButton{
/*常态状态下的按钮样式*/
border-image: url(:/Icos/Icos/icon_reduce1.png);
font: 87 14pt &quot;思源黑体 Heavy&quot;;
color: rgb(0, 255, 255);
}
QPushButton:hover {
/*鼠标悬浮在按钮上时,设置样式*/
border-image: url(:/Icos/Icos/icon_reduce2.png);
}
/*点击按钮时,设置样式*/
QPushButton:pressed {
/*设置点击按钮时按钮的样式*/
border-image: url(:/Icos/Icos/icon_reduce2.png);
}</string>
</property>
<property name="text">
<string/>
</property>
</widget>
<widget class="QLabel" name="Label_Zoom">
<property name="geometry">
<rect>
<x>50</x>
<y>530</y>
<width>121</width>
<height>41</height>
</rect>
</property>
<property name="styleSheet">
2025-10-20 22:28:37 +08:00
<string notr="true">color: #4fd1c5;
font: 87 20pt &quot;思源黑体 Heavy&quot;;</string>
2025-09-15 22:28:43 +08:00
</property>
<property name="text">
<string>100 %</string>
</property>
<property name="alignment">
<set>Qt::AlignCenter</set>
</property>
</widget>
<widget class="QPushButton" name="But_Atlas_1">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>71</width>
<height>31</height>
</rect>
</property>
<property name="styleSheet">
<string notr="true">
QPushButton{
/*常态状态下的按钮样式*/
border-image: url(:/Button/Button/button_Blue.png);
font: 87 14pt &quot;思源黑体 Heavy&quot;;
}
QPushButton:hover {
/*鼠标悬浮在按钮上时,设置样式*/
border-image: url(:/Button/Button/button_Green.png);
}
/*点击按钮时,设置样式*/
QPushButton:pressed {
/*设置点击按钮时按钮的样式*/
border-image: url(:/Button/Button/button_qing.png);
}
</string>
</property>
<property name="text">
<string>电气图</string>
</property>
</widget>
<widget class="QPushButton" name="But_Atlas_2">
<property name="geometry">
<rect>
<x>70</x>
<y>0</y>
<width>71</width>
<height>31</height>
</rect>
</property>
<property name="styleSheet">
<string notr="true">
QPushButton{
/*常态状态下的按钮样式*/
border-image: url(:/Button/Button/button_Blue.png);
font: 87 14pt &quot;思源黑体 Heavy&quot;;
}
QPushButton:hover {
/*鼠标悬浮在按钮上时,设置样式*/
border-image: url(:/Button/Button/button_Green.png);
}
/*点击按钮时,设置样式*/
QPushButton:pressed {
/*设置点击按钮时按钮的样式*/
border-image: url(:/Button/Button/button_qing.png);
}
</string>
</property>
<property name="text">
<string>机械图</string>
</property>
</widget>
<widget class="QPushButton" name="But_Atlas_3">
<property name="geometry">
<rect>
<x>140</x>
<y>0</y>
<width>71</width>
<height>31</height>
</rect>
</property>
<property name="styleSheet">
<string notr="true">
QPushButton{
/*常态状态下的按钮样式*/
border-image: url(:/Button/Button/button_Blue.png);
font: 87 14pt &quot;思源黑体 Heavy&quot;;
}
QPushButton:hover {
/*鼠标悬浮在按钮上时,设置样式*/
border-image: url(:/Button/Button/button_Green.png);
}
/*点击按钮时,设置样式*/
QPushButton:pressed {
/*设置点击按钮时按钮的样式*/
border-image: url(:/Button/Button/button_qing.png);
}
</string>
</property>
<property name="text">
<string>液压图</string>
</property>
</widget>
<widget class="QListWidget" name="LV_FileList">
<property name="geometry">
<rect>
<x>0</x>
<y>31</y>
<width>211</width>
<height>491</height>
</rect>
</property>
<property name="styleSheet">
<string notr="true">border-image: url(:/Frames/null.png);
color: rgb(0, 255, 255);
font: 87 16pt &quot;思源黑体 Heavy&quot;;</string>
</property>
</widget>
<widget class="QScrollArea" name="scrollArea">
<property name="geometry">
<rect>
<x>220</x>
<y>0</y>
<width>801</width>
<height>571</height>
</rect>
</property>
<property name="styleSheet">
<string notr="true">border-image: url(:/Frames/null.png);</string>
</property>
<property name="widgetResizable">
<bool>true</bool>
</property>
<widget class="QWidget" name="scrollAreaWidgetContents">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>801</width>
<height>571</height>
</rect>
</property>
<widget class="QLabel" name="Label_Img">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>788</width>
<height>557</height>
</rect>
</property>
<property name="minimumSize">
<size>
<width>788</width>
<height>557</height>
</size>
</property>
<property name="text">
<string/>
</property>
</widget>
</widget>
</widget>
2025-08-20 23:06:28 +08:00
<widget class="QLabel" name="label">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>1024</width>
2025-09-15 22:28:43 +08:00
<height>576</height>
2025-08-20 23:06:28 +08:00
</rect>
</property>
<property name="styleSheet">
2025-09-15 22:28:43 +08:00
<string notr="true">border-image: url(:/Frames/Frames/Main.png);</string>
2025-08-20 23:06:28 +08:00
</property>
<property name="text">
2025-09-15 22:28:43 +08:00
<string/>
2025-08-20 23:06:28 +08:00
</property>
</widget>
2025-09-15 22:28:43 +08:00
<zorder>label</zorder>
<zorder>But_Magnify</zorder>
<zorder>But_Reduce</zorder>
<zorder>Label_Zoom</zorder>
<zorder>But_Atlas_1</zorder>
<zorder>But_Atlas_2</zorder>
<zorder>But_Atlas_3</zorder>
<zorder>LV_FileList</zorder>
<zorder>scrollArea</zorder>
2025-08-20 23:06:28 +08:00
</widget>
2025-10-20 22:28:37 +08:00
<resources>
<include location="../../../Projects/Qt/Windows/EJM_Display/Pictures/Pictures.qrc"/>
</resources>
2025-08-20 23:06:28 +08:00
<connections/>
</ui>