I created a form in Qt Designer and save it as form.ui.

I would like to be able to somehow "built" this form, so I can see the source code of it. I should be able to see the class name, variables, fonts for the buttons and so on.

How do I get this out of the form.ui ?