Add text to QPlainTextEdit in PyQT (the result is a status log)

后端 未结 2 1252
庸人自扰
庸人自扰 2020-12-11 06:02

Iam trying to build a StatusLog, every move that happens on application. For example, the user clicked in the button1, the progressBox must receive a string like \"user cli

2条回答
  •  甜味超标
    2020-12-11 06:27

    Try insertPlainText() instead. The documentation does not mention insertText so the error is quite descriptive.

提交回复
热议问题