Common Qt related C++ classes and routines used by my applications such as dialogs, widgets and models
Go to file
Martchus dd99862769 Make the settings dialog react to language changes
This covers the settings dialog itself and option pages based on
`UiFileBasedOptionPage`. Other option pages need to react to the
new `OptionPageWidget::retranslationRequired()` signal or handle
the `QEvent::LanguageChange` event which is now propageted to the
page's widget.
2023-07-02 17:12:32 +02:00
.github Add stalebot config 2022-04-12 01:03:31 +02:00
aboutdialog Improve handling style changes in custom dialog style 2023-03-25 18:49:43 +01:00
cmake Enable web view support only by default if Qt WebEngine is present 2023-06-10 18:08:13 +02:00
dbus Add class to show notifications via D-Bus 2016-12-11 17:54:23 +01:00
enterpassworddialog Improve handling style changes in custom dialog style 2023-03-25 18:49:43 +01:00
misc Apply clang-format 2023-04-02 18:29:01 +02:00
models Avoid several warnings when building against Qt 6 2021-11-04 00:06:15 +01:00
paletteeditor Fix applying certain color roles when loading palette from file 2023-06-08 16:42:09 +02:00
resources Allow clearing previously installed translation files 2023-07-01 23:43:27 +02:00
scripts Fix typos found via `codespell --skip .git -w` 2021-07-03 19:14:13 +02:00
settingsdialog Make the settings dialog react to language changes 2023-07-02 17:12:32 +02:00
tests Apply clang-format on tests 2022-10-16 15:06:41 +02:00
translations Update translations 2023-06-08 16:58:12 +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 Update minor version 2023-06-26 21:22:42 +02:00
LICENSE Initial commit 2015-04-22 18:54:45 +02:00
README.md Update copyright notice 2023-01-17 18:34:58 +01: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 (only the latest Qt 5 and Qt 6 version tested): core, gui, widgets

Some header files also require further Qt modules.

Copyright © 2015-2023 Marius Kittler

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