Quick-Turn-Studio / CLionSupportForQt

19 stars 0 forks source link

QSS marked with errors when adjusting sub control #50

Closed Dariusz1989 closed 2 years ago

Dariusz1989 commented 2 years ago

This code >

QSplitter::handle::hover:horizontal { background: qlineargradient(x1: 0, y1: 1, x2: 1, y2: 1, stop: 0.2 rgba(0,0,0,0), stop: 0.4 #707070, stop: 0.5 rgb(220,220,220), stop: 0.6 #707070, stop: 0.8 rgba(0,0,0,0)); }

Would cause it to go red. The Hover:horizontal cause issue.

image

Any chance we could fix this so that everything does not go red?

grabusr commented 2 years ago

Hi @Dariusz1989

Is this happen on Qt Style Sheets Highlighter or Qt Style Sheets Editor?

grabusr commented 2 years ago

Hi @Dariusz1989, we uploaded version 0.9.3 with fix for this bug.