1 Star 0 Fork 16

weinkym/qipmsg

forked from caowai/qipmsg 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
qipmsg.ui 3.52 KB
一键复制 编辑 原始数据 按行查看 历史
caowai 提交于 2019-01-10 21:56 . Update ui desgin.
<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>QIPMSG</class>
<widget class="QMainWindow" name="QIPMSG">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>268</width>
<height>640</height>
</rect>
</property>
<property name="minimumSize">
<size>
<width>240</width>
<height>640</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>300</width>
<height>800</height>
</size>
</property>
<property name="windowTitle">
<string notr="true">QIPMSG</string>
</property>
<property name="styleSheet">
<string notr="true">background-color: rgb(186, 189, 182);</string>
</property>
<widget class="QWidget" name="centralWidget">
<widget class="QListWidget" name="listWidgetUserList">
<property name="geometry">
<rect>
<x>10</x>
<y>10</y>
<width>251</width>
<height>580</height>
</rect>
</property>
<property name="minimumSize">
<size>
<width>220</width>
<height>580</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>280</width>
<height>740</height>
</size>
</property>
<property name="styleSheet">
<string notr="true">background-color: rgb(186, 189, 182);</string>
</property>
</widget>
<widget class="QLabel" name="labelStatus">
<property name="geometry">
<rect>
<x>10</x>
<y>600</y>
<width>211</width>
<height>16</height>
</rect>
</property>
<property name="text">
<string/>
</property>
</widget>
</widget>
<widget class="QMenuBar" name="menuBar">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>268</width>
<height>19</height>
</rect>
</property>
<widget class="QMenu" name="menuUser">
<property name="title">
<string>User</string>
</property>
<addaction name="actionRefresh"/>
</widget>
<widget class="QMenu" name="menuSettings">
<property name="title">
<string>Settings</string>
</property>
<widget class="QMenu" name="menuLanguage">
<property name="title">
<string>Language</string>
</property>
<addaction name="actionChinese"/>
<addaction name="actionEnglish"/>
</widget>
<addaction name="actionConfigration"/>
<addaction name="menuLanguage"/>
</widget>
<addaction name="menuUser"/>
<addaction name="menuSettings"/>
</widget>
<action name="actionRefresh">
<property name="text">
<string>Refresh</string>
</property>
</action>
<action name="actionDetail">
<property name="text">
<string>Detail</string>
</property>
</action>
<action name="actionSearch">
<property name="text">
<string>Search</string>
</property>
</action>
<action name="actionExit">
<property name="text">
<string>Exit</string>
</property>
</action>
<action name="actionConfigration">
<property name="text">
<string>Configration</string>
</property>
</action>
<action name="actionVersion">
<property name="text">
<string>Version</string>
</property>
</action>
<action name="actionEmail">
<property name="text">
<string>Email</string>
</property>
</action>
<action name="actionChinese">
<property name="text">
<string>Chinese</string>
</property>
</action>
<action name="actionEnglish">
<property name="text">
<string>English</string>
</property>
</action>
</widget>
<layoutdefault spacing="6" margin="11"/>
<resources/>
<connections/>
</ui>
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C++
1
https://gitee.com/weinkym/qipmsg.git
[email protected]:weinkym/qipmsg.git
weinkym
qipmsg
qipmsg
master

搜索帮助