Details
-
Bug
-
Resolution: Done
-
P3: Somewhat important
-
5.2.1
-
None
-
Linux, Mac OS X (OS independent), Qt 5.2.1 or higher I suppose
-
qtquickcontrols#stable: 9b206d4b0836f0f89aa667b44c6ac0a963808366
Description
Problem with checkable Button when using ButtonStyle. Created a patch, based on QTBUG-32542
import QtQuick 2.2 import QtQuick.Controls 1.1 import QtQuick.Controls.Styles 1.1 //... Button { text: "test" checkable: true // doesn't work when using "style" style: ButtonStyle { } }