Common Qt related C++ classes and routines used by my applications such as dialogs, widgets and models
Go to file
Martchus 89f3822f09 replaced signals and slots with Q_SIGNALS and Q_SLOTS to avoid conflicts
with boost signals
2015-08-10 23:27:26 +02:00
aboutdialog removed unnecessary #include 2015-07-27 23:20:16 +02:00
enterpassworddialog replaced signals and slots with Q_SIGNALS and Q_SLOTS to avoid conflicts 2015-08-10 23:27:26 +02:00
misc suppress warning 2015-07-31 01:25:30 +02:00
models First commit 2015-04-22 18:57:44 +02:00
resources always add English as fallback language 2015-08-08 01:38:48 +02:00
settingsdialog replaced signals and slots with Q_SIGNALS and Q_SLOTS to avoid conflicts 2015-08-10 23:27:26 +02:00
widgets replaced signals and slots with Q_SIGNALS and Q_SLOTS to avoid conflicts 2015-08-10 23:27:26 +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 added defines for application info provided in project file 2015-07-27 23:23:49 +02:00
qtutilities.doxygen First commit 2015-04-22 18:57:44 +02:00
qtutilities.pro improved project config 2015-07-17 23:56:59 +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