Applikation in den Vordergrund Part 2
Verfasst: 10. Juni 2008 09:07
Hallo Leute
ich suche eine Methode die das Fenster meiner Applikation in den Vordegrund bringt aber nicht so dominat ist wie:
myWindow.setWindowFlags(Qt::WindowStaysOnTopHint);
Versucht habe ich in bisher erfolglos :
this->setFocus();
this->setWindowState(this->windowState() | Qt::WindowActive);
this->show();
QApplication::setActiveWindow(this);
this->activateWindow();
this->setWindowState(Qt::WindowActive);
this->raise();
Ich benutze Windows XP und QT 4.3.4
Grüsse
ich suche eine Methode die das Fenster meiner Applikation in den Vordegrund bringt aber nicht so dominat ist wie:
myWindow.setWindowFlags(Qt::WindowStaysOnTopHint);
Versucht habe ich in bisher erfolglos :
this->setFocus();
this->setWindowState(this->windowState() | Qt::WindowActive);
this->show();
QApplication::setActiveWindow(this);
this->activateWindow();
this->setWindowState(Qt::WindowActive);
this->raise();
Ich benutze Windows XP und QT 4.3.4
Grüsse