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 _______________________________________________ PyKDE mailing list [EMAIL PROTECTED] http://mats.gmd.de/mailman/listinfo/pykde
