From PySide2 i want to write values into qml. ... timer = QTimer() timer.timeout.connect(update_value) timer.start(100) engine = QQmlApplicationEngine() ...
確定! 回上一頁