Common Qt related C++ classes and routines used by my applications such as dialogs, widgets and models
Go to file
Martchus 752c8cdc71 Link builds using static Qt also against Wayland shell integration plugins
These are required; the Wayland integration plugin alone is not sufficient.
2022-05-02 20:15:07 +02:00
.github Add stalebot config 2022-04-12 01:03:31 +02:00
aboutdialog Fix typos found via `codespell --skip .git -w` 2021-07-03 19:14:13 +02:00
cmake Link builds using static Qt also against Wayland shell integration plugins 2022-05-02 20:15:07 +02:00
dbus Add class to show notifications via D-Bus 2016-12-11 17:54:23 +01:00
enterpassworddialog Ensure the "Confirm" button is always the default one to confirming via enter works 2022-01-26 01:00:47 +01:00
misc Infer type of midRef's 3rd argument to be equivalent to the 2nd arg type 2021-11-04 00:15:24 +01:00
models Avoid several warnings when building against Qt 6 2021-11-04 00:06:15 +01:00
paletteeditor Add properties to PaletteEditor and ColorButton 2022-03-08 00:37:47 +01:00
resources Default-initialize FONTCONFIG_PATH if not set 2022-05-02 00:55:07 +02:00
scripts Fix typos found via `codespell --skip .git -w` 2021-07-03 19:14:13 +02:00
settingsdialog Fix applying selected custom font 2022-05-01 21:57:59 +02:00
tests Avoid using qEnvironmentVariable() for compat with Qt < 5.10 2020-07-29 11:49:02 +02:00
translations Update translations 2021-12-07 13:39:00 +01: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 Improve linking against static Qt plugins 2022-04-28 21:42:33 +02:00
LICENSE Initial commit 2015-04-22 18:54:45 +02:00
README.md Add copyright notice 2022-04-05 20:10:18 +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.

Copyright © 2015-2022 Marius Kittler

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