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.
|
#ifndef _LPIMAGECALIUI_H_
|
|
#define _LPIMAGECALIUI_H_
|
|
|
|
#include <QWidget>
|
|
#include "ui_lpImageCaliUI.h"
|
|
|
|
class lpImageCaliUI : public QWidget
|
|
{
|
|
Q_OBJECT
|
|
|
|
public:
|
|
lpImageCaliUI(QWidget *parent = Q_NULLPTR);
|
|
~lpImageCaliUI();
|
|
|
|
private:
|
|
Ui::lpImageCaliUI ui;
|
|
};
|
|
|
|
#endif
|