Common Qt related C++ classes and routines used by my applications such as dialogs, widgets and models
Go to file
Martchus 2d3d4b9fa1 updated version 2015-11-25 22:55:39 +01:00
aboutdialog unified dialog style sheet, removed hard coded colors 2015-09-26 20:28:30 +02:00
enterpassworddialog unified dialog style sheet, removed hard coded colors 2015-09-26 20:28:30 +02:00
misc unified dialog style sheet, removed hard coded colors 2015-09-26 20:28:30 +02:00
models fixed includes 2015-09-06 20:19:21 +02:00
resources make Qt config args combinable 2015-11-25 22:48:24 +01:00
settingsdialog don't apply settings twice 2015-11-25 22:49:22 +01:00
widgets fixed includes 2015-09-06 20:19:21 +02:00
.gitignore added .directory, docs/ 2015-07-31 01:25:39 +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
general.pri set meta data (win32) 2015-09-22 01:49:12 +02:00
qtutilities.doxygen First commit 2015-04-22 18:57:44 +02:00
qtutilities.pro updated version 2015-11-25 22:55:39 +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