Common Qt related C++ classes and routines used by my applications such as dialogs, widgets and models
Go to file
Martchus 7db2fd02fc Improve button overlay so buttons will not be shown over e.g. spin box buttons
* Unify/streamline code
* Use Qt::SC_ComboBoxEditField/Qt::SC_SpinBoxEditField to determine the edit
  area for better compatibility accorss various styles
2020-06-04 19:13:14 +02:00
aboutdialog Update translations 2020-03-17 20:04:36 +01:00
cmake Avoid hard-coding Qt version in function invocations 2020-04-27 23:47:08 +02:00
dbus Add class to show notifications via D-Bus 2016-12-11 17:54:23 +01:00
enterpassworddialog Have everything in one top-level namespace 2019-06-10 21:57:46 +02:00
misc Don't delete DBusNotification on error 2020-03-01 20:44:01 +01:00
models Prevent restoring invalid/removed IDs of ChecklistModel 2020-04-24 23:06:56 +02:00
paletteeditor Remove own icons for button overlay 2019-08-08 22:54:13 +02:00
resources Remove ConfigFile::locateConfigFile() 2019-08-20 22:16:38 +02:00
scripts Remove required_icons.sh (replaced by findicons) 2018-10-15 17:44:59 +02:00
settingsdialog Improve coding style in optioncategorymodel.cpp 2019-08-10 22:03:13 +02:00
translations Update translations 2020-03-17 20:04:36 +01:00
widgets Improve button overlay so buttons will not be shown over e.g. spin box buttons 2020-06-04 19:13:14 +02:00
.gitignore Apply clang-format 2017-05-01 03:16:25 +02:00
CMakeLists.txt Improve button overlay so buttons will not be shown over e.g. spin box buttons 2020-06-04 19:13:14 +02:00
LICENSE Initial commit 2015-04-22 18:54:45 +02:00
README.md Update README.md 2019-09-01 16:34:50 +02:00
global.h Adapt to changes in c++utilities 2019-06-12 20:39:02 +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. So checkout this repository for further instructions. The documentation for various CMake variables influencing the build is also provided in the c++utilities repository.

The library also depends on the following Qt 5 modules: core, gui, widgets Some header files also require further Qt modules.