PDA

View Full Version : How to show window without stealing focus?



piotr.dobrogost
9th June 2009, 01:19
Is there a way to show a window without making it focused at the same time?

aamer4yu
9th June 2009, 05:18
Not sure... but you can try setting QWidget::setFocusPolicy(Qt::NoFocus) on the window and showing it.
Check if it works

spirit
9th June 2009, 06:26
also take a look at QWidget::setFocusProxy.