1 #ifndef __DLGMIRROR_H__
2 #define __DLGMIRROR_H__
4 #include "ui_dlgmirror.h"
8 class DlgMirror: public QDialog
13 DlgMirror(QWidget * parent = 0, Qt::WindowFlags flags = 0);
17 void setData(MirrorData * d);
25 bool useCurrentAttributes;
33 #endif // __DLGMIRROR_H__