1 Star 0 Fork 1

wangliangfmail / ASTAutoAddLog

forked from 水月洞天 / ASTAutoAddLog 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
mainwindow.ui 1.90 KB
一键复制 编辑 原始数据 按行查看 历史
水月洞天 提交于 2021-06-15 11:36 . 项目初始化
<?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>889</width>
<height>706</height>
</rect>
</property>
<property name="windowTitle">
<string>MainWindow</string>
</property>
<widget class="QWidget" name="centralWidget">
<layout class="QHBoxLayout" name="horizontalLayout" stretch="3,4">
<item>
<widget class="QTreeView" name="treeView"/>
</item>
<item>
<widget class="QTableView" name="tableView"/>
</item>
</layout>
</widget>
<widget class="QToolBar" name="mainToolBar">
<attribute name="toolBarArea">
<enum>TopToolBarArea</enum>
</attribute>
<attribute name="toolBarBreak">
<bool>false</bool>
</attribute>
<addaction name="actionOpen"/>
<addaction name="actioncollapseAll"/>
<addaction name="actionexpandAll"/>
<addaction name="actionRun"/>
<addaction name="actionExit"/>
</widget>
<widget class="QStatusBar" name="statusBar"/>
<widget class="QMenuBar" name="menuBar">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>889</width>
<height>36</height>
</rect>
</property>
</widget>
<action name="actionOpen">
<property name="text">
<string>&amp;Open</string>
</property>
</action>
<action name="actioncollapseAll">
<property name="text">
<string>&amp;collapseAll</string>
</property>
</action>
<action name="actionexpandAll">
<property name="text">
<string>&amp;expandAll</string>
</property>
</action>
<action name="actionRun">
<property name="text">
<string>Run</string>
</property>
</action>
<action name="actionExit">
<property name="text">
<string>Exit</string>
</property>
</action>
</widget>
<layoutdefault spacing="6" margin="11"/>
<resources/>
<connections/>
</ui>
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/wangliangfmail/astauto-add-log.git
git@gitee.com:wangliangfmail/astauto-add-log.git
wangliangfmail
astauto-add-log
ASTAutoAddLog
master

搜索帮助

344bd9b3 5694891 D2dac590 5694891