1 #ifndef __TRIMAMOUNTOPTIONS_H__
2 #define __TRIMAMOUNTOPTIONS_H__
6 class ActionModifyTrimAmount;
9 class TrimAmountOptions: public QWidget
14 TrimAmountOptions(QToolBar * parent = 0, Qt::WindowFlags fl = 0);
18 void setAction(ActionInterface * a, bool update);
19 void updateDist(const QString & d);
22 ActionModifyTrimAmount * action;
29 #endif // __TRIMAMOUNTOPTIONS_H__