I am new to PyQt4 and i try to make a QMainWindow in which I can change the views. I use the QtDesigner plugin for eclipse. I make a QMainWindow with some space for a view. The view is a QWidget made in QtDesigner, too.
So how can i show my QWidget in my QMainWindow?
Thanks in advance.