Re: [PyKDE] QLineEdit setCursorPosition & cursor blinking problems

2005-07-07 Thread Ulrich Berning
Danu Kusmana schrieb: Hi! I have sent email about this problems before but no one reply it. I reimplement the focusInEvent() with: class classEntry(QLineEdit): def focusInEvent(self, event): self.setPaletteBackgroundColor(QColor(188,255,203)) self.setCur

[PyKDE] QLineEdit setCursorPosition & cursor blinking problems

2005-07-07 Thread Danu Kusmana
Hi! I have sent email about this problems before but no one reply it. I reimplement the focusInEvent() with: class classEntry(QLineEdit): def focusInEvent(self, event): self.setPaletteBackgroundColor(QColor(188,255,203)) self.setCursorPosition(0) d