This class implements the creation of user defined toolbox bars. More...
#include <DlgToolbarsImp.h>
Public Member Functions | |
DlgCustomToolBoxbarsImp (QWidget *parent=0) | |
Constructs a DlgCustomToolBoxbarsImp which is a child of 'parent', with the name 'name' and widget flags set to 'f'. | |
~DlgCustomToolBoxbarsImp () | |
Destroys the object and frees any allocated resources. | |
Protected Member Functions | |
void | changeEvent (QEvent *e) |
This class implements the creation of user defined toolbox bars.
A toolbox bar is the same as a toolbar - a collection of several action objects - unless a toolbox bar is placed in a toolbox, while a toolbar is placed in the dock areas of the main window. So toolbox bars are predestinated to save place on your desktop.
Definition at line 117 of file DlgToolbarsImp.h.
DlgCustomToolBoxbarsImp::DlgCustomToolBoxbarsImp | ( | QWidget * | parent = 0 |
) |
Constructs a DlgCustomToolBoxbarsImp which is a child of 'parent', with the name 'name' and widget flags set to 'f'.
The dialog will by default be modeless, unless you set 'modal' to TRUE to construct a modal dialog.
Definition at line 696 of file DlgToolbarsImp.cpp.
DlgCustomToolBoxbarsImp::~DlgCustomToolBoxbarsImp | ( | ) |
Destroys the object and frees any allocated resources.
Definition at line 703 of file DlgToolbarsImp.cpp.
void DlgCustomToolBoxbarsImp::changeEvent | ( | QEvent * | e | ) | [protected, virtual] |
Reimplemented from Gui::Dialog::DlgCustomToolbars.
Definition at line 707 of file DlgToolbarsImp.cpp.