porttab.cpp 144 B

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