Qt Utilities
5.6.0
Common Qt related C++ classes and routines used by my applications such as dialogs, widgets and models
|
Provides common dialogs such as AboutDialog, EnterPasswordDialog and SettingsDialog. More...
Namespaces | |
Ui | |
Classes | |
class | AboutDialog |
The AboutDialog class provides a simple about dialog. More... | |
class | BrushEditor |
The BrushEditor class is used by PaletteEditor. More... | |
class | ColorDelegate |
The ColorDelegate class is used by PaletteEditor. More... | |
class | EnterPasswordDialog |
The EnterPasswordDialog class provides a simple dialog to ask the user for a password. More... | |
class | OptionCategory |
The OptionCategory class wraps associated option pages. More... | |
class | OptionCategoryFilterModel |
The OptionCategoryFilterModel class is used by SettingsDialog to filter option categories. More... | |
class | OptionCategoryModel |
The OptionCategoryModel class is used by SettingsDialog to store and display option categories. More... | |
class | OptionPage |
The OptionPage class is the base class for SettingsDialog pages. More... | |
class | PaletteEditor |
The PaletteEditor class provides a dialog to customize a QPalette. More... | |
class | PaletteModel |
The PaletteModel class is used by PaletteEditor. More... | |
struct | QtSettingsData |
class | RoleEditor |
The RoleEditor class is used by PaletteEditor. More... | |
class | SettingsDialog |
The SettingsDialog class provides a framework for creating settings dialogs with different categories and subcategories. More... | |
class | UiFileBasedOptionPage |
The UiFileBasedOptionPage class is the base class for SettingsDialog pages using UI files to describe the widget tree. More... | |
Enumerations | |
enum | DocumentStatus { DocumentStatus::NoDocument, DocumentStatus::Saved, DocumentStatus::Unsaved } |
The DocumentStatus enum specifies the status of the document in a window. More... | |
enum | { BrushRole = 33 } |
Functions | |
QString QT_UTILITIES_EXPORT | generateWindowTitle (DocumentStatus documentStatus, const QString &documentPath) |
Generates the window title string for the specified documentStatus and documentPath. More... | |
const QString QT_UTILITIES_EXPORT & | dialogStyle () |
Returns the stylesheet for dialogs and other windows used in my applications. More... | |
QtAppearanceOptionPage (QtSettingsData &settings, QWidget *parentWidget=nullptr) | |
QtLanguageOptionPage (QtSettingsData &settings, QWidget *parentWidget=nullptr) | |
QtEnvOptionPage (QtSettingsData &settings, QWidget *parentWidget=nullptr) | |
Provides common dialogs such as AboutDialog, EnterPasswordDialog and SettingsDialog.
anonymous enum |
Enumerator | |
---|---|
BrushRole |
Definition at line 16 of file paletteeditor.cpp.
|
strong |
The DocumentStatus enum specifies the status of the document in a window.
Definition at line 17 of file dialogutils.h.
const QString & Dialogs::dialogStyle | ( | ) |
Returns the stylesheet for dialogs and other windows used in my applications.
Definition at line 75 of file dialogutils.cpp.
QString Dialogs::generateWindowTitle | ( | DocumentStatus | documentStatus, |
const QString & | documentPath | ||
) |
Generates the window title string for the specified documentStatus and documentPath.
Definition at line 25 of file dialogutils.cpp.
|
explicit |
Definition at line 213 of file qtsettings.cpp.
|
explicit |
Definition at line 375 of file qtsettings.cpp.
|
explicit |
Definition at line 322 of file qtsettings.cpp.