1 Star 0 Fork 16

小杨/qipmsg

forked from caowai/qipmsg 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
formchat.ui 4.93 KB
一键复制 编辑 原始数据 按行查看 历史
caowai 提交于 2019-01-10 21:56 . Update ui desgin.
<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>FormChat</class>
<widget class="QWidget" name="FormChat">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>607</width>
<height>418</height>
</rect>
</property>
<property name="windowTitle">
<string notr="true"/>
</property>
<property name="styleSheet">
<string notr="true">background-color: rgb(211, 215, 207);</string>
</property>
<widget class="QTextEdit" name="textEditChat">
<property name="geometry">
<rect>
<x>10</x>
<y>260</y>
<width>361</width>
<height>121</height>
</rect>
</property>
<property name="styleSheet">
<string notr="true">background-color: rgb(211, 215, 207);</string>
</property>
</widget>
<widget class="QTextEdit" name="textEditHistory">
<property name="geometry">
<rect>
<x>10</x>
<y>10</y>
<width>361</width>
<height>241</height>
</rect>
</property>
<property name="styleSheet">
<string notr="true">background-color: rgb(211, 215, 207);</string>
</property>
<property name="readOnly">
<bool>true</bool>
</property>
</widget>
<widget class="QPushButton" name="pushButtonChatSent">
<property name="geometry">
<rect>
<x>290</x>
<y>390</y>
<width>80</width>
<height>23</height>
</rect>
</property>
<property name="text">
<string>Send(&amp;S)</string>
</property>
</widget>
<widget class="QWidget" name="widgetFile" native="true">
<property name="geometry">
<rect>
<x>380</x>
<y>90</y>
<width>221</width>
<height>321</height>
</rect>
</property>
<property name="styleSheet">
<string notr="true">background-color: rgb(211, 215, 207);</string>
</property>
<widget class="QTableWidget" name="tableWidgetRecvFileList">
<property name="geometry">
<rect>
<x>10</x>
<y>170</y>
<width>201</width>
<height>151</height>
</rect>
</property>
<property name="styleSheet">
<string notr="true">background-color: rgb(186, 189, 182);</string>
</property>
</widget>
<widget class="QTableWidget" name="tableWidgetSendFileList">
<property name="geometry">
<rect>
<x>10</x>
<y>0</y>
<width>201</width>
<height>161</height>
</rect>
</property>
<property name="contextMenuPolicy">
<enum>Qt::DefaultContextMenu</enum>
</property>
<property name="styleSheet">
<string notr="true">background-color: rgb(186, 189, 182);</string>
</property>
<property name="lineWidth">
<number>0</number>
</property>
<property name="autoScroll">
<bool>false</bool>
</property>
<property name="editTriggers">
<set>QAbstractItemView::NoEditTriggers</set>
</property>
<property name="showGrid">
<bool>false</bool>
</property>
<property name="gridStyle">
<enum>Qt::NoPen</enum>
</property>
<property name="wordWrap">
<bool>false</bool>
</property>
<property name="cornerButtonEnabled">
<bool>false</bool>
</property>
</widget>
</widget>
<widget class="QWidget" name="layoutWidget">
<property name="geometry">
<rect>
<x>430</x>
<y>10</y>
<width>171</width>
<height>71</height>
</rect>
</property>
<layout class="QVBoxLayout" name="verticalLayout">
<item>
<widget class="QLabel" name="labelChatClientValue">
<property name="text">
<string/>
</property>
</widget>
</item>
<item>
<widget class="QLabel" name="labelChatNameValue">
<property name="text">
<string/>
</property>
</widget>
</item>
<item>
<widget class="QLabel" name="labelChatHostValue">
<property name="text">
<string/>
</property>
</widget>
</item>
<item>
<widget class="QLabel" name="labelChatGroupValue">
<property name="text">
<string/>
</property>
</widget>
</item>
</layout>
</widget>
<widget class="QWidget" name="layoutWidget">
<property name="geometry">
<rect>
<x>390</x>
<y>10</y>
<width>37</width>
<height>71</height>
</rect>
</property>
<layout class="QVBoxLayout" name="verticalLayout_2">
<item>
<widget class="QLabel" name="labelChatClient">
<property name="text">
<string>Client</string>
</property>
</widget>
</item>
<item>
<widget class="QLabel" name="labelChatName">
<property name="text">
<string>Name</string>
</property>
</widget>
</item>
<item>
<widget class="QLabel" name="labelChatHost">
<property name="text">
<string>Host</string>
</property>
</widget>
</item>
<item>
<widget class="QLabel" name="labelChatGroup">
<property name="text">
<string>Group</string>
</property>
</widget>
</item>
</layout>
</widget>
</widget>
<resources/>
<connections/>
</ui>
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C++
1
https://gitee.com/yfyf_510/qipmsg.git
[email protected]:yfyf_510/qipmsg.git
yfyf_510
qipmsg
qipmsg
master

搜索帮助