WeChatMsg/app/Ui/chat/addContact/addContactUi.ui

208 lines
4.5 KiB
Plaintext
Raw Normal View History

2023-01-11 13:04:19 +08:00
<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>Dialog</class>
<widget class="QDialog" name="Dialog">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>400</width>
<height>300</height>
</rect>
</property>
<property name="windowTitle">
<string>Dialog</string>
</property>
<widget class="QLabel" name="label_3">
<property name="geometry">
<rect>
<x>120</x>
<y>0</y>
<width>221</width>
<height>51</height>
</rect>
</property>
<property name="font">
<font>
<family>一纸情书</family>
<pointsize>20</pointsize>
</font>
</property>
<property name="text">
<string>添加好友</string>
</property>
</widget>
<widget class="QLabel" name="error">
<property name="geometry">
<rect>
<x>300</x>
<y>70</y>
<width>101</width>
<height>16</height>
</rect>
</property>
<property name="autoFillBackground">
<bool>false</bool>
</property>
<property name="styleSheet">
<string notr="true">color:red</string>
</property>
<property name="text">
<string/>
</property>
</widget>
<widget class="QLCDNumber" name="time">
<property name="geometry">
<rect>
<x>230</x>
<y>230</y>
<width>51</width>
<height>61</height>
</rect>
</property>
<property name="lineWidth">
<number>5</number>
</property>
<property name="digitCount">
<number>1</number>
</property>
<property name="value" stdset="0">
<double>8.000000000000000</double>
</property>
</widget>
<widget class="QLabel" name="tips">
<property name="geometry">
<rect>
<x>140</x>
<y>250</y>
<width>61</width>
<height>16</height>
</rect>
</property>
<property name="text">
<string>即将返回</string>
</property>
</widget>
<widget class="QToolButton" name="toolButton">
<property name="geometry">
<rect>
<x>360</x>
<y>0</y>
<width>47</width>
<height>21</height>
</rect>
</property>
<property name="text">
<string>...</string>
</property>
</widget>
<widget class="QPushButton" name="back">
<property name="geometry">
<rect>
<x>10</x>
<y>10</y>
<width>41</width>
<height>28</height>
</rect>
</property>
<property name="text">
<string>返回</string>
</property>
</widget>
<widget class="QLabel" name="avatar_img">
<property name="geometry">
<rect>
<x>310</x>
<y>130</y>
<width>80</width>
<height>80</height>
</rect>
</property>
<property name="text">
<string>+</string>
</property>
</widget>
<widget class="QWidget" name="layoutWidget">
<property name="geometry">
<rect>
<x>71</x>
<y>63</y>
<width>227</width>
<height>155</height>
</rect>
</property>
<layout class="QVBoxLayout" name="verticalLayout">
<item>
<layout class="QHBoxLayout" name="horizontalLayout_2">
<item>
<widget class="QLabel" name="label_2">
<property name="text">
<string>账号:</string>
</property>
</widget>
</item>
<item>
<widget class="QLineEdit" name="username"/>
</item>
</layout>
</item>
<item>
<layout class="QHBoxLayout" name="horizontalLayout_4">
<item>
<widget class="QLabel" name="label_4">
<property name="minimumSize">
<size>
<width>38</width>
<height>21</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>38</width>
<height>21</height>
</size>
</property>
<property name="text">
<string>备注:</string>
</property>
</widget>
</item>
<item>
<widget class="QLineEdit" name="nickname">
<property name="minimumSize">
<size>
<width>0</width>
<height>0</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>100000</width>
<height>10000</height>
</size>
</property>
</widget>
</item>
</layout>
</item>
<item>
<widget class="QPushButton" name="search">
<property name="text">
<string>查找</string>
</property>
</widget>
</item>
<item>
<widget class="QPushButton" name="add_contact">
<property name="text">
<string>添加联系人</string>
</property>
</widget>
</item>
</layout>
</widget>
</widget>
<resources/>
<connections/>
</ui>