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.
を使用して PyQt4 でウィザードを作成しましたQt Designer。ウィザードの 1 ページに、タイプ の「text_Browser」オブジェクトが存在しますQTextBrowser。関数QTextBrowser.append()を使用して、何らかの処理に基づいてテキストを追加しています。
Qt Designer
QTextBrowser
QTextBrowser.append()
アクション(シグナル)を次へまたは前のページの他のボタンに接続するのではなく、このページの表示後に追加機能を実行したいと思います。これを行うにはどうすればよいですか?