Qt Utilities  5.12.0
Common Qt related C++ classes and routines used by my applications such as dialogs, widgets and models
Class Hierarchy

Go to the graphical class hierarchy

This inheritance list is sorted roughly, but not completely, alphabetically:
[detail level 12]
 CThreadingUtils::AdoptLocker< Mutex >Like QMutexLocker, but assumes that the mutex has already been locked
 CWidgets::ButtonOverlayUsed to display buttons on top of other widgets
 CWidgets::ClearComboBoxA QComboBox with an embedded button for clearing its contents
 CWidgets::ClearLineEditA QLineEdit with an embedded button for clearing its contents
 CWidgets::ClearPlainTextEditA QPlainTextEdit with an embedded button for clearing its contents
 CWidgets::ClearSpinBoxA QSpinBox with an embedded button for clearing its contents and the ability to hide the minimum value
 CModels::ChecklistItemItem for use with the ChecklistModel class
 CDialogs::OptionPageBase class for SettingsDialog pages
 CDialogs::UiFileBasedOptionPage< UiClass >The UiFileBasedOptionPage class is the base class for SettingsDialog pages using UI files to describe the widget tree
 CQAbstractButton
 CWidgets::IconButtonA simple QAbstractButton implementation displaying a QPixmap
 CQAbstractListModel
 CDialogs::OptionCategoryModelUsed by SettingsDialog to store and display option categories
 CModels::ChecklistModelGeneric model for storing checkable items
 CQAbstractTableModel
 CDialogs::PaletteModelUsed by PaletteEditor
 CQComboBox
 CWidgets::ClearComboBoxA QComboBox with an embedded button for clearing its contents
 CQDBusArgument
 CMiscUtils::NotificationImageThe NotificationImage struct is a raw data image format
 CQDialog
 CDialogs::AboutDialogSimple about dialog
 CDialogs::EnterPasswordDialogSimple dialog to ask the user for a password
 CDialogs::PaletteEditorDialog to customize a QPalette
 CDialogs::SettingsDialogFramework for creating settings dialogs with different categories and subcategories
 CQImage
 CMiscUtils::SwappedImageThe SwappedImage struct represents RGB-interved version of the image specified on construction
 CQItemDelegate
 CDialogs::ColorDelegateUsed by PaletteEditor
 CQLineEdit
 CWidgets::ClearLineEditA QLineEdit with an embedded button for clearing its contents
 CQObject
 CDialogs::OptionCategoryWraps associated option pages
 CMiscUtils::DBusNotificationEmits D-Bus notifications
 CMiscUtils::RecentMenuManagerManages the entries for a "recently opened files" menu
 CQPlainTextEdit
 CWidgets::ClearPlainTextEditA QPlainTextEdit with an embedded button for clearing its contents
 CQSet
 CMiscUtils::DBusNotification::Capabilities
 CQSortFilterProxyModel
 CDialogs::OptionCategoryFilterModelUsed by SettingsDialog to filter option categories
 CQSpinBox
 CWidgets::ClearSpinBoxA QSpinBox with an embedded button for clearing its contents and the ability to hide the minimum value
 CApplicationUtilities::QtConfigArguments
 CQToolButton
 CWidgets::ColorButtonUsed by PaletteEditor
 CDialogs::QtSettingsData
 CQWidget
 CDialogs::BrushEditorUsed by PaletteEditor
 CDialogs::RoleEditorUsed by PaletteEditor
 CWidgets::PathSelectionA QLineEdit with a QPushButton next to it which allows to select file/directory via QFileDialog
 CThreadingUtils::TryLocker< Mutex >Like QMutexLocker, but it just tries to lock the mutex