Common Qt related C++ classes and routines used by my applications such as dialogs, widgets and models
Go to file
Martchus deb9b4467f Look for Svg plugins within the Gui module's directory as well
In Qt 5  these plugins were loaded as part of the Svg module (at least with
my patches). With Qt 6 (for which I've dropped my patches) we need to
include the plugin's config file manually.
2020-11-07 21:38:18 +01:00
aboutdialog Support Qt 6 (commit 174154b) 2020-09-04 00:44:48 +02:00
cmake Look for Svg plugins within the Gui module's directory as well 2020-11-07 21:38:18 +01:00
dbus Add class to show notifications via D-Bus 2016-12-11 17:54:23 +01:00
enterpassworddialog Have everything in one top-level namespace 2019-06-10 21:57:46 +02:00
misc Support Qt 6 (commit 174154b) 2020-09-04 00:44:48 +02:00
models Avoid using functions and enum items deprecated in Qt 6 2020-09-15 18:10:15 +02:00
paletteeditor Support Qt 6 (commit 174154b) 2020-09-04 00:44:48 +02:00
resources Apply clang-format 2020-10-05 18:37:42 +02:00
scripts Remove required_icons.sh (replaced by findicons) 2018-10-15 17:44:59 +02:00
settingsdialog Remove overspecification of Qt version in documentation and comments 2020-09-04 01:19:20 +02:00
tests Avoid using qEnvironmentVariable() for compat with Qt < 5.10 2020-07-29 11:49:02 +02:00
translations Update translations 2020-07-07 12:14:48 +02:00
widgets Improve behavior of ButtonOverlay 2020-06-16 00:16:52 +02:00
.gitignore Apply clang-format 2017-05-01 03:16:25 +02:00
CMakeLists.txt Update patch version 2020-11-07 21:38:18 +01:00
LICENSE Initial commit 2015-04-22 18:54:45 +02:00
README.md Remove overspecification of Qt version in documentation and comments 2020-09-04 01:19:20 +02:00
global.h Adapt to changes in c++utilities 2019-06-12 20:39:02 +02:00

README.md

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 (version 5.6 or higher): core, gui, widgets Some header files also require further Qt modules.