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.
parent==0Qt4 アプリケーションですべてのトップレベル ウィンドウ (つまり、 を持つウィジェット) を反復処理するにはどうすればよいですか?
parent==0
(C++ と Python の両方の例を使用できます。)
を使用しQApplication::topLevelWidgets()ます。ドキュメントはこちら。
QApplication::topLevelWidgets()