From 7adbdc017982aec8645e152c7891ea51f84ff8ee Mon Sep 17 00:00:00 2001 From: J-P Nurmi Date: Fri, 24 May 2013 09:31:37 +0200 Subject: Make QQuickSettings::style a property with a notifier signal Change-Id: I9f1690524e29cd7fe0ab35be216aca9a6edd35ca Reviewed-by: Jens Bache-Wiig --- src/controls/RadioButton.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/controls/RadioButton.qml') diff --git a/src/controls/RadioButton.qml b/src/controls/RadioButton.qml index 7fb4decd..963d085c 100644 --- a/src/controls/RadioButton.qml +++ b/src/controls/RadioButton.qml @@ -87,7 +87,7 @@ AbstractCheckable { \codeline Qt.createComponent("path/to/style.qml", radioButtonId); */ - style: Qt.createComponent(Settings.theme() + "/RadioButtonStyle.qml", radioButton) + style: Qt.createComponent(Settings.style + "/RadioButtonStyle.qml", radioButton) __cycleStatesHandler: function() { checked = !checked; } } -- cgit v1.2.1