#include "stdafx.h" #include "porttab.h" PortTab::PortTab(QWidget *parent) : QWidget(parent) { ui.setupUi(this); } PortTab::~PortTab() { }