PDA

View Full Version : Window Active



bismitapadhy
10th June 2009, 10:45
I am creating one Mainwindow application, where mainwindow contain so many dockable window. At perticular situation like when i ll call one function there i want to make other window as active window. Which function can do this.

spirit
10th June 2009, 11:12
take a look at QWidget::raise and QWidget::activateWindow.