Common Qt related C++ classes and routines used by my applications such as dialogs, widgets and models
Go to file
Martchus 9b559b153c Fix TLS support for static builds when using Qt 6.2.0 or newer
This Qt release "pluginized" the backends for TLS support so we need to
make sure to link against at least one TLS plugin since all of my
applications which use Qt Network expect TLS to work.
2021-10-02 19:39:51 +02:00
aboutdialog Fix typos found via `codespell --skip .git -w` 2021-07-03 19:14:13 +02:00
cmake Fix TLS support for static builds when using Qt 6.2.0 or newer 2021-10-02 19:39:51 +02:00
dbus Add class to show notifications via D-Bus 2016-12-11 17:54:23 +01:00
enterpassworddialog Fix typos found via `codespell --skip .git -w` 2021-07-03 19:14:13 +02:00
misc Fix typos found via `codespell --skip .git -w` 2021-07-03 19:14:13 +02:00
models Add missing `emit`s in ChecklistModel 2021-01-01 20:45:37 +01:00
paletteeditor Allow saving/loading the color palette config to/from an external file 2021-09-17 00:22:32 +02:00
resources Fix TLS support for static builds when using Qt 6.2.0 or newer 2021-10-02 19:39:51 +02:00
scripts Fix typos found via `codespell --skip .git -w` 2021-07-03 19:14:13 +02:00
settingsdialog Fix typos found via `codespell --skip .git -w` 2021-07-03 19:14:13 +02:00
tests Avoid using qEnvironmentVariable() for compat with Qt < 5.10 2020-07-29 11:49:02 +02:00
translations Update translations 2021-07-03 19:17:19 +02:00
widgets Prevent memory leaks found via valgrind 2021-03-23 16:46:55 +01:00
.gitignore Apply clang-format 2017-05-01 03:16:25 +02:00
CMakeLists.txt Allow saving/loading the color palette config to/from an external file 2021-09-17 00:22:32 +02: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.