[PyKDE] Editable QComboBox in QTable problem ?
david
david.f at village.uunet.be
Mon Mar 17 15:26:01 GMT 2003
Dear all,
I put an editable QComboBox in a cell of QTable with setCellWidget() :
self.combo = QComboBox(self.table)
self.combo.setEditable(1)
self.table.setCellWidget(line,col,self.combo)
When I'm writing in comboBox, the first character is in the comboBox,
and after, characters are in a other cell.
I don't know why, I'm using PyQt 3.5 and Qt 2.3.0
Thank you.
David
More information about the PyQt
mailing list