Martchus / qtutilities

Common Qt related C++ classes and routines used by my applications such as dialogs, widgets and models

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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 checkout 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-2024 Marius Kittler

All code is licensed under GPL-2-or-later.

About

Common Qt related C++ classes and routines used by my applications such as dialogs, widgets and models

License:GNU General Public License v2.0


Languages

Language:C++ 76.8%Language:CMake 22.0%Language:C 1.0%Language:Shell 0.3%