142 lines
3.1 KiB
XML
Executable File
142 lines
3.1 KiB
XML
Executable File
<?xml version="1.0" encoding="UTF-8"?>
|
|
<ui version="4.0">
|
|
<class>Form</class>
|
|
<widget class="QWidget" name="Form">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>0</x>
|
|
<y>0</y>
|
|
<width>360</width>
|
|
<height>125</height>
|
|
</rect>
|
|
</property>
|
|
<property name="minimumSize">
|
|
<size>
|
|
<width>0</width>
|
|
<height>100</height>
|
|
</size>
|
|
</property>
|
|
<property name="maximumSize">
|
|
<size>
|
|
<width>16777215</width>
|
|
<height>65536</height>
|
|
</size>
|
|
</property>
|
|
<property name="windowTitle">
|
|
<string>当前活动</string>
|
|
</property>
|
|
<widget class="QPushButton" name="subject">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>10</x>
|
|
<y>40</y>
|
|
<width>341</width>
|
|
<height>51</height>
|
|
</rect>
|
|
</property>
|
|
<property name="font">
|
|
<font>
|
|
<family>Microsoft YaHei UI</family>
|
|
<pointsize>22</pointsize>
|
|
<weight>75</weight>
|
|
<bold>true</bold>
|
|
</font>
|
|
</property>
|
|
<property name="styleSheet">
|
|
<string notr="true">QPushButton {
|
|
qproperty-iconSize: 24px;
|
|
color: white;
|
|
border: none;
|
|
color: rgba(255, 255, 255, 255);
|
|
font-weight: bold
|
|
}
|
|
</string>
|
|
</property>
|
|
<property name="text">
|
|
<string> 测试</string>
|
|
</property>
|
|
<property name="icon">
|
|
<iconset>
|
|
<normaloff>../../../img/it.svg</normaloff>../../../img/it.svg</iconset>
|
|
</property>
|
|
<property name="iconSize">
|
|
<size>
|
|
<width>24</width>
|
|
<height>24</height>
|
|
</size>
|
|
</property>
|
|
</widget>
|
|
<widget class="QLabel" name="blurEffect">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>170</x>
|
|
<y>40</y>
|
|
<width>35</width>
|
|
<height>35</height>
|
|
</rect>
|
|
</property>
|
|
<property name="styleSheet">
|
|
<string notr="true">background-color: rgb(0, 255, 127);
|
|
border-radius:20px</string>
|
|
</property>
|
|
<property name="text">
|
|
<string/>
|
|
</property>
|
|
</widget>
|
|
<widget class="QLabel" name="sub_title">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>30</x>
|
|
<y>0</y>
|
|
<width>301</width>
|
|
<height>71</height>
|
|
</rect>
|
|
</property>
|
|
<property name="font">
|
|
<font>
|
|
<family>Microsoft YaHei UI</family>
|
|
<pointsize>14</pointsize>
|
|
<weight>75</weight>
|
|
<bold>true</bold>
|
|
</font>
|
|
</property>
|
|
<property name="styleSheet">
|
|
<string notr="true">color: rgba(255, 255, 255, 150);
|
|
font-weight: bold;</string>
|
|
</property>
|
|
<property name="text">
|
|
<string>当前活动</string>
|
|
</property>
|
|
<property name="textFormat">
|
|
<enum>Qt::PlainText</enum>
|
|
</property>
|
|
<property name="alignment">
|
|
<set>Qt::AlignCenter</set>
|
|
</property>
|
|
</widget>
|
|
<widget class="QLabel" name="backgnd">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>10</x>
|
|
<y>10</y>
|
|
<width>341</width>
|
|
<height>91</height>
|
|
</rect>
|
|
</property>
|
|
<property name="styleSheet">
|
|
<string notr="true">background-color: rgba(15, 18, 22, 255);
|
|
border-radius: 8px</string>
|
|
</property>
|
|
<property name="text">
|
|
<string/>
|
|
</property>
|
|
</widget>
|
|
<zorder>backgnd</zorder>
|
|
<zorder>blurEffect</zorder>
|
|
<zorder>sub_title</zorder>
|
|
<zorder>subject</zorder>
|
|
</widget>
|
|
<resources/>
|
|
<connections/>
|
|
</ui>
|