#include "pch.h" #include "MetalogManagerItem.h" MetalogManagerItem::MetalogManagerItem(QWidget *parent) : QWidget(parent) { ui.setupUi(this); } MetalogManagerItem::~MetalogManagerItem() { }