There are several examples of QDialog and how to create it.
The missing one is how can i create QDialog using QT Creator ( .ui file) and then connect it to the source.I'm trying to create simple About dialog.
I know QMessage is the simple way.I just want to understand creating application with multiple dialogs how can i connect the .ui file with the source in order to make them all work.

Thanks is advance