Theme QML Type

Provides theming support More...

Import Statement: import quey.ui 0.1
Inherits:

Item

Inherited By:

QueyTheme

Properties

Methods

Detailed Description

Allows the creation of a custom design for Quey Components.

Property Documentation

borderRadius : real

The border radius for elements


borderWidth : real

The border width for elements


colorTransitionDuration : real

The default duration for color transitions.


font : FontPalette

The theme's font set.


padding : real

Provides the value for inner padding (e.g. between button border and text)


palette : ColorPalette

The theme's color palette.


spacing : real

Provides the value for spacing in layouts (e.g. spacing between elements in a column)


Method Documentation

alpha(color, alpha)

Returns a color with applied altered value.


disabledColor(color)

Returns the disabled version of a color.


hoverColor(color)

Returns the hovered version of a color.