Hi,

I am observing more strange things with latest PyQt4 snapshot.

1. Starting eric4 there is a splash screen showing some messages in white. 
However, with latest PyQt4 snapshot, the messages are shown in black.

The code showing the messages is:
QSplashScreen.showMessage(self, msg, self.labelAlignment, QColor(Qt.white))

2. Same is true for some LED like widgets of the eric4 main interface. The are 
supposed to show different colors but with latest snapshot, they are shown in 
black. The LED widget colors are read from a QSettings object.

3. On Windows the QsciScintilla margins (except fold margin) are drawn in 
black resulting in black linenumbers on black background.

Unfortunately I cannot provide a short example because I have no clue, where 
the problem is.

Regards,
Detlev
-- 
Detlev Offenbach
[EMAIL PROTECTED]
_______________________________________________
PyQt mailing list    [email protected]
http://www.riverbankcomputing.com/mailman/listinfo/pyqt

Reply via email to