1 #include "attributewidget.h"
2
3 AttributeWidget::AttributeWidget (QWidget *parent):QWidget (parent)
4 {
5 ui.setupUi (this);
6 }