C

DelayButtonStyle QML Type

Provides custom styling for DelayButton. More...

Import Statement: import QtQuick.Enterprise.Controls.Styles 1.0
Since: QtQuick.Enterprise.Controls.Styles 1.0

Properties

Detailed Description

You can create a custom DelayButton by replacing the following delegates:

Property Documentation

read-onlycontrol : DelayButton

The DelayButton that this style is attached to.

This QML property was introduced in Qt 1.3.


foreground : Component

The foreground of the button.

The progress bar is drawn here.


progressBarDropShadowColor : color

The color of the drop shadow under the progress bar.


progressBarGradient : Gradient

The gradient of the progress bar around the button.


Available under certain Qt licenses.
Find out more.