Running Qt demosWe've included a subset of the Qt demos in this package for you to try out. An excellent starting point is the "fluidlauncher" demo.
To run the demo on a real device, install fluidlauncher.sis found in the Qt installation directory to a device that already has Qt installed. After installation, you can find fluidlauncher in the applications folder of the device.
To run the demos and examples on the emulator, you need to build them first. Open the "Qt for the Symbian platform Command Prompt" from the Start menu and type:
cd examples
qmake
make
cd ..\demos
qmake
make
To run the demos on the emulator simply navigate to the directory of the demo you want to see and run:
make run
For more information about building and running Qt programs on the Symbian platform, see The Symbian platform - Introduction to Qt.
Мы надеемся, что вам понравится использование Qt.