python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
Qt6 - QComboBox applying style(sheet) to one specific item
In a QComboBox, I have an item list.
One of this item is the default value (whatever the item currenlty selected).
For example, here, the current selected item is "INST IN", but the default...
David Fleury
Votes: 0
Answers: 0
QTreeWidget Item disable text underline when selection is cleared
I am trying to disable the remaining item text underline that shows up when deselecting an item from a QTreeWidget.
setFocusPolity(Qt::NoFocus);
does what I need but it disables keyboard arrow navig...

Ony10
Votes: 0
Answers: 0
How to place the checkbox of a QCheckBox widget on the right, and text left-justified
Does Qt offer a way to configure the layout of a QCheckBox with Qt Stylesheets so that the text remains aligned to the right but the checkbox is placed on the far right?
RAM
Votes: 0
Answers: 1
How to display QTableView Cell background image along with QTableView stylesheet
I want to set stylesheet for QTableView that shows round border along with background image for each cell. This works fine with the following stylesheet:
QTableView{
gridline-color: rgba(0,0,0,0);...

Tuhin Mitra
Votes: 0
Answers: 0