1 Star 15 Fork 9

Qt(开源集合) / NavListView

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
frmnavlistviewform.ui 2.87 KB
一键复制 编辑 原始数据 按行查看 历史
shengzhe8688 提交于 2021-03-28 16:51 . 首次上传
<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>frmNavListViewForm</class>
<widget class="QWidget" name="frmNavListViewForm">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>703</width>
<height>529</height>
</rect>
</property>
<property name="windowTitle">
<string>Form</string>
</property>
<layout class="QHBoxLayout" name="horizontalLayout">
<property name="spacing">
<number>0</number>
</property>
<property name="leftMargin">
<number>0</number>
</property>
<property name="topMargin">
<number>0</number>
</property>
<property name="rightMargin">
<number>0</number>
</property>
<property name="bottomMargin">
<number>0</number>
</property>
<item>
<widget class="NavListView" name="listView">
<property name="maximumSize">
<size>
<width>150</width>
<height>16777215</height>
</size>
</property>
</widget>
</item>
<item>
<widget class="QStackedWidget" name="stackedWidget">
<widget class="QWidget" name="page1">
<layout class="QVBoxLayout" name="verticalLayout">
<item>
<widget class="QLabel" name="lab1">
<property name="text">
<string>主界面</string>
</property>
<property name="alignment">
<set>Qt::AlignCenter</set>
</property>
</widget>
</item>
</layout>
</widget>
<widget class="QWidget" name="page2">
<layout class="QVBoxLayout" name="verticalLayout_2">
<item>
<widget class="QLabel" name="lab1_2">
<property name="text">
<string>防区信息</string>
</property>
<property name="alignment">
<set>Qt::AlignCenter</set>
</property>
</widget>
</item>
</layout>
</widget>
<widget class="QWidget" name="page3">
<layout class="QVBoxLayout" name="verticalLayout_3">
<item>
<widget class="QLabel" name="lab3">
<property name="text">
<string>地图编辑</string>
</property>
<property name="alignment">
<set>Qt::AlignCenter</set>
</property>
</widget>
</item>
</layout>
</widget>
<widget class="QWidget" name="page4">
<layout class="QVBoxLayout" name="verticalLayout_4">
<item>
<widget class="QLabel" name="lab4">
<property name="text">
<string>位置调整</string>
</property>
<property name="alignment">
<set>Qt::AlignCenter</set>
</property>
</widget>
</item>
</layout>
</widget>
</widget>
</item>
</layout>
</widget>
<customwidgets>
<customwidget>
<class>NavListView</class>
<extends>QListView</extends>
<header>navlistview.h</header>
</customwidget>
</customwidgets>
<resources/>
<connections/>
</ui>
C/C++
1
https://gitee.com/qt-open-source-collection/NavListView.git
git@gitee.com:qt-open-source-collection/NavListView.git
qt-open-source-collection
NavListView
NavListView
master

搜索帮助