Skip to content

The "ProgressBar" example from Qt Design Studio, enhanced with a C++ backend providing data to the UI.

Notifications You must be signed in to change notification settings

qt-brlefebv/progress-bar-with-backend

Repository files navigation

This project builds upon the "ProgressBar" example provided with Qt Design Studio, by introducing a C++ backend to supply the progress datum to one of the three progress bars. It is intended to demonstrate the minimum viable infrastructure for wiring a C++-based library into a Qt/QML app.

The backend consists of a single custom type "ProgressProvider". It is implemented as both a QML stub for use in Design Studio and a C++ class for use in Creator. These are loaded by the .qmlproject and CMakeLists.txt files, respectively.

The initial commit is identical to the source as pulled from the Qt Design Studio examples directory. You can compare it to the HEAD commit to see what was added/changed.

About

The "ProgressBar" example from Qt Design Studio, enhanced with a C++ backend providing data to the UI.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published