Common Qt related C++ classes and routines used by my applications such as dialogs, widgets and models
Go to file
Martchus 6016ec4bff Set the desktop file name via `SET_QT_APPLICATION_INFO` 2024-04-08 12:37:39 +02:00
.github Add stalebot config 2022-04-12 01:03:31 +02:00
aboutdialog Fix dynamic retranslation of about dialog 2023-07-03 00:49:37 +02:00
cmake Deprecate the CMake module `AndroidApk` 2024-03-17 00:42:19 +01:00
dbus Add class to show notifications via D-Bus 2016-12-11 17:54:23 +01:00
enterpassworddialog Improve configuration and code of capslock detection 2023-09-11 21:27:41 +02:00
misc Add helper to react to darkmode changes 2024-03-31 22:48:22 +02:00
models Avoid several warnings when building against Qt 6 2021-11-04 00:06:15 +01:00
paletteeditor Apply clang-format 2023-07-03 00:26:25 +02:00
resources Set the desktop file name via `SET_QT_APPLICATION_INFO` 2024-04-08 12:37:39 +02:00
scripts Fix typos found via `codespell --skip .git -w` 2021-07-03 19:14:13 +02:00
settingsdialog Allow re-applying the default icon theme independently of palette 2024-03-31 13:42:38 +02:00
tests Apply clang-format on tests 2022-10-16 15:06:41 +02:00
translations Update translations 2024-03-31 13:45:35 +02:00
widgets Apply clang-format 2023-07-03 00:26:25 +02:00
.gitignore Apply clang-format 2017-05-01 03:16:25 +02:00
CMakeLists.txt Bump patch version 2024-04-08 12:36:51 +02:00
LICENSE Initial commit 2015-04-22 18:54:45 +02:00
README.md Update copyright date 2024-02-15 21:47:03 +01:00
global.h Apply change of `global.h` template 2024-02-22 19:42:13 +01: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 (only the latest Qt 5 and Qt 6 version tested): core, gui, widgets

Some header files also require further Qt modules.

Copyright © 2015-2024 Marius Kittler

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