4 #include "ui_dlghatch.h"
10 class DlgHatch: public QDialog
15 DlgHatch(QWidget * parent = 0, Qt::WindowFlags flags = 0);
20 void showEvent(QShowEvent * e);
21 void setHatch(Hatch & h, bool isNew);
23 void setPattern(const QString & p);
24 void resizeEvent(QResizeEvent *);
26 void updatePreview(Pattern *);
29 EntityContainer * preview;
38 #endif // __DLGHATCH_H__