Top "Qtstylesheets" questions

For questions relating to Qt Style Sheets, which allow declarative customization of Qt objects.

QTableView row styling

I have got a QTableView component displaying several types of data in the rows. What I need is to display …

c++ qt qtableview qt5.2 qtstylesheets
How to use Non-Standard Custom Font with Stylesheets?

I have a PyQt4 application that is being styled by an external .qss file by using the following code: ... app = …

python fonts pyqt pyqt4 qtstylesheets
How to move a Qt stylesheet to an external file but keep it compiled in resources?

My Qt application has a large stylesheet with lots of margins, pixels and other stuff directly based on and related …

c++ qt qtstylesheets
Apply stylesheet to HTML content in QTextEdit

I have a QTextEdit where I do display some HTML. Could I apply a stylesheet to that very HTML content? …

qt qtextedit qtstylesheets
QComboBox drop-down item margin

I want to style my QComboBox with margin for the drop down items. This is how it looks like now: …

qt qt5 qtgui qtstylesheets qabstractitemview
How to get font of widget in Qt set by stylesheet?

I have Qt application with custom stylesheet applied to it (and for all widgets in general) with custom font included …

c++ qt fonts qtstylesheets
How to override just one property:value pair in Qt StyleSheet

I am writing newbie Qt5 code on OSX Mavericks and would like to override just one property:value pair of …

qt qt5 qtstylesheets qpushbutton
Qt Widgets setStyleSheet

Since I am programming for a tablet enviroment, some widgets are too small for touchable interaction. I want to make …

qt qtstylesheets
Define tabs background with stylesheets without changing QWidget?

I want to make a very basic GUI: tabs, text area. But I want to color my tabs and make …

qt tabs qtscript qtstylesheets
Customize QDial with stylesheet

There are comprehensive examples for style sheets of QWidgets here. Unfortunately QDial is missing from the examples. Can I change …

qt qwidget qtstylesheets qdial