Qt Utilities
5.12.2
Common Qt related C++ classes and routines used by my applications such as dialogs, widgets and models
|
CThreadingUtils::AdoptLocker< Mutex > | Like QMutexLocker, but assumes that the mutex has already been locked |
▼CWidgets::ButtonOverlay | Used to display buttons on top of other widgets |
CWidgets::ClearComboBox | A QComboBox with an embedded button for clearing its contents |
CWidgets::ClearLineEdit | A QLineEdit with an embedded button for clearing its contents |
CWidgets::ClearPlainTextEdit | A QPlainTextEdit with an embedded button for clearing its contents |
CWidgets::ClearSpinBox | A QSpinBox with an embedded button for clearing its contents and the ability to hide the minimum value |
CModels::ChecklistItem | Item for use with the ChecklistModel class |
▼CDialogs::OptionPage | Base 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::IconButton | A simple QAbstractButton implementation displaying a QPixmap |
▼CQAbstractListModel | |
CDialogs::OptionCategoryModel | Used by SettingsDialog to store and display option categories |
CModels::ChecklistModel | Generic model for storing checkable items |
▼CQAbstractTableModel | |
CDialogs::PaletteModel | Used by PaletteEditor |
▼CQComboBox | |
CWidgets::ClearComboBox | A QComboBox with an embedded button for clearing its contents |
▼CQDBusArgument | |
CMiscUtils::NotificationImage | The NotificationImage struct is a raw data image format |
▼CQDialog | |
CDialogs::AboutDialog | Simple about dialog |
CDialogs::EnterPasswordDialog | Simple dialog to ask the user for a password |
CDialogs::PaletteEditor | Dialog to customize a QPalette |
CDialogs::SettingsDialog | Framework for creating settings dialogs with different categories and subcategories |
▼CQImage | |
CMiscUtils::SwappedImage | The SwappedImage struct represents RGB-interved version of the image specified on construction |
▼CQItemDelegate | |
CDialogs::ColorDelegate | Used by PaletteEditor |
▼CQLineEdit | |
CWidgets::ClearLineEdit | A QLineEdit with an embedded button for clearing its contents |
▼CQObject | |
CDialogs::OptionCategory | Wraps associated option pages |
CMiscUtils::DBusNotification | Emits D-Bus notifications |
CMiscUtils::RecentMenuManager | Manages the entries for a "recently opened files" menu |
▼CQPlainTextEdit | |
CWidgets::ClearPlainTextEdit | A QPlainTextEdit with an embedded button for clearing its contents |
▼CQSet | |
CMiscUtils::DBusNotification::Capabilities | |
▼CQSortFilterProxyModel | |
CDialogs::OptionCategoryFilterModel | Used by SettingsDialog to filter option categories |
▼CQSpinBox | |
CWidgets::ClearSpinBox | A QSpinBox with an embedded button for clearing its contents and the ability to hide the minimum value |
CApplicationUtilities::QtConfigArguments | |
▼CQToolButton | |
CWidgets::ColorButton | Used by PaletteEditor |
CDialogs::QtSettingsData | |
▼CQWidget | |
CDialogs::BrushEditor | Used by PaletteEditor |
CDialogs::RoleEditor | Used by PaletteEditor |
CWidgets::PathSelection | A 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 |