qmlFrontend/qml/qmlFrontend/HWComboBox.qml
branchqmlfrontend
changeset 11432 97e3e62ea5f9
parent 11426 ab6a6d9ebfc0
equal deleted inserted replaced
11431:80a9b14bb8d3 11432:97e3e62ea5f9
    52             height: parent.height
    52             height: parent.height
    53             color: "#f3e520"
    53             color: "#f3e520"
    54         }
    54         }
    55     }
    55     }
    56 
    56 
       
    57     function showItem(item) {
       
    58         cbIcon.source = item.iconSource
       
    59         cbText.text = item.text
       
    60     }
       
    61 
    57     onClicked: selection.visibility = Window.Windowed
    62     onClicked: selection.visibility = Window.Windowed
    58 }
    63 }