I can use style sheets to set colors like: const QString selectedBackgroundSheet("color:darkblue; background-color: lightblue;"); But I don't see a way to use colors via their rgb levels or from a QColor directly. Is this possible?