\image combobox.png Add items to the ComboBox by assigning it a ListModel, or a list of strings to the \l model property. \qml ComboBox { width: 200 model: ...
確定! 回上一頁