A little guidance needed on creating custom view class
-
Hi guys,
I have a MainWindow class, that creates a window with all its attributes (file menus, status bar etc);
I'd like to create my own CustomView class (right now everything is done in MainWindow constructor, which is not very convenient). A have a few difficulties putting everything together. I don't expect anyone to give me a code, but some guidelines would be great.