Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
使ってみたQWidget::activatedWindows()けどダメ!では、どうすればQWidget他のウィンドウの最上位に移動できますか?
QWidget::activatedWindows()
QWidget
しかし、QWidget::raise()動作します。
QWidget::raise()
これはおそらくうまくいくでしょう:
window->setWindowFlags(Qt::WindowStaysOnTopHint);