Common Qt related C++ classes and routines used by my applications such as dialogs, widgets and models
Go to file
Martchus 390716a330 Allow to sign release APKs 2018-09-18 22:41:28 +02:00
aboutdialog Fix dependency version with GCC 8 2018-05-08 00:37:14 +02:00
cmake Allow to sign release APKs 2018-09-18 22:41:28 +02:00
dbus Add class to show notifications via D-Bus 2016-12-11 17:54:23 +01:00
enterpassworddialog Fix missing #includes 2018-06-05 22:49:17 +02:00
misc Fix typo occured -> occurred 2018-07-23 14:45:16 +02:00
models Apply tidy after updating to clang-format 5.0.0 2017-09-17 21:45:49 +02:00
paletteeditor Adapt PaletteEditor to our coding style 2018-08-12 22:10:31 +02:00
resources Apply default QQC2 style also when quick-gui arg not present 2018-09-18 21:49:20 +02:00
scripts Find icons in QML files 2018-08-31 22:44:37 +02:00
settingsdialog Reduce padding of QtSettingsData 2018-08-12 22:12:16 +02:00
translations Fix typo occured -> occurred 2018-07-23 14:45:16 +02:00
widgets Fix missing #includes 2018-06-05 22:49:17 +02:00
.gitignore Apply clang-format 2017-05-01 03:16:25 +02:00
CMakeLists.txt Add module to create Android APK using androiddeployqt 2018-09-16 00:38:46 +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