DeclarativeWidgets icon indicating copy to clipboard operation
DeclarativeWidgets copied to clipboard

Alias QPushButton::default to QPushButton::isDefault

Open Znurre opened this issue 6 years ago • 0 comments

QPushButton has a property named "default" which cannot be used from QML since "default" is a reserved keyword. This change adds an alias which allows the property to be accessed as "isDefault" from QML.

Znurre avatar Feb 18 '18 19:02 Znurre