|
Qt and Kdevelop
Hello.
It has been about a month or 6 weeks since I started using Qt along with Kdevelop. Whenever I introduce some modifications in the .ui file, my header file at KDevelop stays the same without any modification.
o, for instance, if i add some layout, then, in the .cpp file I will have this layout added, and its size set, etc... and at the same time, it will give me an error saying that there is no declaration of the layout in the header.
I am quite sick of constantly re-modifying every slight change by hand. Please let me know if there is anything that can be done about it? And, how is that sort of thing called at all...like, the overwriting and stuff.
May be I should switch to some different combination of Qt and <smthing>, but KDevelop seems to be quite powerful.
PS: And I still don't really know what does it mean "OVerwrite", "Do Not overwrite", etc messages given at the Build and Install processes.
Thanks alot.
Last edited by brownflamigo1; 08-02-2007 at 10:00 AM.
|