qmlFrontend/qml/qmlFrontend/HWComboBox.qml
branchqmlfrontend
changeset 10608 b85759f2ba18
parent 10519 af019fa70080
child 10610 eadf2cea55e0
--- a/qmlFrontend/qml/qmlFrontend/HWComboBox.qml	Wed Dec 03 00:07:33 2014 +0300
+++ b/qmlFrontend/qml/qmlFrontend/HWComboBox.qml	Wed Dec 03 00:20:21 2014 +0300
@@ -4,6 +4,7 @@
 HWButton {
     property alias model: itemsList.model
     property alias delegate: itemsList.delegate
+    property alias currentIndex: itemsList.currentIndex
 
     Window {
         id: selection