Common Qt related C++ classes and routines used by my applications such as dialogs, widgets and models
Go to file
Martchus b94c23f238 Distinguish exporting/enabling resources of static libs
Required because we now allow to provide dynamic libs as
dependencies of static libs
2017-08-31 02:14:52 +02:00
aboutdialog Apply clang-format 2017-05-04 22:46:37 +02:00
cmake Distinguish exporting/enabling resources of static libs 2017-08-31 02:14:52 +02:00
dbus Add class to show notifications via D-Bus 2016-12-11 17:54:23 +01:00
enterpassworddialog Apply clang-format 2017-05-04 22:46:37 +02:00
misc Add documentation about D-Bus notification actions 2017-08-20 02:03:21 +02:00
models Replace 'inline constexpr' with only 'constexpr' 2017-08-17 18:11:15 +02:00
paletteeditor Apply clang-format 2017-05-04 22:46:37 +02:00
resources Prevent warnings when English translations can not be load 2017-08-15 01:08:08 +02:00
scripts Provide script to generate PNG icons from SVGs 2017-03-29 00:21:56 +02:00
settingsdialog Apply clang-format 2017-05-04 22:46:37 +02:00
translations Apply clang-format 2017-05-04 22:46:37 +02:00
widgets Add missing #include <functional> 2017-05-30 15:08:01 +02:00
.gitignore Apply clang-format 2017-05-01 03:16:25 +02:00
CMakeLists.txt Increase version (5.7.1 -> 5.7.2) 2017-08-30 23:00:57 +02: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