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 example application has been tested to work on Maemo and Symbian with the Qt 4.6.2 release.
Important classes: QTabWidget, QWidget, QMainWindow.
This Qt C++ application demonstrates how to implement a Qt application with tabs.
These versions have been superseded by newer versions and are considered archived.
This Qt C++ application demonstrates how to implement a Qt for S60 application with tabs. Every tab has its own Options menu. Views (QWidgets) are stored in different tabs (QTabWidget). The application has a S60-style status and control pane and it supports screen orientation changes. The example has been tested to work on S60 3rd Edition and 5th Edition devices with Qt for S60 4.5.2 Tower release. Important classes: QTabWidget, QWidget, QMainWindow.