[Qt-creator] QmlJS ModelManagerInterface
Van Looy Detlev
detlev.vanlooy at student.uantwerpen.be
Thu Jun 4 16:47:42 CEST 2015
Hello,
For a project I am doing, I need to keep track of .qml file changes (modification / deletion / ...)
I can connect to the the QmlJS ModelMangerInterface signals:
documentChangedOnDisk(QmlJS::Document::Ptr)
aboutToRemoveFiles(QStringList)
for modification or deletion.
However I would also like to know when a new .qml file was created or when a .qml file was renamed. Renaming does trigger the aboutToRemoveFiles signal, but I am not sure how to get the new name of the file.
Does anyone know if this is possible / where I should look further?
Regards,
Detlev Van Looy
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.qt-project.org/pipermail/qt-creator/attachments/20150604/d849a443/attachment.html>
More information about the Qt-creator
mailing list