ACloudViewer  3.9.4
A Modern Library for 3D Data Processing
profileImportDlg.h
Go to the documentation of this file.
1 // ----------------------------------------------------------------------------
2 // - CloudViewer: www.cloudViewer.org -
3 // ----------------------------------------------------------------------------
4 // Copyright (c) 2018-2024 www.cloudViewer.org
5 // SPDX-License-Identifier: MIT
6 // ----------------------------------------------------------------------------
7 
8 #pragma once
9 
10 #include "ui_profileImportDlg.h"
11 
14 class ProfileImportDlg : public QDialog, public Ui::ProfileImportDlg {
15  Q_OBJECT
16 
17 public:
19  explicit ProfileImportDlg(QWidget* parent = 0);
20 
21 protected slots:
22 
24  void saveSettings();
25 };
#define slots
Dialog for importing a 2D revolution profile (qSRA plugin)
void saveSettings()
Save settings.
ProfileImportDlg(QWidget *parent=0)
Default constructor.