qt-stylesheet

Set QGroupBox title font size with style sheets

I would like to be able to set the font size of the title of a QGroupBox using style sheets. I can't seem to figure it out. Based on what I've read here, I've come up with the following code. Unfortunately, it doesn't quite work. groupbox->setStyleSheet(style) Where style is: QGroupBox::title { subcontrol-origin: margin; s...

Qt stylesheet used in Qt Creator, AutoCAD, ...

Is there a stylesheet available for use in Qt applications (through Qt Creator) that makes your GUI use the stylesheet you see in Qt Creator itself, as well as in AutoCAD and some other applications? What is the name of that stylesheet or where can I get it? It looks much like the Vista stylesheet though... And whenever you set a custo...

Qt stylesheets; color fading, 2D gradient and CSS classes

I'm having some questions about Qt's stylesheet functionality. It's really great, but it feels like the feature isn't around for too long yet, true? It's by far the easiest way to style my GUI though. Is it possible to add color fading in the stylesheets? Whenever the mouse hovers over a certain widget, I don't want it abruptly changin...