1. Which window manager are you using?
2. Does the window flags example work? ( http://doc.trolltech.com/4.3/widgets-windowflags.html )
1. Which window manager are you using?
2. Does the window flags example work? ( http://doc.trolltech.com/4.3/widgets-windowflags.html )
could you tell how you solve your problem?
did you try to use to set these flags?
Qt Code:
... setWindowFlags(windowFlags() | Qt::Window | Qt::CustomizeWindowHint); ...To copy to clipboard, switch view to plain text mode
see, QTDIR/examples/widgets/windowflags.
Qt Assistant -- rocks!
please, use tags [CODE] & [/CODE].
Bookmarks