WeChatMsg/app/Ui/chat/myinfo/myinfoUi.ui
2023-01-11 13:04:19 +08:00

212 lines
4.9 KiB
XML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>Frame</class>
<widget class="QFrame" name="Frame">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>1120</width>
<height>720</height>
</rect>
</property>
<property name="windowTitle">
<string>Frame</string>
</property>
<widget class="QLabel" name="l_avatar">
<property name="geometry">
<rect>
<x>370</x>
<y>140</y>
<width>80</width>
<height>80</height>
</rect>
</property>
<property name="text">
<string/>
</property>
<property name="pixmap">
<pixmap>../../../a_img/微信图片_20221215224740.jpg</pixmap>
</property>
<property name="scaledContents">
<bool>true</bool>
</property>
</widget>
<widget class="QPushButton" name="btn_update">
<property name="geometry">
<rect>
<x>370</x>
<y>610</y>
<width>93</width>
<height>28</height>
</rect>
</property>
<property name="text">
<string>修改资料</string>
</property>
</widget>
<widget class="QLabel" name="ltips">
<property name="geometry">
<rect>
<x>490</x>
<y>620</y>
<width>72</width>
<height>15</height>
</rect>
</property>
<property name="text">
<string/>
</property>
</widget>
<widget class="QWidget" name="">
<property name="geometry">
<rect>
<x>270</x>
<y>260</y>
<width>281</width>
<height>311</height>
</rect>
</property>
<layout class="QVBoxLayout" name="verticalLayout">
<property name="sizeConstraint">
<enum>QLayout::SetMinAndMaxSize</enum>
</property>
<item>
<widget class="QLabel" name="l_username">
<property name="text">
<string>账号2020303457</string>
</property>
</widget>
</item>
<item>
<layout class="QHBoxLayout" name="horizontalLayout_6">
<item>
<widget class="QLabel" name="l_nickname">
<property name="text">
<string>昵称:</string>
</property>
</widget>
</item>
<item>
<widget class="QLineEdit" name="line_nickname"/>
</item>
</layout>
</item>
<item>
<layout class="QHBoxLayout" name="horizontalLayout_7">
<item>
<widget class="QLabel" name="l_gender">
<property name="text">
<string>性别:</string>
</property>
</widget>
</item>
<item>
<widget class="QRadioButton" name="radioButton">
<property name="text">
<string></string>
</property>
</widget>
</item>
<item>
<widget class="QRadioButton" name="radioButton_2">
<property name="text">
<string></string>
</property>
</widget>
</item>
</layout>
</item>
<item>
<layout class="QHBoxLayout" name="horizontalLayout_2">
<item>
<widget class="QLabel" name="l_nickname_3">
<property name="text">
<string>城市:</string>
</property>
</widget>
</item>
<item>
<widget class="QLineEdit" name="line_city">
<property name="text">
<string/>
</property>
</widget>
</item>
</layout>
</item>
<item>
<layout class="QHBoxLayout" name="horizontalLayout">
<item>
<widget class="QLabel" name="l_nickname_2">
<property name="text">
<string>省份:</string>
</property>
</widget>
</item>
<item>
<widget class="QLineEdit" name="line_province"/>
</item>
</layout>
</item>
<item>
<layout class="QHBoxLayout" name="horizontalLayout_3">
<item>
<widget class="QLabel" name="l_tel">
<property name="text">
<string>电话:</string>
</property>
</widget>
</item>
<item>
<widget class="QLineEdit" name="line_tel">
<property name="text">
<string/>
</property>
</widget>
</item>
</layout>
</item>
<item>
<layout class="QHBoxLayout" name="horizontalLayout_4">
<item>
<widget class="QLabel" name="l_nickname_5">
<property name="text">
<string>邮箱:</string>
</property>
</widget>
</item>
<item>
<widget class="QLineEdit" name="line_email">
<property name="text">
<string/>
</property>
</widget>
</item>
</layout>
</item>
<item>
<layout class="QHBoxLayout" name="horizontalLayout_5">
<item>
<widget class="QLabel" name="l_nickname_6">
<property name="text">
<string>签名:</string>
</property>
</widget>
</item>
<item>
<widget class="QLineEdit" name="line_signsture">
<property name="text">
<string/>
</property>
</widget>
</item>
</layout>
</item>
</layout>
</widget>
</widget>
<resources/>
<connections/>
</ui>