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)
Trying to retrieve QcomboBox selection from with QtableWidget
I have a function that inserts multiple QcomboBoxes in the first row of QtableWidget and then updates an excel file starting in row 2. This is at the end of my function:
for i in range(df.shape[1]...
ScottCov
Votes: 0
Answers: 1
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
How to get functional combobox in QTableView
As the title suggests I'm looking to get a combobox in a QTableView.
I've looked at several other questions that deal with comboboxes in tableviews, but they mostly concern comboboxes as editors and t...
mahkitah
Votes: 0
Answers: 1
How do I get the name of the QCombobox which is triggering def onCurrentIndexChanged(self, index):
I have two Qcomboboxes in my Ui_MainWindow. How do I determine which of them is triggering the def onCurrentIndexChanged(self, index):??? When I printed self.class.name it returns "Ui_MainWindow&...
ScottCov
Votes: 0
Answers: 1