https://github.com/martchus/qtutilities
Common Qt related C++ classes and routines used by my applications such as dialogs, widgets and models
https://github.com/martchus/qtutilities
cpp-library hacktoberfest qt-gui qt-libraries
Last synced: about 1 month ago
JSON representation
Common Qt related C++ classes and routines used by my applications such as dialogs, widgets and models
- Host: GitHub
- URL: https://github.com/martchus/qtutilities
- Owner: Martchus
- License: gpl-2.0
- Created: 2015-04-22T16:54:45.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2026-03-27T21:41:04.000Z (3 months ago)
- Last Synced: 2026-04-03T01:28:55.550Z (2 months ago)
- Topics: cpp-library, hacktoberfest, qt-gui, qt-libraries
- Language: C++
- Homepage:
- Size: 974 KB
- Stars: 40
- Watchers: 6
- Forks: 21
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# qtutilities
Common Qt related C++ classes and routines used by my applications such as dialogs, widgets and models.
## Build instructions
Qt utilities depends on c++utilities and is built in the same way. So check out this repository for further
instructions. The documentation for various CMake variables influencing the build is also provided in the
c++utilities repository.
The library also depends on the following Qt modules (only the latest Qt 5 and Qt 6 version tested):
core, gui, widgets
Some header files also require further Qt modules.
## Copyright notice and license
Copyright © 2015-2026 Marius Kittler
All code is licensed under [GPL-2-or-later](LICENSE).