python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
How to fix a broken sizeHint in core controls modified by a stylesheet?
I have an application that styles QAbstractSpinBox using an application-wide stylesheet, that goes like this:
QAbstractSpinBox {
border: 2px inset grey;
text-align: right;
padding-left: 1p...
Matteo Italia
Votes: 0
Answers: 0
PyQt5/Python3 reference qss file
I have a PyQt5 (5.15.6) application running in Python 3 and want to reference my qss file as such
qss_file = QtCore.QFile("my_app_qss.qss")
However, I have multiple apps that use the same qs...
benroths
Votes: 0
Answers: 1
How to customize QToolButtons from QToolBar in Qt?
I am having QToolBar with various tool buttons on it. I want to customize those buttons with some simple effects like, it should be seen that button is pressed, after pressing it should change its ic...
tushar
Votes: 0
Answers: 1
PySide6 QCalendarWidget Qss style problem with month names
i have a weird problem with qss styling an QCalendarWidget
The months names get overlapped by the menu indicator.
Anyone have an idea why?
Lcross Portugal
Votes: 0
Answers: 1