Files
ptrans/RgbDialog.h
T

34 lines
1.4 KiB
C++

//##########################################################################
//# #
//# CLOUDCOMPARE PLUGIN: ColorimetricSegmenter #
//# #
//# This program is free software; you can redistribute it and/or modify #
//# it under the terms of the GNU General Public License as published by #
//# the Free Software Foundation; version 2 of the License. #
//# #
//# This program is distributed in the hope that it will be useful, #
//# but WITHOUT ANY WARRANTY; without even the implied warranty of #
//# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the #
//# GNU General Public License for more details. #
//# #
//# COPYRIGHT: Tri-Thien TRUONG, Ronan COLLIER, Mathieu LETRONE #
//# #
//##########################################################################
#ifndef RgbDialog_H
#define RgbDialog_H
#include <ui_RgbDialog.h>
//Qt
#include <QDialog>
class RgbDialog : public QDialog, public Ui::RgbDialog
{
public:
explicit RgbDialog(QWidget* parent = 0);
};
#endif // RgbDialog_H