Qt Utilities  5.10.0
Common Qt related C++ classes and routines used by my applications such as dialogs, widgets and models
Class List
Here are the classes, structs, unions and interfaces with brief descriptions:
[detail level 123]
 NApplicationUtilities
 CQtConfigArguments
 NDialogsProvides common dialogs such as AboutDialog, EnterPasswordDialog and SettingsDialog
 CAboutDialogSimple about dialog
 CBrushEditorUsed by PaletteEditor
 CColorDelegateUsed by PaletteEditor
 CEnterPasswordDialogSimple dialog to ask the user for a password
 COptionCategoryWraps associated option pages
 COptionCategoryFilterModelUsed by SettingsDialog to filter option categories
 COptionCategoryModelUsed by SettingsDialog to store and display option categories
 COptionPageBase class for SettingsDialog pages
 CPaletteEditorDialog to customize a QPalette
 CPaletteModelUsed by PaletteEditor
 CQtSettingsData
 CRoleEditorUsed by PaletteEditor
 CSettingsDialogFramework for creating settings dialogs with different categories and subcategories
 CUiFileBasedOptionPageThe UiFileBasedOptionPage class is the base class for SettingsDialog pages using UI files to describe the widget tree
 NMiscUtils
 CDBusNotificationEmits D-Bus notifications
 CCapabilities
 CNotificationImageThe NotificationImage struct is a raw data image format
 CRecentMenuManagerManages the entries for a "recently opened files" menu
 CSwappedImageThe SwappedImage struct represents RGB-interved version of the image specified on construction
 NModelsProvides common models
 CChecklistItemItem for use with the ChecklistModel class
 CChecklistModelGeneric model for storing checkable items
 NThreadingUtils
 CAdoptLockerLike QMutexLocker, but assumes that the mutex has already been locked
 CTryLockerLike QMutexLocker, but it just tries to lock the mutex
 NWidgetsProvides a set of extended widgets such as ClearLineEdit and ClearComboBox
 CButtonOverlayUsed to display buttons on top of other widgets
 CClearComboBoxA QComboBox with an embedded button for clearing its contents
 CClearLineEditA QLineEdit with an embedded button for clearing its contents
 CClearPlainTextEditA QPlainTextEdit with an embedded button for clearing its contents
 CClearSpinBoxA QSpinBox with an embedded button for clearing its contents and the ability to hide the minimum value
 CColorButtonUsed by PaletteEditor
 CIconButtonA simple QAbstractButton implementation displaying a QPixmap
 CPathSelectionA QLineEdit with a QPushButton next to it which allows to select file/directory via QFileDialog