嘿,亲!知识可是无价之宝呢,但咱这精心整理的资料也耗费了不少心血呀。小小地破费一下,绝对物超所值哦!如有下载和支付问题,请联系我们QQ(微信同号):813200300
本次赞助数额为: 2 元微信扫码支付:2 元
请留下您的邮箱,我们将在2小时内将文件发到您的邮箱
QCoolPage 界面样例,包含轮播图* 柱状图* 进度条用法等
QCoolPage 是一个较为炫酷的界面程序,包含如下内容,推荐参考学习
> * 轮播图
> * 柱状图
> * 进度条
> * 面板
> * 列表
> * 坐标系
> * 可移动按钮
> * 表格
> * 移动进度
> * 流程进度
> * 三维模型
编译环境:
Qt 5.15.2 Creator MinGW 64
.
├── QCoolPage
│ ├── QCoolPage.pro
│ ├── QCoolPage.pro.user
│ ├── QCoolPage.pro.user.3c7eb55.4.9-pre1
│ ├── QCoolPage.pro.user.b1708b9.4.8-pre1
│ ├── README.md
│ ├── app.ico
│ ├── etc
│ │ └── qt.conf
│ ├── flowlayout
│ │ ├── flowlayout.cpp
│ │ └── flowlayout.h
│ ├── globaldef.hpp
│ ├── main.cpp
│ ├── maincontent
│ │ ├── controltabwidget.cpp
│ │ ├── controltabwidget.h
│ │ ├── controltabwidget.ui
│ │ ├── controltreewidget.cpp
│ │ ├── controltreewidget.h
│ │ ├── controltreewidget.ui
│ │ └── controlwidget
│ │ ├── bannacontrol
│ │ │ ├── bannacontrol.cpp
│ │ │ ├── bannacontrol.h
│ │ │ ├── bannacontrol.ui
│ │ │ ├── bannawidget.cpp
│ │ │ ├── bannawidget.h
│ │ │ └── bannawidget.ui
│ │ ├── cylindercontrol
│ │ │ ├── cylindercontrol.cpp
│ │ │ ├── cylindercontrol.h
│ │ │ ├── cylindercontrol.ui
│ │ │ ├── cylinderwidget.cpp
│ │ │ ├── cylinderwidget.h
│ │ │ └── cylinderwidget.ui
│ │ ├── framecontrol
│ │ │ ├── framecontrol.cpp
│ │ │ ├── framecontrol.h
│ │ │ ├── framewidget.cpp
│ │ │ ├── framewidget.h
│ │ │ └── framewidget.ui
│ │ ├── listcontrol
│ │ │ ├── listcontrol.cpp
│ │ │ ├── listcontrol.h
│ │ │ ├── listcontrol.ui
│ │ │ ├── listwidget.cpp
│ │ │ ├── listwidget.h
│ │ │ └── listwidget.ui
│ │ ├── movecontrol
│ │ │ ├── movecontrol.cpp
│ │ │ ├── movecontrol.h
│ │ │ ├── movecontrol.ui
│ │ │ ├── movewidget.cpp
│ │ │ ├── movewidget.h
│ │ │ └── movewidget.ui
│ │ ├── openglcontrol
│ │ │ ├── cameralibrary.cpp
│ │ │ ├── cameralibrary.h
│ │ │ ├── objectfactory.cpp
│ │ │ ├── objectfactory.h
│ │ │ ├── objectmodel
│ │ │ │ ├── objectcube.cpp
│ │ │ │ ├── objectcube.h
│ │ │ │ ├── objectparent.cpp
│ │ │ │ └── objectparent.h
│ │ │ ├── openglcontrol.cpp
│ │ │ ├── openglcontrol.h
│ │ │ ├── opengldef.h
│ │ │ ├── openglwidget.cpp
│ │ │ ├── openglwidget.h
│ │ │ ├── openglwidget.ui
│ │ │ ├── shaderlibrary.cpp
│ │ │ ├── shaderlibrary.h
│ │ │ ├── texturelibrary.cpp
│ │ │ └── texturelibrary.h
│ │ ├── plotcontrol
│ │ │ ├── plotcontrol.cpp
│ │ │ ├── plotcontrol.h
│ │ │ ├── plotcontrol.ui
│ │ │ ├── plotwidget.cpp
│ │ │ ├── plotwidget.h
│ │ │ └── plotwidget.ui
│ │ ├── processcontrol
│ │ │ ├── processcontrol.cpp
│ │ │ ├── processcontrol.h
│ │ │ ├── processcontrol.ui
│ │ │ ├── processwidget.cpp
│ │ │ ├── processwidget.h
│ │ │ └── processwidget.ui
│ │ ├── progresscontrol
│ │ │ ├── progresscontrol.cpp
│ │ │ ├── progresscontrol.h
│ │ │ ├── progresscontrol.ui
│ │ │ ├── progresswidget.cpp
│ │ │ ├── progresswidget.h
│ │ │ └── progresswidget.ui
│ │ ├── slidercontrol
│ │ │ ├── slidercontrol.cpp
│ │ │ ├── slidercontrol.h
│ │ │ ├── slidercontrol.ui
│ │ │ ├── sliderwidget.cpp
│ │ │ ├── sliderwidget.h
│ │ │ └── sliderwidget.ui
│ │ └── tablecontrol
│ │ ├── tablecontrol.cpp
│ │ ├── tablecontrol.h
│ │ ├── tablecontrol.ui
│ │ ├── tablewidget.cpp
│ │ ├── tablewidget.h
│ │ └── tablewidget.ui
│ ├── mainwindow.cpp
│ ├── mainwindow.h
│ ├── mainwindow.ui
│ ├── mkres
│ │ ├── 1.png
│ │ ├── 2.png
│ │ ├── 3.png
│ │ ├── 4.png
│ │ ├── 5.png
│ │ ├── 6.png
│ │ ├── 7.png
│ │ └── 8.png
│ ├── myapp.rc
│ ├── numberanimation
│ │ ├── numberanimation.cpp
│ │ └── numberanimation.h
│ ├── qcustomplot
│ │ ├── qcustomplot.cpp
│ │ └── qcustomplot.h
│ ├── release
│ │ ├── D3Dcompiler_47.dll
│ │ ├── QCoolPage.exe
│ │ ├── Qt5Core.dll
│ │ ├── Qt5Gui.dll
│ │ ├── Qt5PrintSupport.dll
│ │ ├── Qt5Svg.dll
│ │ ├── Qt5Widgets.dll
│ │ ├── iconengines
│ │ │ └── qsvgicon.dll
│ │ ├── imageformats
│ │ │ ├── qdds.dll
│ │ │ ├── qgif.dll
│ │ │ ├── qicns.dll
│ │ │ ├── qico.dll
│ │ │ ├── qjpeg.dll
│ │ │ ├── qsvg.dll
│ │ │ ├── qtga.dll
│ │ │ ├── qtiff.dll
│ │ │ ├── qwbmp.dll
│ │ │ └── qwebp.dll
│ │ ├── libEGL.dll
│ │ ├── libGLESV2.dll
│ │ ├── libgcc_s_dw2-1.dll
│ │ ├── libstdc -6.dll
│ │ ├── libwinpthread-1.dll
│ │ ├── opengl32sw.dll
│ │ ├── platforms
│ │ │ └── qwindows.dll
│ │ ├── printsupport
│ │ │ └── windowsprintersupport.dll
│ │ └── translations
│ │ ├── qt_ca.qm
│ │ ├── qt_cs.qm
│ │ ├── qt_de.qm
│ │ ├── qt_en.qm
│ │ ├── qt_fi.qm
│ │ ├── qt_fr.qm
│ │ ├── qt_he.qm
│ │ ├── qt_hu.qm
│ │ ├── qt_it.qm
│ │ ├── qt_ja.qm
│ │ ├── qt_ko.qm
│ │ ├── qt_lv.qm
│ │ ├── qt_pl.qm
│ │ ├── qt_ru.qm
│ │ ├── qt_sk.qm
│ │ └── qt_uk.qm
│ ├── res
│ │ ├── image
│ │ │ ├── banna
│ │ │ │ ├── 1.jpg
│ │ │ │ ├── 2.jpg
│ │ │ │ ├── 3.jpg
│ │ │ │ ├── 4.jpg
│ │ │ │ └── 5.jpg
│ │ │ ├── close_hover.png
│ │ │ ├── close_normal.png
│ │ │ ├── image.png
│ │ │ ├── left_arrow_hover.png
│ │ │ ├── left_arrow_normal.png
│ │ │ ├── left_arrow_pressed.png
│ │ │ ├── max_hover.png
│ │ │ ├── max_normal.png
│ │ │ ├── min_hover.png
│ │ │ ├── min_normal.png
│ │ │ ├── normal_hover.png
│ │ │ ├── normal_normal.png
│ │ │ ├── other
│ │ │ │ ├── center_cyan.png
│ │ │ │ ├── circle.png
│ │ │ │ ├── close.png
│ │ │ │ ├── half_star.png
│ │ │ │ ├── hover_blue.png
│ │ │ │ ├── less_than.png
│ │ │ │ ├── more_than.png
│ │ │ │ ├── normal_gray.png
│ │ │ │ ├── splash.png
│ │ │ │ └── star.png
│ │ │ ├── right_arrow_hover.png
│ │ │ ├── right_arrow_normal.png
│ │ │ └── right_arrow_pressed.png
│ │ ├── shader
│ │ │ ├── frament_linux.glsl
│ │ │ ├── frament_windows.glsl
│ │ │ ├── vertex_linux.glsl
│ │ │ └── vertex_windows.glsl
│ │ ├── shaders.qrc
│ │ ├── stylesheet
│ │ │ └── stylesheet.qss
│ │ ├── texture
│ │ │ └── container.jpg
│ │ └── textures.qrc
│ ├── res.qrc
│ ├── screen
│ │ ├── mainobject.cpp
│ │ ├── mainobject.h
│ │ ├── splashscreen.cpp
│ │ └── splashscreen.h
│ ├── systemtray
│ │ ├── systemtray.cpp
│ │ └── systemtray.h
│ └── titlebar
│ ├── maintitlebar.cpp
│ ├── maintitlebar.h
│ ├── maintitlebar.ui
│ ├── titlebar.cpp
│ └── titlebar.h
└── QCoolPage 界面样例,包含轮播图 柱状图 进度条用法等.rar
36 directories, 203 files