mms-core
 
How to make a Widget without Windows Frames around it
widget->setWindowFlags(Qt::FramelessWindowHint);

How to make a Widget popupable "like a bubble"
widget->setWindowFlags(Qt::Popup);
some may say FramlessWindowHint quite like Popup
FramlessWindowHint just make Widget without windows frames
but
Popup remove Windows frames and treat the Widget like a Bubble -just try both and u will know the difference -
 
Picture
Chapters:
intro and motivation
Getting Started
Qt in General
Qt mobility API
Qt like mobile Extensions
Qt Apps and Native Symbian Extensions
Qt for Symbian Examples

LOOK INSIDE !

Picture
 
Picture
plugins are small programs that are make to ease development
1.       Go to http://qt.nokia.com/products/appdev/add-on-products/catalog/4

2.       Choose the plugin u need from Qt Solutions

3.       CHECK “Tested on” for ur target platform

4.       Download Open Source Edition

5.       Unzip to C:\

6.       Open Qt command Prompt

7.       Cd to the directory

8.       Type >configure –library

9.       License agreement will appear ,type >yes

10.   Then type >qmake

11.   Then type >mingw32-make

12.   Cd to plugins inside the unzipped folder

13.   Type >qmake

14.   Type >mingw32-make

15.   Copy the dll inside  $(the directory)\plugins\release to bin inside Qt directory

  Now u can open Qt Designer and drag and drop the plugin from Widget Box

 

 
Picture
C++ GUI Programming with Qt4 2nd Ed
is it Great GOOD
24 chapter -more than 1st Ed with 3 chapters -
  • with 3D animation
  • , Look and Feel Customization
  • Application Scripting

and Finally >>Introduction to Qt Jambi

Book examples' programes4
1)win
2)Linux


Download BOOK

EnJoY