Custom QML Autocomplete
Unsolved
Qt Creator and other tools
-
wrote on 2 Sept 2019, 23:12 last edited by
Hi,
As part of my projects at work, I dynamically load a bunch of user-specified values at runtime from a handful of files and expose them to QML.When qmake is executed, I would like to add a process that scans these user-specified files and informs QtCreator of them so that they may be used as part of the intellisense autocomplete stuff in QML.
Would anybody be able to point me in the direction of which file I would need to modify for QtCreator to pick up on any custom values I want to add to it?
1/1