QStyle:: StandardPixmap does have an add/delete icon. Or plus/minus?

237 Views Asked by At

I want to add an icon for add/delete from a list. Using like plus/minus icons

I just want to make sure that the built in icons in Qt. Found in StandardPixmap does not include this one for plus minus so I can add one myself using resources.

Anyone previously checked also?

1

There are 1 best solutions below

0
rwkkxsfn On

Trying quite same script as mentionned by @eyllanesc, for icons as available in here for qt-5 https://doc.qt.io/qt-5/qstyle.html#StandardPixmap-enum , no plus/minus icons are found.