Common Qt related C++ classes and routines used by my applications such as dialogs, widgets and models
Go to file
Martchus 1f66e83209 Update translations 2018-03-24 17:04:49 +01:00
aboutdialog Show link-time dependency versions in about dialog 2018-03-18 18:21:40 +01:00
cmake Don't care about policy CMP0071 too much 2018-03-13 19:57:44 +01:00
dbus Add class to show notifications via D-Bus 2016-12-11 17:54:23 +01:00
enterpassworddialog Apply tidy after updating to clang-format 5.0.0 2017-09-17 21:45:49 +02:00
misc Support setting image and image path of DBus notifications 2018-03-18 03:07:03 +01:00
models Apply tidy after updating to clang-format 5.0.0 2017-09-17 21:45:49 +02:00
paletteeditor Apply tidy after updating to clang-format 5.0.0 2017-09-17 21:45:49 +02:00
resources Apply clang-format from LLVM 6 2018-03-24 17:03:46 +01:00
scripts Provide script to generate PNG icons from SVGs 2017-03-29 00:21:56 +02:00
settingsdialog Don't reset or apply option pages which haven't been shown 2017-09-27 00:20:43 +02:00
translations Update translations 2018-03-24 17:04:49 +01:00
widgets Apply tidy after updating to clang-format 5.0.0 2017-09-17 21:45:49 +02:00
.gitignore Apply clang-format 2017-05-01 03:16:25 +02:00
CMakeLists.txt Support setting image and image path of DBus notifications 2018-03-18 03:07:03 +01:00
LICENSE Initial commit 2015-04-22 18:54:45 +02:00
README.md added build instructions 2015-05-19 22:40:20 +02:00
global.h Apply clang-format 2017-05-01 03:16:25 +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. The library also depends on the following Qt 5 modules: core, gui