Trolltech Home | Qt-interest Home | Recent Threads | All Threads | Author | Date
All threads index page 7

Qt-interest Archive, August 2006
QMainWindow Modal issue or another flag?


Message 1 in thread

Hello-

Im trying to create additional child QMainWindows (subclassed) based on
a key event in my main app window.  I have the creation and
display of the new windows working, however, whenever I start
to use the newest window, the other window(s) QGraphic*Items
disappear and seem to not be updating.

I think Im missing a flag or some call but not sure which one?

Currently I only call:

setWindowModality(Qt::NonModal);

What am I missing to make this work?

Thanks,
Jeff

--
 [ signature omitted ]