QT does not update interface

I have very strange behavior for my QML pages. This used to be normal, but has recently changed. I have main.qml that uses a component from another file (e.g. component.qml). Therefore, when I update component.qml, nothing changes if I run mail.cpp. I have to comment and then immediately uncomment the line where I use this component in main.qml, and only then it will change. Any solution for this?

+1
source share
1 answer

If you are on Windows, you probably come across this really old, known bug, which for some reason is never fixed: https://bugreports.qt.io/browse/QTBUG-13334

+1
source

Source: https://habr.com/ru/post/1690844/


All Articles