Common Qt related C++ classes and routines used by my applications such as dialogs, widgets and models
Go to file
Martchus 97bc020524 delete unused translator on failure 2015-07-14 18:33:44 +02:00
aboutdialog First commit 2015-04-22 18:57:44 +02:00
enterpassworddialog First commit 2015-04-22 18:57:44 +02:00
misc added helper method for generating window title 2015-07-07 00:48:52 +02:00
models First commit 2015-04-22 18:57:44 +02:00
resources delete unused translator on failure 2015-07-14 18:33:44 +02:00
settingsdialog First commit 2015-04-22 18:57:44 +02:00
widgets First commit 2015-04-22 18:57:44 +02:00
.gitignore Create .gitignore 2015-04-22 19:13:44 +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 added version, minor improvements 2015-06-24 00:50:31 +02:00
qtutilities.doxygen First commit 2015-04-22 18:57:44 +02:00
qtutilities.pro added helper method for generating window title 2015-07-07 00:48:52 +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