Common Qt related C++ classes and routines used by my applications such as dialogs, widgets and models
Go to file
Martchus ed9fbc44cd ensure buttons are updated in all situations 2016-03-06 18:43:07 +01:00
aboutdialog added simple CMake project file 2015-12-05 22:50:38 +01:00
enterpassworddialog added simple CMake project file 2015-12-05 22:50:38 +01:00
misc added header to undefine macros for XML parser 2016-03-06 17:12:50 +01:00
models fixed includes 2015-09-06 20:19:21 +02:00
resources allow user to specify library paths via command line arg 2016-02-09 01:06:50 +01:00
settingsdialog use C++11 foreach loop consistently (instead of Qt foreach macro) 2016-03-05 17:12:51 +01:00
widgets ensure buttons are updated in all situations 2016-03-06 18:43:07 +01:00
.gitignore ignore *.txt.user files 2016-01-25 19:10:47 +01:00
CMakeLists.txt added header to undefine macros for XML parser 2016-03-06 17:12:50 +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
general.pri disable new ABI (can't catch ios_base::failure with new ABI) 2015-12-13 20:42:37 +01:00
qtutilities.doxygen First commit 2015-04-22 18:57:44 +02:00
qtutilities.pro added header to undefine macros for XML parser 2016-03-06 17:12:50 +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