Hi,
I am new to QT, but one thing makes me problem. I use QT5 in Visual Studio 2015, and after every change to ".ui" files intellisense does not realize new or deleted controls made in qt creator. Intellisense realizes changes only after many times of project rebuild, which in huge projects may take a long time to go.
I would be glad, if someone could make help me to overcome this issue with Visual Studio 2015.
p.s. on internet I found this discussion to my issue, but did not help me anymore
http://stackoverflow.com/questions/8...-visual-studio
You to have the header updated then you can run uic manually or possibly via some menu option provided by the Qt VS Integration. - but where can I found uic.exe, or how can I force it to run?