PDA

View Full Version : Class Diagram



graciano
10th January 2009, 16:10
Hi

I am learning Qt and made the option of using C++ for the task.
I wrote this small Dialog that i share in this link: [ http://www.box.net/shared/ljcs6moy6m ]

It is working ok but then i decided to use Umbrello UML Modeller, loaded the code and make the Class Diagram for me.

Can anyone arroud here take a look at the diagram and comment it for me?

Where to put the Ui namespace in the diagram?

Any help apreciated.

Thanks

jpn
16th January 2009, 20:08
It's the automatically generated IdDoAutomovelDialog class that's inside the Ui namespace. I would leave at least the Ui_IdDoAutomovelDialog class out of the diagram for the sake of simplicitly. It's just a UI compiler detail.