QmlMaterial 0.1.0
|
Represents a window class category with size constraints. More...
#include <qml_material/token/token.hpp>
Properties | |
qint32 | min_width |
Minimum width of the window class range. | |
qint32 | max_width |
Maximum width of the window class range. | |
qml_material::Enum::WindowClassType | type |
Type classification of the window size (compact, medium, expanded etc.) | |
Represents a window class category with size constraints.
Defines a window size range with minimum and maximum width values, and associates it with a specific window class type.