Thanks for the quick answer.
It is very interesting and I will try it.![]()
Suppose I have a database with the table person and the table address, linked each other by the id of the person. Meaning that a person can have multiple address (one for the women and one for the mistress).
Can you give me the code with the main.cpp, person.ui, person.cpp, person.h, adress.ui, adress.cpp, address.h.
I apologize if it is a too long sample to give. Maybe only part of this files is necessary to start ?
I suppose I have to use the "The Multiple Inheritance Approach" for the chain between the form/window, which is explain on :
http://doc.trolltech.com/4.1/designe...tance-approach
Regards.
Bookmarks