Possible Duplicate:
Qt - initializing the form
I tried to look for a description for the setupUi()
method but couldn't find especially in the Qt
documentation.
What does this method do? For example, if I write in a class setupUi(this)
, what will this do? What does setting up a user interface mean at the end?
Thanks.