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.
Qt Designer を使用して、Python スクリプトの GUI を作成しました。
使おうとすると
Ui.plainTextBrowser.insertPlainText("anythong")
関数が完了するまでテキストが入力されplainTextBrowserず、一度に入力されます。どうすればリアルタイムでデータを取り込むことができますか? ユーザーの進行状況を更新するために使用しようとしています。
plainTextBrowser
アプリ (QtGui.QApplication) から processEvents() 関数を呼び出します。
app.processEvents()