Fix "AbstractButton" problem with Qt 5.14
This commit is contained in:
parent
ef7671e8e7
commit
c64179fcbd
|
@ -9,7 +9,7 @@ Rectangle {
|
||||||
enabled ? 1 : theme.disabledElementsOpacity
|
enabled ? 1 : theme.disabledElementsOpacity
|
||||||
|
|
||||||
|
|
||||||
property AbstractButton button
|
property var button
|
||||||
property QtObject buttonTheme
|
property QtObject buttonTheme
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -11,7 +11,7 @@ HRowLayout {
|
||||||
enabled ? 1 : theme.disabledElementsOpacity
|
enabled ? 1 : theme.disabledElementsOpacity
|
||||||
|
|
||||||
|
|
||||||
property AbstractButton button
|
property var button
|
||||||
property QtObject buttonTheme
|
property QtObject buttonTheme
|
||||||
|
|
||||||
readonly property alias icon: icon
|
readonly property alias icon: icon
|
||||||
|
|
Loading…
Reference in New Issue
Block a user