Common Qt related C++ classes and routines used by my applications such as dialogs, widgets and models
Go to file
Martchus c67db813ae Provide script to generate PNG icons from SVGs
Used to internally update PNGs of the different sizes
when altering the SVG icons.
2017-03-29 00:21:56 +02:00
aboutdialog Fix decoration for static builds 2016-08-29 15:41:21 +02:00
cmake Set 'MACOSX_BUNDLE' for GUI apps under MacOS 2017-03-29 00:17:26 +02: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 typo 2017-03-01 18:20:14 +01:00
models Fix decoration for static builds 2016-08-29 15:41:21 +02:00
paletteeditor Add high res edit icons 2017-03-01 23:29:40 +01:00
resources Update doc about functions to load translation 2017-03-06 22:08:45 +01:00
scripts Provide script to generate PNG icons from SVGs 2017-03-29 00:21:56 +02:00
settingsdialog Handle errors when applying Qt settings 2017-03-06 22:13:58 +01:00
translations Add German translation 2017-01-07 16:46:53 +01:00
widgets Add high res edit icons 2017-03-01 23:29:40 +01:00
.gitignore ignore *.txt.user files 2016-01-25 19:10:47 +01:00
CMakeLists.txt Set 'MACOSX_BUNDLE' for GUI apps under MacOS 2017-03-29 00:17:26 +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 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