1 Star 3 Fork 6

zlqzlq/AnimateStackedWidget

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
mainwindow.ui 2.44 KB
一键复制 编辑 原始数据 按行查看 历史
zlqzlq 提交于 2022-03-17 20:59 . init commit
<?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>448</width>
<height>607</height>
</rect>
</property>
<property name="windowTitle">
<string>MainWindow</string>
</property>
<widget class="QWidget" name="centralwidget">
<layout class="QVBoxLayout" name="verticalLayout">
<item>
<widget class="AnimateStackedWidget" name="stackedWidget"/>
</item>
<item>
<layout class="QHBoxLayout" name="horizontalLayout">
<item>
<spacer name="horizontalSpacer">
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>40</width>
<height>20</height>
</size>
</property>
</spacer>
</item>
<item>
<widget class="QPushButton" name="btnWidget1">
<property name="text">
<string>One</string>
</property>
</widget>
</item>
<item>
<widget class="QPushButton" name="btnWidget2">
<property name="text">
<string>Two</string>
</property>
</widget>
</item>
<item>
<widget class="QPushButton" name="btnWidget3">
<property name="text">
<string>Three</string>
</property>
</widget>
</item>
<item>
<widget class="QPushButton" name="btnWidget4">
<property name="text">
<string>Four</string>
</property>
</widget>
</item>
<item>
<widget class="QPushButton" name="btnWidget5">
<property name="text">
<string>Five</string>
</property>
</widget>
</item>
<item>
<spacer name="horizontalSpacer_2">
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>40</width>
<height>20</height>
</size>
</property>
</spacer>
</item>
</layout>
</item>
</layout>
</widget>
</widget>
<customwidgets>
<customwidget>
<class>AnimateStackedWidget</class>
<extends>QStackedWidget</extends>
<header>animatestackedwidget.h</header>
<container>1</container>
</customwidget>
</customwidgets>
<resources/>
<connections/>
</ui>
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/zhouliqiu/animate-stacked-widget.git
git@gitee.com:zhouliqiu/animate-stacked-widget.git
zhouliqiu
animate-stacked-widget
AnimateStackedWidget
master

搜索帮助