Common Qt related C++ classes and routines used by my applications such as dialogs, widgets and models
Go to file
Martchus a40d2974e0 Fix translation lookup if config name is set
In this case the config name must only be appended to the applications
config directory but *not* to the name of the translation file itself.
2019-08-07 22:57:17 +02:00
aboutdialog Fallback to website URL from CppUtilities::applicationInfo 2019-07-20 20:31:39 +02:00
cmake Fix translation lookup if config name is set 2019-08-07 22:57:17 +02:00
dbus Add class to show notifications via D-Bus 2016-12-11 17:54:23 +01:00
enterpassworddialog Have everything in one top-level namespace 2019-06-10 21:57:46 +02:00
misc Protect pending DBusNotifications from concurrent access 2019-08-03 16:26:54 +02:00
models Have everything in one top-level namespace 2019-06-10 21:57:46 +02:00
paletteeditor Don't use functions obsoleted in Qt 5.13.0 2019-06-25 14:16:12 +02:00
resources Fix translation lookup if config name is set 2019-08-07 22:57:17 +02:00
scripts Remove required_icons.sh (replaced by findicons) 2018-10-15 17:44:59 +02:00
settingsdialog Use use instead of typedef in optionpage.h 2019-07-07 13:36:49 +02:00
translations Have everything in one top-level namespace 2019-06-10 21:57:46 +02:00
widgets Add cleared property to Clear* classes 2019-07-07 12:41:11 +02:00
.gitignore Apply clang-format 2017-05-01 03:16:25 +02:00
CMakeLists.txt Fix building on Mac OS X/macOS 2019-07-20 22:32:35 +08: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 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. The library also depends on the following Qt 5 modules: core, gui