Qt Utilities  5.7.0
Common Qt related C++ classes and routines used by my applications such as dialogs, widgets and models
Classes | Namespaces
paletteeditor.h File Reference
#include "../global.h"
#include <c++utilities/conversion/types.h>
#include <QDialog>
#include <QItemDelegate>
#include <memory>
Include dependency graph for paletteeditor.h:
This graph shows which files directly or indirectly include this file:

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