Q Event Loop understanding
Unsolved
QML and Qt Quick
-
This post is deleted!
-
@texasRanger Why do you think you need an additional event loop? From your description I don't see any need for it. If file is changed you will get a signal from file watcher. You just need to make sure parsing of that file does not take too long.