Details
-
Bug
-
Resolution: Out of scope
-
P2: Important
-
None
-
5.11.2, 5.12.0
-
None
-
macOS 10.14.1, python 3.6.6, PySide2-5.11.2
Description
When I use QtWidgets.QTextEdit.append() in pyside2, the widget gets not repainted and the appended text is invisible. The appended text becomes visible again when e.g. selecting all text in the edit pane.
When creating the exact same code in C++, all works as expected. To demonstrate the issue, I've created a project in C++ and Python, using the same mainwindow.ui file from the QtDesigner. The git repo can be found here:
https://github.com/gilbertfrancois/qt-app-template
Attached is a video to demonstrate the issue.
Attachments
Issue Links
- relates to
-
PYSIDE-695 Pyside 2 example does not work as intended on OS X 10.13.4
- Closed