Common Qt related C++ classes and routines used by my applications such as dialogs, widgets and models
Go to file
Martchus 323c3b8824 allow building without Qt Widgets specific features 2016-04-09 02:33:09 +02:00
aboutdialog added target_link_libraries to static target 2016-03-23 22:37:49 +01:00
enterpassworddialog link against X11 using find_package 2016-03-28 21:57:01 +02:00
misc allow building without Qt Widgets specific features 2016-04-09 02:33:09 +02:00
models allow building without Qt Widgets specific features 2016-04-09 02:33:09 +02:00
paletteeditor improved settings dialog API 2016-04-04 14:49:40 +02:00
resources allow building without Qt Widgets specific features 2016-04-09 02:33:09 +02:00
settingsdialog improved settings dialog API 2016-04-04 14:49:40 +02:00
widgets allow building without Qt Widgets specific features 2016-04-09 02:33:09 +02:00
.gitignore ignore *.txt.user files 2016-01-25 19:10:47 +01:00
CMakeLists.txt allow building without Qt Widgets specific features 2016-04-09 02:33:09 +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 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 link against X11 using find_package 2016-03-28 21:57:01 +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