Common Qt related C++ classes and routines used by my applications such as dialogs, widgets and models
Go to file
Martchus 812f2d2afd Fix indentation of QtLinkage.cmake 2016-09-11 23:11:19 +02:00
aboutdialog Fix decoration for static builds 2016-08-29 15:41:21 +02:00
cmake/modules Fix indentation of QtLinkage.cmake 2016-09-11 23:11:19 +02:00
enterpassworddialog Fix decoration for static builds 2016-08-29 15:41:21 +02:00
misc Improve macros for XML parsing 2016-08-31 23:39:04 +02: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 Fix decoration for static builds 2016-08-29 15:41:21 +02:00
scripts Allow built-in translations and icons 2016-07-16 23:12:02 +02:00
settingsdialog Remember last page of settings category 2016-09-08 23:34:39 +02:00
widgets Fix decoration for static builds 2016-08-29 15:41:21 +02:00
.gitignore ignore *.txt.user files 2016-01-25 19:10:47 +01:00
CMakeLists.txt List scripts in project file 2016-09-11 20:31:11 +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 Fix decoration for static builds 2016-08-29 15:41:21 +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