1 Star 0 Fork 56

redsnower/RabbitIm

forked from kl222/RabbitIm 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
MainWindow.ui 2.88 KB
一键复制 编辑 原始数据 按行查看 历史
kl222 提交于 2016-04-10 09:57 . 1. 修改linux下BUG
<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>MainWindow</class>
<widget class="QMainWindow" name="MainWindow">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>250</width>
<height>550</height>
</rect>
</property>
<property name="sizePolicy">
<sizepolicy hsizetype="Expanding" vsizetype="Expanding">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="windowTitle">
<string>RabbitIm</string>
</property>
<widget class="QWidget" name="centralWidget">
<property name="sizePolicy">
<sizepolicy hsizetype="Expanding" vsizetype="Expanding">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<layout class="QGridLayout" name="gridLayout"/>
</widget>
<widget class="QMenuBar" name="menuBar">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>250</width>
<height>25</height>
</rect>
</property>
<widget class="QMenu" name="menuOperator_O">
<property name="title">
<string>Operator(&amp;O)</string>
</property>
<addaction name="separator"/>
</widget>
<widget class="QMenu" name="menuHelp_H">
<property name="title">
<string>Help(&amp;H)</string>
</property>
<addaction name="actionAbout_A"/>
</widget>
<widget class="QMenu" name="menuTool_T">
<property name="title">
<string>Tool(&amp;T)</string>
</property>
<addaction name="actionScan_qrencode_S"/>
<addaction name="actionOptions_O"/>
</widget>
<addaction name="menuOperator_O"/>
<addaction name="menuTool_T"/>
<addaction name="menuHelp_H"/>
</widget>
<action name="actionAbout_A">
<property name="icon">
<iconset resource="Resource/Resource.qrc">
<normaloff>:/icon/Information</normaloff>:/icon/Information</iconset>
</property>
<property name="text">
<string>About(&amp;A)</string>
</property>
</action>
<action name="actionEnglish_E">
<property name="text">
<string>English(&amp;E)</string>
</property>
</action>
<action name="actionChinese_C">
<property name="text">
<string>Chinese(&amp;C)</string>
</property>
</action>
<action name="actionOptions_O">
<property name="icon">
<iconset resource="Resource/Resource.qrc">
<normaloff>:/icon/Options</normaloff>:/icon/Options</iconset>
</property>
<property name="text">
<string>Options(&amp;O)</string>
</property>
</action>
<action name="actionScan_qrencode_S">
<property name="icon">
<iconset resource="Resource/Resource.qrc">
<normaloff>:/icon/Scan</normaloff>:/icon/Scan</iconset>
</property>
<property name="text">
<string>Scan QR code(&amp;S)</string>
</property>
</action>
</widget>
<layoutdefault spacing="6" margin="11"/>
<resources>
<include location="Resource/Resource.qrc"/>
</resources>
<connections/>
</ui>
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C++
1
https://gitee.com/lvjianliang/rabbitim.git
git@gitee.com:lvjianliang/rabbitim.git
lvjianliang
rabbitim
RabbitIm
master

搜索帮助