Quote Originally Posted by wysota View Post
You probably want to use Qt::WindowStaysOnTopHint window flag
toolbar->setWindowFlags(Qt::WindowStaysOnTopHint);

but it doesn't work, other widgets still cover the toolbar@@
does the script right??
or any other suggustion??