KDEUI
Go to the documentation of this file. 20 #ifndef KEDITTOOLBAR_H 21 #define KEDITTOOLBAR_H 27 class KEditToolBarPrivate;
117 void setDefaultToolBar(
const QString& toolBarName );
136 void setResourceFile(
const QString& file,
bool global =
true );
144 static void setGlobalDefaultToolBar(
const char *toolBarName);
152 void newToolBarConfig();
154 QT_MOC_COMPAT
void newToolbarConfig();
157 virtual void showEvent(QShowEvent* event);
158 virtual void hideEvent(QHideEvent* event);
161 friend class KEditToolBarPrivate;
162 KEditToolBarPrivate *
const d;
164 Q_PRIVATE_SLOT( d,
void _k_slotOk() )
165 Q_PRIVATE_SLOT( d,
void _k_slotApply() )
166 Q_PRIVATE_SLOT( d,
void _k_acceptOK(
bool) )
167 Q_PRIVATE_SLOT( d,
void _k_slotDefault() )
172 #endif // _KEDITTOOLBAR_H
A container for a set of QAction objects.
A dialog base class with standard buttons and predefined layouts.
KXMLGUIFactory, together with KXMLGUIClient objects, can be used to create a GUI of container widgets...
virtual void hideEvent(QHideEvent *)
Emits the hidden signal.
This file is part of the KDE documentation.
Documentation copyright © 1996-2020 The KDE developers.
Generated on Sat Jan 18 2020 00:00:00 by
doxygen 1.8.15 written
by
Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.