Common Qt related C++ classes and routines used by my applications such as dialogs, widgets and models
Go to file
Martchus 72d642c892 Allow to specify variables for making APK
So when those variables can not be detected they can at least
be specified manually as command line arguments.
2019-02-03 23:53:22 +01:00
aboutdialog Use override 2018-10-10 21:12:58 +02:00
cmake Allow to specify variables for making APK 2019-02-03 23:53:22 +01:00
dbus Add class to show notifications via D-Bus 2016-12-11 17:54:23 +01:00
enterpassworddialog Use override 2018-10-10 21:12:58 +02:00
misc Fix typo occured -> occurred 2018-07-23 14:45:16 +02:00
models Use override 2018-10-10 21:12:58 +02:00
paletteeditor Use override 2018-10-10 21:12:58 +02:00
resources Fix condition to apply qqc2 style 2018-12-15 23:54:00 +01:00
scripts Remove required_icons.sh (replaced by findicons) 2018-10-15 17:44:59 +02:00
settingsdialog Use override 2018-10-10 21:12:58 +02:00
translations Update translations 2018-12-22 03:00:24 +01:00
widgets Use override 2018-10-10 21:12:58 +02:00
.gitignore Apply clang-format 2017-05-01 03:16:25 +02:00
CMakeLists.txt APK: Add check for SDK/NDK path 2018-12-02 21:37:57 +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