Utils Namespace

Header: #include <Utils>

Classes

class TreeModel

Types

enum class ProgressIndicatorSize { Small, Medium, Large }

Detailed Description

The Utils namespace contains a collection of utility classes and functions for use by all plugins.

Classes

class TreeModel

The TreeModel class is a convienience base class for models to use in a QTreeView. More...

Type Documentation

enum class Utils::ProgressIndicatorSize

Size of a progress indicator.

ConstantValueDescription
Utils::ProgressIndicatorSize::Small0Small icon size. Useful for tool bars, status bars, rows in tree views, and so on.
Utils::ProgressIndicatorSize::Medium1Larger progress indicator useful for covering whole medium sized widgets.
Utils::ProgressIndicatorSize::Large2Very large progress indicator that can be used to cover large parts of a UI.

See also Utils::ProgressIndicator and Utils::ProgressIndicatorPainter.