Thanks I'm doing tests in Qt Designer. I would change all the app icons to: Example.png. QWidget { qproperty-icon: url(:/images/Example.png); } But not a concrete one. QAction is not a widget, .maybe that's why. I will continue investigating, thank you. Reply
I'm doing tests in Qt Designer.
I would change all the app icons to: Example.png.
QWidget {
qproperty-icon: url(:/images/Example.png);
}
But not a concrete one.
QAction is not a widget, .maybe that's why.
I will continue investigating, thank you.