qmlFrontend/qml/qmlFrontend/HWComboBox.qml
branchqmlfrontend
changeset 10608 b85759f2ba18
parent 10519 af019fa70080
child 10610 eadf2cea55e0
equal deleted inserted replaced
10606:8e95911cb86b 10608:b85759f2ba18
     2 import QtQuick.Window 2.1
     2 import QtQuick.Window 2.1
     3 
     3 
     4 HWButton {
     4 HWButton {
     5     property alias model: itemsList.model
     5     property alias model: itemsList.model
     6     property alias delegate: itemsList.delegate
     6     property alias delegate: itemsList.delegate
       
     7     property alias currentIndex: itemsList.currentIndex
     7 
     8 
     8     Window {
     9     Window {
     9         id: selection
    10         id: selection
    10         visibility: Window.Hidden
    11         visibility: Window.Hidden
    11 
    12