3 Star 0 Fork 1

真高兴 / l104parse

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
mainwindow.ui 1.98 KB
一键复制 编辑 原始数据 按行查看 历史
真高兴 提交于 2014-08-09 10:49 . 初始化
<?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>962</width>
<height>552</height>
</rect>
</property>
<property name="windowTitle">
<string>104协议分析仪</string>
</property>
<widget class="QWidget" name="centralWidget">
<layout class="QGridLayout" name="gridLayout">
<item row="0" column="0">
<widget class="QTreeView" name="treeView"/>
</item>
<item row="1" column="0">
<layout class="QHBoxLayout" name="horizontalLayout">
<item>
<widget class="QTreeView" name="treeView_2"/>
</item>
<item>
<widget class="QTextEdit" name="textEdit"/>
</item>
</layout>
</item>
</layout>
</widget>
<widget class="QMenuBar" name="menuBar">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>962</width>
<height>23</height>
</rect>
</property>
</widget>
<widget class="QToolBar" name="mainToolBar">
<property name="movable">
<bool>false</bool>
</property>
<property name="iconSize">
<size>
<width>50</width>
<height>50</height>
</size>
</property>
<property name="toolButtonStyle">
<enum>Qt::ToolButtonTextUnderIcon</enum>
</property>
<attribute name="toolBarArea">
<enum>TopToolBarArea</enum>
</attribute>
<attribute name="toolBarBreak">
<bool>false</bool>
</attribute>
<addaction name="action"/>
</widget>
<widget class="QStatusBar" name="statusBar"/>
<action name="action">
<property name="icon">
<iconset resource="image.qrc">
<normaloff>:/image/information.png</normaloff>:/image/information.png</iconset>
</property>
<property name="text">
<string>打开文件</string>
</property>
</action>
</widget>
<layoutdefault spacing="6" margin="11"/>
<resources>
<include location="image.qrc"/>
</resources>
<connections/>
</ui>
1
https://gitee.com/zhengaoxing/l104parse.git
git@gitee.com:zhengaoxing/l104parse.git
zhengaoxing
l104parse
l104parse
master

搜索帮助