mbasaglia / Qt-Color-Widgets

Color wheel widget and dialog for Qt
147 stars 54 forks source link

ColorLineEdit: QPalette vs style sheets (QSS) #33

Closed caryoscelus closed 7 years ago

caryoscelus commented 7 years ago

Is there any reason ColorLineEdit uses palette and not QSS? I don't know much about their advantages and disadvantages, but i've run into issue that palette-based settings get overridden in OpenToonz (while QSS works fine; it generally has higher priority). So if you don't have any reason to keep palette approach, i would like to rewrite that bit using style sheets.