You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
235 lines
5.8 KiB
235 lines
5.8 KiB
<?xml version="1.0" encoding="UTF-8"?>
|
|
<ui version="4.0">
|
|
<class>set</class>
|
|
<widget class="QMainWindow" name="set">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>0</x>
|
|
<y>0</y>
|
|
<width>800</width>
|
|
<height>480</height>
|
|
</rect>
|
|
</property>
|
|
<property name="windowTitle">
|
|
<string>set</string>
|
|
</property>
|
|
<widget class="QWidget" name="centralwidget">
|
|
<property name="styleSheet">
|
|
<string notr="true">QWidget#centralwidget{
|
|
background-color: rgb(238, 238, 236);
|
|
}</string>
|
|
</property>
|
|
<widget class="QWidget" name="layoutWidget">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>40</x>
|
|
<y>20</y>
|
|
<width>731</width>
|
|
<height>441</height>
|
|
</rect>
|
|
</property>
|
|
<layout class="QVBoxLayout" name="verticalLayout">
|
|
<property name="spacing">
|
|
<number>20</number>
|
|
</property>
|
|
<item>
|
|
<widget class="QPushButton" name="pushButton_2">
|
|
<property name="sizePolicy">
|
|
<sizepolicy hsizetype="Minimum" vsizetype="Minimum">
|
|
<horstretch>0</horstretch>
|
|
<verstretch>0</verstretch>
|
|
</sizepolicy>
|
|
</property>
|
|
<property name="font">
|
|
<font>
|
|
<pointsize>15</pointsize>
|
|
<weight>75</weight>
|
|
<bold>true</bold>
|
|
</font>
|
|
</property>
|
|
<property name="styleSheet">
|
|
<string notr="true">QPushButton{
|
|
border-radius:15px;
|
|
background-position: left;
|
|
padding-left:80px;
|
|
border: none;
|
|
background-color: rgb(255, 255, 255);
|
|
color:rgb(0, 0, 0);
|
|
text-align:left;
|
|
}
|
|
QPushButton#pushButton_2:hover{
|
|
|
|
|
|
background-color: rgb(211, 215, 207);
|
|
}
|
|
|
|
</string>
|
|
</property>
|
|
<property name="text">
|
|
<string>我的设备</string>
|
|
</property>
|
|
<property name="checkable">
|
|
<bool>true</bool>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<widget class="QPushButton" name="pushButton_3">
|
|
<property name="sizePolicy">
|
|
<sizepolicy hsizetype="Minimum" vsizetype="Minimum">
|
|
<horstretch>0</horstretch>
|
|
<verstretch>0</verstretch>
|
|
</sizepolicy>
|
|
</property>
|
|
<property name="font">
|
|
<font>
|
|
<pointsize>15</pointsize>
|
|
<weight>75</weight>
|
|
<bold>true</bold>
|
|
</font>
|
|
</property>
|
|
<property name="styleSheet">
|
|
<string notr="true">QPushButton{
|
|
border-radius:15px;
|
|
background-position: left;
|
|
padding-left:80px;
|
|
border: none;
|
|
background-color: rgb(255, 255, 255);
|
|
color:rgb(0, 0, 0);
|
|
text-align:left;
|
|
}
|
|
QPushButton#pushButton_3:hover{
|
|
|
|
|
|
background-color: rgb(211, 215, 207);
|
|
}</string>
|
|
</property>
|
|
<property name="text">
|
|
<string>WLAN</string>
|
|
</property>
|
|
<property name="checkable">
|
|
<bool>true</bool>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<widget class="QPushButton" name="pushButton_4">
|
|
<property name="sizePolicy">
|
|
<sizepolicy hsizetype="Minimum" vsizetype="Minimum">
|
|
<horstretch>0</horstretch>
|
|
<verstretch>0</verstretch>
|
|
</sizepolicy>
|
|
</property>
|
|
<property name="font">
|
|
<font>
|
|
<pointsize>15</pointsize>
|
|
<weight>75</weight>
|
|
<bold>true</bold>
|
|
</font>
|
|
</property>
|
|
<property name="styleSheet">
|
|
<string notr="true">QPushButton{
|
|
border-radius:15px;
|
|
background-position: left;
|
|
padding-left:80px;
|
|
border: none;
|
|
background-color: rgb(255, 255, 255);
|
|
color:rgb(0, 0, 0);
|
|
text-align:left;
|
|
}
|
|
QPushButton#pushButton_4:hover{
|
|
|
|
|
|
background-color: rgb(211, 215, 207);
|
|
}</string>
|
|
</property>
|
|
<property name="text">
|
|
<string>蓝牙</string>
|
|
</property>
|
|
<property name="checkable">
|
|
<bool>true</bool>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<widget class="QPushButton" name="pushButton_5">
|
|
<property name="sizePolicy">
|
|
<sizepolicy hsizetype="Minimum" vsizetype="Minimum">
|
|
<horstretch>0</horstretch>
|
|
<verstretch>0</verstretch>
|
|
</sizepolicy>
|
|
</property>
|
|
<property name="font">
|
|
<font>
|
|
<pointsize>15</pointsize>
|
|
<weight>75</weight>
|
|
<bold>true</bold>
|
|
</font>
|
|
</property>
|
|
<property name="styleSheet">
|
|
<string notr="true">QPushButton{
|
|
border-radius:15px;
|
|
background-position: left;
|
|
padding-left:80px;
|
|
border: none;
|
|
background-color: rgb(255, 255, 255);
|
|
color:rgb(0, 0, 0);
|
|
text-align:left;
|
|
}
|
|
QPushButton#pushButton_5:hover{
|
|
|
|
|
|
background-color: rgb(211, 215, 207);
|
|
}</string>
|
|
</property>
|
|
<property name="text">
|
|
<string>个人热点</string>
|
|
</property>
|
|
<property name="checkable">
|
|
<bool>true</bool>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<widget class="QPushButton" name="pushButton_6">
|
|
<property name="sizePolicy">
|
|
<sizepolicy hsizetype="Minimum" vsizetype="Minimum">
|
|
<horstretch>0</horstretch>
|
|
<verstretch>0</verstretch>
|
|
</sizepolicy>
|
|
</property>
|
|
<property name="font">
|
|
<font>
|
|
<pointsize>15</pointsize>
|
|
<weight>75</weight>
|
|
<bold>true</bold>
|
|
</font>
|
|
</property>
|
|
<property name="styleSheet">
|
|
<string notr="true">QPushButton{
|
|
border-radius:15px;
|
|
background-position: left;
|
|
padding-left:80px;
|
|
border: none;
|
|
background-color: rgb(255, 255, 255);
|
|
color:rgb(0, 0, 0);
|
|
text-align:left;
|
|
}
|
|
</string>
|
|
</property>
|
|
<property name="text">
|
|
<string>家庭守护</string>
|
|
</property>
|
|
<property name="checkable">
|
|
<bool>false</bool>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
</layout>
|
|
</widget>
|
|
</widget>
|
|
</widget>
|
|
<resources/>
|
|
<connections/>
|
|
</ui>
|