Qss doubts Hi Rui I have started creating themes for Qtractor. I try to access specific elements of the buttons via qss. Something like that: QWidget[objetName="editCutAction"]{ qproperty-icon: url("urlExample.png"); qproperty-iconSize: 14px; } But not work. How can I do it? This may not be the place to consult it, it is not important, nor is there a rush, but... If you can help me I will appreciate it. Reply
Hi Rui
I have started creating themes for Qtractor.
I try to access specific elements of the buttons via qss.
Something like that:
QWidget[objetName="editCutAction"]{
qproperty-icon: url("urlExample.png");
qproperty-iconSize: 14px;
}
But not work. How can I do it?
This may not be the place to consult it, it is not important, nor is there a rush, but...
If you can help me I will appreciate it.