TubeWiz: Unleashing the power of S60 Qt
Article Metadata
Code Example
Tested with
Compatibility
Article
Contents |
Description
Here is a tiny demo that I did on my spare time. I thought it would be a good idea to share this with you before I dump it somewhere. The application is build on top of the Qt Graphics View Framework and in addition to that it takes advantage of Qt Animation Framework version 2, Qt Animation Framework and Archived:Mobile Extensions (deprecated).
Animations, screen changes and other transitions are all done purely with Qt
Preconditions
- Install the Nokia Qt SDK (see Using Symbian C++ in the Qt SDK)
If you want to enable the orientation switch effect you must sign the application with certificate that has ReadDeviceData capability.
The source code is completely undocumented and dirty but the application looks kind of cool. Feel free to explore and play with it.
Source code: TubeWiz
Screenshot:
Usage:
On the left hand side there is a dock which contains widgets. By pressing a widget icon ~1 second it is detached from the dock and you can drag and drop it to the widget screen. Widget can be attached back to the dock by doing vice versa. Widget can also be moved around the widget screen just by dragging it.
On the bottom of the screen there is a toolbar which has "Menu" button and by clicking it a menu screen appears.
On the menu screen you can click buttons and drag them by pressing them ~1 second in the same way as detaching widgets from the dock on the widget screen.
When the widget screen is visible you can activate landscape mode by turning your device's right side up.



Hi,
Would it be good to add some description of what the application does? It might attract and help more people then.
croozeus 08:48, 24 March 2009 (EET)
Hi, Why TubeWiz, the implication is because the video for this on YouTube that this has connection with YouTube.
jimgilmour1