1 #ifndef __CADTOOLBARMAIN_H__
2 #define __CADTOOLBARMAIN_H__
8 class CadToolBarMain: public QWidget
11 CadToolBarMain(CadToolBar * parent = 0, Qt::WindowFlags flags = 0);
15 QToolButton * CreateToolButton(int row, int col, QString iconName);
18 QGridLayout * gridLayout;
21 #endif // __CADTOOLBARMAIN_H__