UIQ Technology
Symbian OS Library

UIQ 3.1 SDK        UIQ developer portal

[Index] [Spacer] [Previous] [Next]



Toolbar


CQikToolbar

An area containing controls at the bottom of the application area. The CQikToolbar class is an area containing buttons and/or other controls placed at the top, bottom, left or right side of the application area. This is also called north, south, east and west, see TQikToolbarOrientation. The toolbar is created from a resource file. It is possible to align buttons and controls to the left, right or center. The resource struct defines the properties and controls of a UIQ application toolbar. The resource is used with CQikViewBase::SetViewToolbarL() or the toolbar member of an QIK_VIEW resource to construct a toolbar. No runtime modification, such as adding or deleting controls, of the toolbar is supported. Controls can be made visible/invisible and dimmed/not dimmed. It is possible to add the toolbar from this class using CQikAppUi::SetToolbarL(), but this is not recomended. The reason for this is that in UIQ 2.1 and earlier the toolbar was AppUi based, but since UIQ 3.0 the toolbar has become View based and it is therefor strongly recomended that you add it to a view.

Class reference

CQikToolbar