2024-11-25 17:15:44 +08:00

227 lines
5.2 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>TitleWidget</class>
<widget class="QWidget" name="TitleWidget">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>1920</width>
<height>100</height>
</rect>
</property>
<property name="windowTitle">
<string>Form</string>
</property>
<property name="styleSheet">
<string notr="true"/>
</property>
<widget class="QLabel" name="title_Label">
<property name="geometry">
<rect>
<x>570</x>
<y>0</y>
<width>621</width>
<height>101</height>
</rect>
</property>
<property name="font">
<font>
<family>黑体</family>
<pointsize>28</pointsize>
<weight>75</weight>
<bold>true</bold>
</font>
</property>
<property name="styleSheet">
<string notr="true">color:white;</string>
</property>
<property name="text">
<string/>
</property>
<property name="alignment">
<set>Qt::AlignCenter</set>
</property>
</widget>
<widget class="QLabel" name="signal_Label">
<property name="geometry">
<rect>
<x>1620</x>
<y>30</y>
<width>40</width>
<height>40</height>
</rect>
</property>
<property name="styleSheet">
<string notr="true">border-image: url(:/DependFile/Source/signal/titleSignal.png);</string>
</property>
<property name="text">
<string/>
</property>
</widget>
<widget class="QPushButton" name="user_Btn">
<property name="geometry">
<rect>
<x>1700</x>
<y>20</y>
<width>170</width>
<height>60</height>
</rect>
</property>
<property name="font">
<font>
<family>黑体</family>
<pointsize>15</pointsize>
</font>
</property>
<property name="styleSheet">
<string notr="true">#user_Btn{background: #FFFFFF;
border-radius: 30px;
color:#05A6EC;}</string>
</property>
<property name="text">
<string/>
</property>
</widget>
<widget class="QLabel" name="wifiSignal_Label">
<property name="geometry">
<rect>
<x>1500</x>
<y>30</y>
<width>40</width>
<height>40</height>
</rect>
</property>
<property name="styleSheet">
<string notr="true"/>
</property>
<property name="text">
<string/>
</property>
</widget>
<widget class="QGroupBox" name="groupBox">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>1920</width>
<height>100</height>
</rect>
</property>
<property name="styleSheet">
<string notr="true">#groupBox{background: #05A6EC;border:none;}</string>
</property>
<property name="title">
<string/>
</property>
<widget class="QPushButton" name="back2_Btn">
<property name="geometry">
<rect>
<x>85</x>
<y>14</y>
<width>131</width>
<height>70</height>
</rect>
</property>
<property name="font">
<font>
<family>黑体</family>
<pointsize>28</pointsize>
</font>
</property>
<property name="styleSheet">
<string notr="true">color:white;
border:2px;</string>
</property>
<property name="text">
<string>返回</string>
</property>
</widget>
<widget class="QPushButton" name="back1_Btn">
<property name="geometry">
<rect>
<x>37</x>
<y>24</y>
<width>50</width>
<height>50</height>
</rect>
</property>
<property name="styleSheet">
<string notr="true">border-image: url(:/DependFile/Source/signal/back.png);</string>
</property>
<property name="text">
<string/>
</property>
</widget>
<widget class="QPushButton" name="quit_Btn">
<property name="geometry">
<rect>
<x>60</x>
<y>20</y>
<width>60</width>
<height>60</height>
</rect>
</property>
<property name="styleSheet">
<string notr="true">border-image: url(:/DependFile/Source/channel/quit.png);</string>
</property>
<property name="text">
<string/>
</property>
</widget>
<widget class="QLabel" name="state_label">
<property name="geometry">
<rect>
<x>1400</x>
<y>70</y>
<width>301</width>
<height>31</height>
</rect>
</property>
<property name="text">
<string/>
</property>
</widget>
<widget class="QLabel" name="wifiSignal2_Label">
<property name="geometry">
<rect>
<x>1430</x>
<y>30</y>
<width>40</width>
<height>40</height>
</rect>
</property>
<property name="styleSheet">
<string notr="true"/>
</property>
<property name="text">
<string/>
</property>
</widget>
<widget class="QPushButton" name="sound_Button">
<property name="geometry">
<rect>
<x>1550</x>
<y>30</y>
<width>40</width>
<height>40</height>
</rect>
</property>
<property name="styleSheet">
<string notr="true">border-image: url(:/DependFile/Source/channel/sound.png);</string>
</property>
<property name="text">
<string/>
</property>
</widget>
</widget>
<zorder>groupBox</zorder>
<zorder>title_Label</zorder>
<zorder>signal_Label</zorder>
<zorder>user_Btn</zorder>
<zorder>wifiSignal_Label</zorder>
</widget>
<resources/>
<connections/>
</ui>