You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
whellvalue/tpvs17/tpMain/lpImageCaliUI.cpp

12 lines
153 B
C++

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