adamerose/QtStylish

Missing styling for QTableCornerButton ?

Closed this issue · 1 comments

Hello your work looks amazing !
I've manually integrated both stylesheets in my C++ project structure to check them out, they seem to work well (Using Fusion Style for QApplication, then loading the qss files) though I noticed the QTableCornerButton is solid black with both themes.

Sanctuary_dphzyfIwNv

As a quick fix I added :
QTableCornerButton::section { background-color: #373a3f; }
to the dark theme, and it seemed to do the trick.

Sanctuary_hjmPEAs27U

I'm a beginner in Qt stylesheets, if the issue is caused by the fact I'm using the stylesheets in a C++ project then I'm sorry !

Should be fixed in 0.1.4