import sys from PyQt5 import QtWidgets, QtWebEngineWidgets from PyQt5.QtCore import QUrl, QTimer, QDateTime, Qt from PyQt5.QtGui import QPageLayout, QPageSize from PyQt5.QtWidgets import QApplication ...
this is not a bug but a performance improvement proposition. I often need for my applications to display data changing over time, like in this simple example : #!/usr/bin/python import sys from PyQt5 ...