1 Star 1 Fork 4

KK-Loong/qtfilemanager

forked from Lu_jiajun/qtfilemanager 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
mainwindow.ui 4.82 KB
一键复制 编辑 原始数据 按行查看 历史
Lu-jiajun 提交于 2022-09-29 10:30 . make file in windows
<?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>1151</width>
<height>600</height>
</rect>
</property>
<property name="windowTitle">
<string>MainWindow</string>
</property>
<widget class="QWidget" name="centralwidget">
<layout class="QVBoxLayout" name="verticalLayout_2">
<item>
<widget class="QTabWidget" name="tabWidget">
<property name="currentIndex">
<number>0</number>
</property>
<widget class="QWidget" name="tab">
<attribute name="title">
<string>fileview</string>
</attribute>
<layout class="QFormLayout" name="formLayout">
<item row="0" column="0">
<widget class="QLineEdit" name="lineEdit">
<property name="minimumSize">
<size>
<width>500</width>
<height>0</height>
</size>
</property>
</widget>
</item>
<item row="1" column="0" colspan="2">
<widget class="TreeView" name="treeView_3"/>
</item>
<item row="0" column="1">
<widget class="QPushButton" name="pushButton">
<property name="maximumSize">
<size>
<width>16777215</width>
<height>16777215</height>
</size>
</property>
<property name="text">
<string>go</string>
</property>
</widget>
</item>
</layout>
</widget>
<widget class="QWidget" name="tab_2">
<attribute name="title">
<string>content</string>
</attribute>
<layout class="QVBoxLayout" name="verticalLayout">
<item>
<widget class="QLineEdit" name="lineEdit_2"/>
</item>
<item>
<widget class="TreeView" name="treeView_4"/>
</item>
</layout>
</widget>
<widget class="QWidget" name="tab_3">
<attribute name="title">
<string>sort</string>
</attribute>
<layout class="QFormLayout" name="formLayout_2">
<item row="0" column="0">
<widget class="QLineEdit" name="lineEdit_3">
<property name="minimumSize">
<size>
<width>500</width>
<height>0</height>
</size>
</property>
</widget>
</item>
<item row="0" column="1">
<widget class="QPushButton" name="pushButton_2">
<property name="text">
<string>PushButton</string>
</property>
</widget>
</item>
<item row="1" column="0" colspan="2">
<widget class="TreeView" name="treeView"/>
</item>
</layout>
</widget>
</widget>
</item>
</layout>
</widget>
<widget class="QMenuBar" name="menubar">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>1151</width>
<height>27</height>
</rect>
</property>
<widget class="QMenu" name="menufile">
<property name="title">
<string>file</string>
</property>
</widget>
<widget class="QMenu" name="menuview">
<property name="title">
<string>view</string>
</property>
</widget>
<widget class="QMenu" name="menuhelp">
<property name="title">
<string>help</string>
</property>
</widget>
<widget class="QMenu" name="menunew">
<property name="title">
<string>new</string>
</property>
<addaction name="actionnewfile"/>
<addaction name="actionnewdir"/>
</widget>
<addaction name="menufile"/>
<addaction name="menunew"/>
<addaction name="menuview"/>
<addaction name="menuhelp"/>
</widget>
<widget class="QStatusBar" name="statusbar"/>
<widget class="QDockWidget" name="dockWidget">
<attribute name="dockWidgetArea">
<number>1</number>
</attribute>
<widget class="QWidget" name="dockWidgetContents">
<layout class="QHBoxLayout" name="horizontalLayout">
<item>
<widget class="TreeView" name="treeView_2"/>
</item>
</layout>
</widget>
</widget>
<action name="exitmenu">
<property name="text">
<string>exit</string>
</property>
</action>
<action name="actionabout">
<property name="text">
<string>about</string>
</property>
</action>
<action name="actionnavigator">
<property name="text">
<string>navigator</string>
</property>
</action>
<action name="actionnewfile">
<property name="text">
<string>newfile</string>
</property>
</action>
<action name="actionnewdir">
<property name="text">
<string>newdir</string>
</property>
</action>
</widget>
<customwidgets>
<customwidget>
<class>TreeView</class>
<extends>QTreeView</extends>
<header>treeview.h</header>
</customwidget>
</customwidgets>
<resources/>
<connections/>
</ui>
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C++
1
https://gitee.com/kk-loong/qtfilemanager.git
git@gitee.com:kk-loong/qtfilemanager.git
kk-loong
qtfilemanager
qtfilemanager
master

搜索帮助