Yes I know. I have been reading through them as well as looking through the book C++ GUI Programming With Qt 4. However I'm not quite getting the concept. It seems as though I need to create a new class for each menu? I was trying to do a "MainMenu" class where I would have member functions such as MainMenu::Menu1, MainMenu::Menu2, etc. Now it looks as though I many need to have a new class for each menu, would this be correct?Qt has a lot of examples (with source code). The things you need can be found there.
Bryce
Bookmarks