You are not logged in.

1

Monday, December 27th 2004, 5:27am

I have got a problem with code completion.

hi, i have got a problem with code completion.

Working with kdevelop.

I created a from with kdesigner and included
it(mainformbase.ui) in the FORM-tree of project.

And I class it to creat a mainform.cpp,
but I have to include the mainformbase.h
and mainformbase.cpp in the project to get
code completion for members and function
of mainform class when editting code.

But I did so, building the project will get
something error such as mutil-declaretion,
because the manformbase.cpp will be build
both from the project and from the
mainformbase.ui.

And what's more, if the .ui was changed. How can I
get the changed code complition for members or functions.

the project is just qmake-project.
I'm baif:)

2

Tuesday, December 28th 2004, 4:56am

RE: I have got a problem with code completion.

Anyway, I have to uic the .ui by myself.
I think the interagtion with .ui of Kdevelop is not much good now.
I'm baif:)