qmlFrontend/qml/qmlFrontend/HWComboBox.qml
branchqmlfrontend
changeset 11431 ab6a6d9ebfc0
parent 10610 eadf2cea55e0
child 11437 97e3e62ea5f9
equal deleted inserted replaced
11430:2947f06e8533 11431:ab6a6d9ebfc0
    48         }
    48         }
    49 
    49 
    50         Text {
    50         Text {
    51             id: cbText
    51             id: cbText
    52             height: parent.height
    52             height: parent.height
       
    53             color: "#f3e520"
    53         }
    54         }
    54     }
    55     }
    55 
    56 
    56     onClicked: selection.visibility = Window.Windowed
    57     onClicked: selection.visibility = Window.Windowed
    57 }
    58 }