Common Qt related C++ classes and routines used by my applications such as dialogs, widgets and models
Go to file
Martchus 12133a26fd Make QM_FILES only additional cond for built-in translations
There might be external translations to be built-in (eg. Qt
translations).
2017-02-26 18:42:08 +01:00
aboutdialog Fix decoration for static builds 2016-08-29 15:41:21 +02:00
cmake/modules Make QM_FILES only additional cond for built-in translations 2017-02-26 18:42:08 +01:00
dbus Add class to show notifications via D-Bus 2016-12-11 17:54:23 +01:00
enterpassworddialog Add prefix to PLATFORM_SPECIFIC_CAPSLOCK_DETECTION macro 2016-12-11 17:13:19 +01:00
misc Fix handling special chars like # in openLocalFileOrDir() 2016-12-27 20:22:20 +01:00
models Fix decoration for static builds 2016-08-29 15:41:21 +02:00
paletteeditor Fix decoration for static builds 2016-08-29 15:41:21 +02:00
resources Add macro to auto init resources of static deps 2017-02-11 02:04:12 +01:00
scripts Allow built-in translations and icons 2016-07-16 23:12:02 +02:00
settingsdialog Use std::make_unique provided by C++14 2017-02-05 21:03:01 +01:00
translations Add German translation 2017-01-07 16:46:53 +01:00
widgets Capitalize 'Clear' tooltip on ButtonOverlay 2016-12-01 23:04:45 +01:00
.gitignore ignore *.txt.user files 2016-01-25 19:10:47 +01:00
CMakeLists.txt Add macro to auto init resources of static deps 2017-02-11 02:04:12 +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 Don't built-in icons already provided as fallback 2016-11-01 14:05:48 +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. The library also depends on the following Qt 5 modules: core, gui