how to spilt a project into smaller task?
Dung Patrick
dkt at digitalme.com
Fri Aug 24 11:44:41 BST 2001
> On Mittwoch, 22. August 2001 13:29, you wrote:
> > as title, use kdevelop, of course.
> >
> > I am a newbie to KDE. I want a project to spilt into
> > smaller task (a new class?/a new form?). So that each
> > person can work on their own (each one work on differnt
> > forms) without conflicing with each other.
>
> You could either add subdirs that will add you shared or
static libraries
> plus use classes as much as possible. The designer
dialogs need reimplemented
> classes anyway for implementing the functionality into
the slots, so that
> gives you a general way to split up the stuff into
classes. Inheritance is
> anyway a good way to split up the logic into pieces.
>
> Ralf
> >
> > Thank you in advance.
> >
> >
So, is the following possible?
Use qt designer to create different forms (parents). Put
them into different subdir and add them to kdevelop
project. Then inherit from the parents and implement
functions/slots in the children. Use a main program to call
suitable forms(children).
Patrick
-
to unsubscribe from this list send an email to kdevelop-request at kdevelop.org with the following body:
unsubscribe »your-email-address«
More information about the KDevelop
mailing list