Is there a way to show a window without making it focused at the same time?
Is there a way to show a window without making it focused at the same time?
Not sure... but you can try setting QWidget::setFocusPolicy(Qt::NoFocus) on the window and showing it.
Check if it works
also take a look at QWidget::setFocusProxy.
Qt Assistant -- rocks!
please, use tags [CODE] & [/CODE].
Bookmarks