Re: [PyQt] X Windows Screen goes Blank when new Window opens
Aaron/All, The following is a typical class call I use for a new Widget with a pixmap. Can you see anything here that would cause the screen blanking out? Kevin ___ class dvdWidget (QWidget, Ui_dvdWidget): def __init__(self, parent = None): QWidg
[PyQt] X Windows Screen goes Blank when new Window opens
Hi, Can any one explain in X Windows why the screen goes blank whenever a new window is opened? It becomes annoying when I open a new application screen and everything disappears for a second. Is it possible to avoid this? Kevin ___ PyQt maili