Home > Blockchain >  adding a button on QT/QML drop down item
adding a button on QT/QML drop down item

Time:01-05

I want to style my QML based combo/dropdown box so that each item will have a "delete" button on it like so enter image description here

How can I achieve this? is there any article or links I can refer to to achieve this? I am using QML to design the widget.

CodePudding user response:

You can simply customize a QC2 combobox starting from here:

customized qml combobox

  •  Tags:  
  • Related