Qt Utilities
5.7.1
Common Qt related C++ classes and routines used by my applications such as dialogs, widgets and models
|
#include "../global.h"
#include <c++utilities/conversion/types.h>
#include <QDialog>
#include <QItemDelegate>
#include <memory>
Go to the source code of this file.
Classes | |
class | Dialogs::PaletteEditor |
The PaletteEditor class provides a dialog to customize a QPalette. More... | |
class | Dialogs::PaletteModel |
The PaletteModel class is used by PaletteEditor. More... | |
class | Dialogs::BrushEditor |
The BrushEditor class is used by PaletteEditor. More... | |
class | Dialogs::RoleEditor |
The RoleEditor class is used by PaletteEditor. More... | |
class | Dialogs::ColorDelegate |
The ColorDelegate class is used by PaletteEditor. More... | |
Namespaces | |
Widgets | |
Provides a set of extended widgets such as ClearLineEdit and ClearComboBox. | |
Dialogs | |
Provides common dialogs such as AboutDialog, EnterPasswordDialog and SettingsDialog. | |
Dialogs::Ui | |