MetalogManagerItem.cpp 197 B

12345678910111213
  1. #include "pch.h"
  2. #include "MetalogManagerItem.h"
  3. MetalogManagerItem::MetalogManagerItem(QWidget *parent)
  4. : QWidget(parent)
  5. {
  6. ui.setupUi(this);
  7. }
  8. MetalogManagerItem::~MetalogManagerItem()
  9. {
  10. }