mirror of
https://github.com/lucaspalomodevelop/meshlab.git
synced 2026-03-18 02:24:38 +00:00
refine dialog code
This commit is contained in:
parent
b1c1f64191
commit
1bafd80daf
21
src/meshlabplugins/meshfilter/refinedialog.h
Normal file
21
src/meshlabplugins/meshfilter/refinedialog.h
Normal file
@ -0,0 +1,21 @@
|
||||
#ifndef REFINE_DIALOG_H
|
||||
#define REFINE_DIALOG_H
|
||||
|
||||
// for options on refine and decimator
|
||||
#include <QDialog>
|
||||
#include "ui_refine.h"
|
||||
|
||||
class RefineDialog : public QDialog, Ui::Dialog {
|
||||
|
||||
Q_OBJECT
|
||||
|
||||
public:
|
||||
RefineDialog() : QDialog()
|
||||
{
|
||||
setupUi( this );
|
||||
}
|
||||
|
||||
|
||||
};
|
||||
|
||||
#endif //REFINE_DIALOG_H
|
||||
Loading…
x
Reference in New Issue
Block a user