QT Designer Keeps Telling Me That My Resource File Has Changed
-
I am new to QT, and especially to the Designer, but I am working on a python project for which I'm trying to learn QT. I'm working on an interface in Designer and the program keeps telling me every so often that my resource file has changed and should I reload it. I'm not working with that file or anything in it. As a matter of fact, while I was typing this, Designer stole focus from my browser to pop that message up! Why is is doing this and how can I stop it?
-
I am new to QT, and especially to the Designer, but I am working on a python project for which I'm trying to learn QT. I'm working on an interface in Designer and the program keeps telling me every so often that my resource file has changed and should I reload it. I'm not working with that file or anything in it. As a matter of fact, while I was typing this, Designer stole focus from my browser to pop that message up! Why is is doing this and how can I stop it?
-
For anyone interested, I think I may have found the problem. I had my project files stored on a network accessed drive (served via smb through a Raspberry Pi). Apparently, the Pi was somehow making QTD think that the file had changed, even when it wasn't. I moved the entire project locally to my laptop and it's been running for half an hour now without complaining that the resource file had changed.
Just thought I'd post in case anyone else runs into this (admittedly fringe) situation...