Style QML Type

A helper class for Quey styling More...

Import Statement: import quey.ui 0.1
Inherits:

Item

Properties

Methods

Detailed Description

Provides values to design user interfaces according to Quey design.

Property Documentation

border : QtObject

Provides the values to design borders. Available values are:


[read-only] colorTransitionDuration : real

The default duration for color transitions.


font : alias

Provides fonts. Available values:


[read-only] padding : real

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


palette : alias

Provides the Quey color palette as kind of an enumeration. The following properties exist:


[read-only] spacing : real

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


theme : Theme

Sets the theme that should be applied to the application.


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.