
This Qt C++ application demonstrates how to implement a Qt application with tabs. Every tab has its own Options menu. Views (QWidgets) are stored in different tabs (QTabWidget). The updated example application has been tested to work on Maemo and Symbian with the Qt 4.6.2 release.
Important classes: QTabWidget, QWidget, QMainWindow.