class KEditToolBarWidget


Table of contents
Modules
kdeui Classes
All Classes
Module kdeui
Namespace global
Class KEditToolBarWidget
Inherits QWidget, KXMLGUIClient

A widget used to customize or configure toolbars

This is the widget that does all of the work for the KEditToolBar dialog. In most cases, you will want to use the dialog instead of this widget directly.

Typically, you would use this widget only if you wanted to embed the toolbar editing directly into your existing configure or preferences dialog.

This widget only works if your application uses the XML UI framework for creating menus and toolbars. It depends on the XML files to describe the toolbar layouts and it requires the actions to determine which buttons are active.

Author Kurt Granroth



methods