[PyKDE] PyQt / SIP v4 Snapshots for MacOS/X

Phil Thompson phil at riverbankcomputing.co.uk
Wed Oct 22 00:12:00 BST 2003


On Tuesday 21 October 2003 8:47 pm, Rune Hansen wrote:
> Latest(?) sip and pyqt for Mac OS X . Build is fine with a few warnings.
> Load time "from qt import *" is reduced by 1 second. It now takes 7
> seconds on a 867mhz 12" PB.
>
> So far I've noticed two things that may be bugs..perhaps in qt-mac-free
> 3.1.2/3.2.2?
>   1)
> self.MeerKatTable = QTable(self.tab,"MeerKatTable")
> if self.MeerKatTable.item(i,0).isChecked():
> AttributeError: isChecked

That's a PyQt bug - nothing to do with SIP version or platform.

> 2)
> Dialog opened with : fl= Qt.WStyle_StaysOnTop+Qt.WDestructiveClose
> QWhatsThis are displayed behind dialog window.

That's likely to be a Qt problem.

Phil




More information about the PyQt mailing list