How to disable QtQuick updates like QtWidget by using setUpdatesEnabled(False)?
Unsolved
QML and Qt Quick
-
wrote on 15 Aug 2019, 05:56 last edited by
Hi,
I'm trying to disable QtQuick widget updates temporarily and I know I could use setUpdatesEnabled() in QtWidget.
Is there any similar method to stop QtQuick widget updating?
1/1