mirror of
https://github.com/LC044/WeChatMsg
synced 2024-11-16 06:51:19 +08:00
218 lines
5.4 KiB
XML
218 lines
5.4 KiB
XML
<?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>800</width>
|
||
<height>720</height>
|
||
</rect>
|
||
</property>
|
||
<property name="windowTitle">
|
||
<string>Frame</string>
|
||
</property>
|
||
<widget class="QLabel" name="error">
|
||
<property name="geometry">
|
||
<rect>
|
||
<x>550</x>
|
||
<y>80</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="QLabel" name="tips">
|
||
<property name="geometry">
|
||
<rect>
|
||
<x>290</x>
|
||
<y>630</y>
|
||
<width>121</width>
|
||
<height>16</height>
|
||
</rect>
|
||
</property>
|
||
<property name="text">
|
||
<string>创建群聊成功</string>
|
||
</property>
|
||
</widget>
|
||
<widget class="QWidget" name="layoutWidget">
|
||
<property name="geometry">
|
||
<rect>
|
||
<x>140</x>
|
||
<y>70</y>
|
||
<width>401</width>
|
||
<height>511</height>
|
||
</rect>
|
||
</property>
|
||
<layout class="QVBoxLayout" name="verticalLayout">
|
||
<item>
|
||
<layout class="QHBoxLayout" name="horizontalLayout_2">
|
||
<item>
|
||
<widget class="QLabel" name="label_2">
|
||
<property name="font">
|
||
<font>
|
||
<pointsize>15</pointsize>
|
||
</font>
|
||
</property>
|
||
<property name="text">
|
||
<string>群 名:</string>
|
||
</property>
|
||
</widget>
|
||
</item>
|
||
<item>
|
||
<widget class="QLineEdit" name="group_name">
|
||
<property name="font">
|
||
<font>
|
||
<pointsize>15</pointsize>
|
||
</font>
|
||
</property>
|
||
<property name="text">
|
||
<string>请输入群名</string>
|
||
</property>
|
||
</widget>
|
||
</item>
|
||
</layout>
|
||
</item>
|
||
<item>
|
||
<layout class="QHBoxLayout" name="horizontalLayout">
|
||
<item>
|
||
<widget class="QLabel" name="label">
|
||
<property name="font">
|
||
<font>
|
||
<pointsize>15</pointsize>
|
||
</font>
|
||
</property>
|
||
<property name="text">
|
||
<string>群简介:</string>
|
||
</property>
|
||
</widget>
|
||
</item>
|
||
<item>
|
||
<widget class="QTextEdit" name="group_intro">
|
||
<property name="html">
|
||
<string><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">
|
||
<html><head><meta name="qrichtext" content="1" /><style type="text/css">
|
||
p, li { white-space: pre-wrap; }
|
||
</style></head><body style=" font-family:'SimSun'; font-size:9pt; font-weight:400; font-style:normal;">
|
||
<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">在这里介绍你的群聊(不超过150字)</p></body></html></string>
|
||
</property>
|
||
</widget>
|
||
</item>
|
||
</layout>
|
||
</item>
|
||
<item>
|
||
<layout class="QHBoxLayout" name="horizontalLayout_3">
|
||
<item>
|
||
<widget class="QPushButton" name="btn_set_gAvatar">
|
||
<property name="minimumSize">
|
||
<size>
|
||
<width>100</width>
|
||
<height>50</height>
|
||
</size>
|
||
</property>
|
||
<property name="maximumSize">
|
||
<size>
|
||
<width>100</width>
|
||
<height>50</height>
|
||
</size>
|
||
</property>
|
||
<property name="text">
|
||
<string>选择群头像</string>
|
||
</property>
|
||
</widget>
|
||
</item>
|
||
<item>
|
||
<widget class="QLabel" name="avatar_img">
|
||
<property name="minimumSize">
|
||
<size>
|
||
<width>100</width>
|
||
<height>100</height>
|
||
</size>
|
||
</property>
|
||
<property name="maximumSize">
|
||
<size>
|
||
<width>100</width>
|
||
<height>100</height>
|
||
</size>
|
||
</property>
|
||
<property name="text">
|
||
<string/>
|
||
</property>
|
||
</widget>
|
||
</item>
|
||
</layout>
|
||
</item>
|
||
<item>
|
||
<widget class="QPushButton" name="btn_create">
|
||
<property name="font">
|
||
<font>
|
||
<pointsize>15</pointsize>
|
||
</font>
|
||
</property>
|
||
<property name="text">
|
||
<string>创建</string>
|
||
</property>
|
||
</widget>
|
||
</item>
|
||
</layout>
|
||
</widget>
|
||
<widget class="QLabel" name="label_3">
|
||
<property name="geometry">
|
||
<rect>
|
||
<x>260</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="QPushButton" name="back">
|
||
<property name="geometry">
|
||
<rect>
|
||
<x>0</x>
|
||
<y>0</y>
|
||
<width>91</width>
|
||
<height>28</height>
|
||
</rect>
|
||
</property>
|
||
<property name="text">
|
||
<string>返回</string>
|
||
</property>
|
||
</widget>
|
||
<widget class="QToolButton" name="toolButton">
|
||
<property name="geometry">
|
||
<rect>
|
||
<x>750</x>
|
||
<y>0</y>
|
||
<width>47</width>
|
||
<height>21</height>
|
||
</rect>
|
||
</property>
|
||
<property name="text">
|
||
<string>...</string>
|
||
</property>
|
||
</widget>
|
||
</widget>
|
||
<resources/>
|
||
<connections/>
|
||
</ui>
|