I have problem with Qt::Tool
flag. When I create new widget with Qt::Tool
flag it appears on top of the main window. But when I switch back to main window and make it active the I still have the tool widget in front so it my main window is not fully visible.
Qt::WindowStaysOnTopHint
is not active.
Just in case - environment is KDE4
Thanks in advance.