Quick-Turn-Studio / CLionSupportForQt

19 stars 0 forks source link

Support #rgb colors #52

Closed asztalosdani closed 2 years ago

asztalosdani commented 2 years ago
QComboBox
{
    background-color: #ff0;
}

This works in Qt, but is highlighted as error. image

grabusr commented 2 years ago

Hi @asztalosdani,

Could you tell what plugin gives you this error?

asztalosdani commented 2 years ago

It's Qt Style Sheet Highlighter

grabusr commented 2 years ago

Hi @asztalosdani, you can find version 0.2.0 with fix for this bug.