Hi, you don't use the classes created by Qt Designer and uic directly. Instead you use them as a member or base class of your own widget class.
The widgets will be shown after a call to setupUi() method.
Ginsengelf
edit: maybe this helps: http://qt-project.org/doc/qt-4.8/des...a-ui-file.html
Bookmarks