Colours in Qt
Solved
General and Desktop
-
@Vineela
https://doc.qt.io/qt-5/qml-color.html#svg-color-referenceIt's for QML, but it should be the same supported color names by QStyleSheet
-
Stylesheets use QColor, so take a look at QColor predefined values. It's basically the SVG colors set.
You can also use any other color with the standard CSS syntax.