04-12-2010, 10:59 AM
If you need someone to help design the GUI I can help, I have quite a bit of experience with Qt. Also don't use the Designer where ever possible (it adds bloat to the exe you don't need) using the designer for the main window when you're only going to have a menu and a toolbar is absurd. The widget you use to draw to can be a different class inheriting from QWidget and made the central widget in your MainWindow class.