1 #ifndef __DLGATTRIBUTES_H__
2 #define __DLGATTRIBUTES_H__
4 #include "ui_dlgattributes.h"
10 class DlgAttributes: public QDialog
15 DlgAttributes(QWidget * parent = 0, Qt::WindowFlags flags = 0);
19 void setData(AttributesData * data, LayerList & layerList);
24 AttributesData * data;
30 #endif // __DLGATTRIBUTES_H__