[PyKDE] Editable QComboBox in QTable problem ?

Hans-Peter Jansen hpj at urpla.net
Tue Mar 18 20:22:00 GMT 2003


On Monday 17 March 2003 15:23, david wrote:

> 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.

Please provide a small self contained example of your problem.

Pete




More information about the PyQt mailing list