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

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:

