1 #ifndef __BEVELOPTIONS_H__
2 #define __BEVELOPTIONS_H__
7 class ActionModifyBevel;
9 class BevelOptions: public QWidget
14 BevelOptions(QToolBar * parent = 0, Qt::WindowFlags flags = 0);
18 void setAction(ActionInterface * a, bool update);
22 ActionModifyBevel * action;
28 QLineEdit * leLength1;
29 QLineEdit * leLength2;
33 #endif // __BEVELOPTIONS_H__