Qt Utilities
5.6.0
Common Qt related C++ classes and routines used by my applications such as dialogs, widgets and models
|
▼NApplicationUtilities | |
CQtConfigArguments | |
▼NDialogs | Provides common dialogs such as AboutDialog, EnterPasswordDialog and SettingsDialog |
CAboutDialog | Simple about dialog |
CBrushEditor | Used by PaletteEditor |
CColorDelegate | Used by PaletteEditor |
CEnterPasswordDialog | Simple dialog to ask the user for a password |
COptionCategory | Wraps associated option pages |
COptionCategoryFilterModel | Used by SettingsDialog to filter option categories |
COptionCategoryModel | Used by SettingsDialog to store and display option categories |
COptionPage | Base class for SettingsDialog pages |
CPaletteEditor | Dialog to customize a QPalette |
CPaletteModel | Used by PaletteEditor |
CQtSettingsData | |
CRoleEditor | Used by PaletteEditor |
CSettingsDialog | Framework for creating settings dialogs with different categories and subcategories |
CUiFileBasedOptionPage | The UiFileBasedOptionPage class is the base class for SettingsDialog pages using UI files to describe the widget tree |
▼NMiscUtils | |
CDBusNotification | Emits D-Bus notifications |
CRecentMenuManager | Manages the entries for a "recently opened files" menu |
▼NModels | Provides common models |
CChecklistItem | Item for use with the ChecklistModel class |
CChecklistModel | Generic model for storing checkable items |
▼NThreadingUtils | |
CAdoptLocker | Like QMutexLocker, but assumes that the mutex has already been locked |
CTryLocker | Like QMutexLocker, but it just tries to lock the mutex |
▼NWidgets | Provides a set of extended widgets such as ClearLineEdit and ClearComboBox |
CButtonOverlay | Used to display buttons on top of other widgets |
CClearComboBox | A QComboBox with an embedded button for clearing its contents |
CClearLineEdit | A QLineEdit with an embedded button for clearing its contents |
CClearPlainTextEdit | A QPlainTextEdit with an embedded button for clearing its contents |
CClearSpinBox | A QSpinBox with an embedded button for clearing its contents and the ability to hide the minimum value |
CColorButton | Used by PaletteEditor |
CIconButton | A simple QAbstractButton implementation displaying a QPixmap |
CPathSelection | A QLineEdit with a QPushButton next to it which allows to select file/directory via QFileDialog |