toolbar.cc File Reference

#include "toolbar.h"
#include "toolbutton.h"
#include <qstring.h>

Namespaces

namespace  gui
 

Graphical user interface namespace.



Detailed Description

ToolBar class, ancestor of QToolBar. This toolbar can handle only buttons derived from ToolButton class (any generic QWidget can be inserted, but the widget must then handle clicks, etc ... by itself)

Author:
Martin Petricek