i tried
setWindowFlags(Qt::Widget);
and
setWindowFlags(Qt::Window);
from http://doc.trolltech.com/4.3/qt.html#WindowType-enum
and none of the others seem to even fit what I'm trying to do.
i tried
setWindowFlags(Qt::Widget);
and
setWindowFlags(Qt::Window);
from http://doc.trolltech.com/4.3/qt.html#WindowType-enum
and none of the others seem to even fit what I'm trying to do.
I'm just guessing here, but maybe the window does not get the default flags when it is created ( it's beta, after all ).
Have you tried Qt::Window | Qt::WindowTitleHint?
yes, that didn't seem to work either. I will try to download the latest snapshot and compile with that. I am out of ideas. thank you so much for your help,
dave
I tried downloading the latest snapshot and the window is still attached to the top left. How is it not more obvious how to fix this problem? I can't find it anywhere in the documentation.
dave
Bookmarks