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.
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