On Sat, Aug 06, 2011 at 10:29:05AM +0200, Antonio P. wrote: > Hello: My project has 100 files (aprox.) (I dont know if it can be > the origin of the problem)
[Very unlikely. Qt Creator (~2000 .cpp files) itself is developed using Creator, and it can handle bigger stuff like the Linux kernel source] > I dont know what is happen, but changes and new widgets declarations > made at header file are not taken into account when I write code at > implementation. In example, I write a new QLabel *var and I have not > autocompletion neither light red color for the text.... In addition, > if I change the widget type, Qtcreator seems to treat my widget > according the first definition not the current. I have to close and > re-open my project.... Any idea ? Thanks Is that header file the only one with this name in your project or in the directories in your INCLUDEPATH? Are you using shadow builds? Andre' _______________________________________________ Qt-creator mailing list [email protected] http://lists.qt.nokia.com/mailman/listinfo/qt-creator
