2023-01-11 13:04:19 +08:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<ui version="4.0">
|
2023-03-31 11:15:44 +08:00
|
|
|
<class>Dialog</class>
|
|
|
|
<widget class="QDialog" name="Dialog">
|
|
|
|
<property name="geometry">
|
|
|
|
<rect>
|
|
|
|
<x>0</x>
|
|
|
|
<y>0</y>
|
2023-04-02 21:23:20 +08:00
|
|
|
<width>1244</width>
|
|
|
|
<height>738</height>
|
2023-03-31 11:15:44 +08:00
|
|
|
</rect>
|
|
|
|
</property>
|
|
|
|
<property name="cursor">
|
|
|
|
<cursorShape>ArrowCursor</cursorShape>
|
|
|
|
</property>
|
|
|
|
<property name="windowTitle">
|
|
|
|
<string>Dialog</string>
|
|
|
|
</property>
|
|
|
|
<property name="autoFillBackground">
|
|
|
|
<bool>false</bool>
|
|
|
|
</property>
|
|
|
|
<widget class="QFrame" name="frame_main">
|
|
|
|
<property name="geometry">
|
|
|
|
<rect>
|
2023-04-02 21:23:20 +08:00
|
|
|
<x>115</x>
|
|
|
|
<y>9</y>
|
2023-03-31 11:15:44 +08:00
|
|
|
<width>1120</width>
|
|
|
|
<height>720</height>
|
|
|
|
</rect>
|
|
|
|
</property>
|
2023-04-02 21:23:20 +08:00
|
|
|
<property name="minimumSize">
|
|
|
|
<size>
|
|
|
|
<width>1120</width>
|
|
|
|
<height>720</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
<property name="layoutDirection">
|
|
|
|
<enum>Qt::LeftToRight</enum>
|
|
|
|
</property>
|
2023-03-31 11:15:44 +08:00
|
|
|
<property name="frameShape">
|
|
|
|
<enum>QFrame::StyledPanel</enum>
|
|
|
|
</property>
|
|
|
|
<property name="frameShadow">
|
|
|
|
<enum>QFrame::Raised</enum>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
<widget class="QFrame" name="frame_info">
|
|
|
|
<property name="geometry">
|
|
|
|
<rect>
|
2023-04-02 21:23:20 +08:00
|
|
|
<x>9</x>
|
|
|
|
<y>9</y>
|
|
|
|
<width>100</width>
|
|
|
|
<height>720</height>
|
2023-03-31 11:15:44 +08:00
|
|
|
</rect>
|
|
|
|
</property>
|
2023-04-02 21:23:20 +08:00
|
|
|
<property name="minimumSize">
|
|
|
|
<size>
|
|
|
|
<width>100</width>
|
|
|
|
<height>500</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
2023-03-31 11:15:44 +08:00
|
|
|
<property name="styleSheet">
|
|
|
|
<string notr="true">background-color:rgb(240,240,240)</string>
|
|
|
|
</property>
|
|
|
|
<property name="frameShape">
|
|
|
|
<enum>QFrame::StyledPanel</enum>
|
|
|
|
</property>
|
|
|
|
<property name="frameShadow">
|
|
|
|
<enum>QFrame::Sunken</enum>
|
|
|
|
</property>
|
|
|
|
<widget class="QWidget" name="verticalLayoutWidget">
|
|
|
|
<property name="geometry">
|
|
|
|
<rect>
|
2023-04-02 21:23:20 +08:00
|
|
|
<x>0</x>
|
2023-03-31 11:15:44 +08:00
|
|
|
<y>190</y>
|
2023-04-02 21:23:20 +08:00
|
|
|
<width>91</width>
|
|
|
|
<height>271</height>
|
2023-03-31 11:15:44 +08:00
|
|
|
</rect>
|
|
|
|
</property>
|
2023-04-02 21:23:20 +08:00
|
|
|
<layout class="QVBoxLayout" name="verticalLayout_2" stretch="1,1,1,1">
|
2023-03-31 11:15:44 +08:00
|
|
|
<property name="spacing">
|
|
|
|
<number>0</number>
|
|
|
|
</property>
|
|
|
|
<item>
|
|
|
|
<widget class="QPushButton" name="btn_chat">
|
|
|
|
<property name="minimumSize">
|
|
|
|
<size>
|
|
|
|
<width>0</width>
|
2023-04-02 21:23:20 +08:00
|
|
|
<height>60</height>
|
2023-03-31 11:15:44 +08:00
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
<property name="styleSheet">
|
|
|
|
<string notr="true">QPushButton {background-color: rgb(240,240,240);}
|
|
|
|
QPushButton:hover{background-color: rgb(209,209,209);}
|
|
|
|
</string>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string>聊天</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QPushButton" name="btn_contact">
|
|
|
|
<property name="minimumSize">
|
|
|
|
<size>
|
|
|
|
<width>0</width>
|
2023-04-02 21:23:20 +08:00
|
|
|
<height>60</height>
|
2023-03-31 11:15:44 +08:00
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
<property name="styleSheet">
|
|
|
|
<string notr="true">QPushButton {background-color: rgb(240,240,240);}
|
|
|
|
QPushButton:hover{background-color: rgb(209,209,209);}
|
|
|
|
</string>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string>联系人</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QPushButton" name="btn_myinfo">
|
|
|
|
<property name="minimumSize">
|
|
|
|
<size>
|
2023-04-02 21:23:20 +08:00
|
|
|
<width>60</width>
|
|
|
|
<height>60</height>
|
2023-03-31 11:15:44 +08:00
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
<property name="styleSheet">
|
|
|
|
<string notr="true">QPushButton {background-color: rgb(240,240,240);}
|
|
|
|
QPushButton:hover{background-color: rgb(209,209,209);}
|
|
|
|
</string>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string>我的</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QPushButton" name="btn_about">
|
|
|
|
<property name="minimumSize">
|
|
|
|
<size>
|
2023-04-02 21:23:20 +08:00
|
|
|
<width>60</width>
|
|
|
|
<height>60</height>
|
2023-03-31 11:15:44 +08:00
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
<property name="styleSheet">
|
|
|
|
<string notr="true">QPushButton {background-color: rgb(240,240,240);}
|
|
|
|
QPushButton:hover{background-color: rgb(209,209,209);}
|
|
|
|
</string>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string>关于</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</widget>
|
|
|
|
<widget class="QLabel" name="myavatar">
|
|
|
|
<property name="geometry">
|
|
|
|
<rect>
|
2023-04-02 21:23:20 +08:00
|
|
|
<x>10</x>
|
|
|
|
<y>40</y>
|
|
|
|
<width>80</width>
|
|
|
|
<height>80</height>
|
2023-03-31 11:15:44 +08:00
|
|
|
</rect>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string>avatar</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
<widget class="QPushButton" name="sign_up">
|
|
|
|
<property name="geometry">
|
|
|
|
<rect>
|
|
|
|
<x>0</x>
|
|
|
|
<y>0</y>
|
2023-04-02 21:23:20 +08:00
|
|
|
<width>40</width>
|
2023-03-31 11:15:44 +08:00
|
|
|
<height>28</height>
|
|
|
|
</rect>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
2023-04-02 21:23:20 +08:00
|
|
|
<string>退出</string>
|
2023-03-31 11:15:44 +08:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
<widget class="QPushButton" name="btn_destroy">
|
|
|
|
<property name="geometry">
|
|
|
|
<rect>
|
2023-04-02 21:23:20 +08:00
|
|
|
<x>50</x>
|
2023-03-31 11:15:44 +08:00
|
|
|
<y>0</y>
|
2023-04-02 21:23:20 +08:00
|
|
|
<width>40</width>
|
2023-03-31 11:15:44 +08:00
|
|
|
<height>28</height>
|
|
|
|
</rect>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
2023-04-02 21:23:20 +08:00
|
|
|
<string>注销</string>
|
2023-03-31 11:15:44 +08:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</widget>
|
|
|
|
</widget>
|
|
|
|
<resources/>
|
|
|
|
<connections/>
|
2023-01-11 13:04:19 +08:00
|
|
|
</ui>
|