Hi everybody !

I am a newbie both on Qt and C++ ( I come from 12 years of Delphi and VisualBasic6...), so I apologize if my question is a dump one. I have googled web, searched within Qt4 doc (something very nicely done !) and scanned many titorials, books, code examples without finding any usefull information.

Using to Dialog forms (1 and 2) I would like to access to properties/functions of a widget (for example a label->setText()) belonging to one form from another form. To do so, I have tried many combination of constructors, functions, classes, pointers,generic pointers ... but none of my attemps have been succefull : I only can instanciate à new class of Dialog1 (no usefull for me !) from Dialog2 oraccess to few members of the instanciated class of Dialog1 (not its widgets ! ).

Dialogs 1 et 2 has been build via QDesigner then instanciated by multiple heritage from QDialog and Ui::.:

Could you help me ? I really accessing widget from another form a complicated procedure ? (this is done in a snapshot with VB6 or delphi ).