ACloudViewer  3.9.4
A Modern Library for 3D Data Processing
CSVMatrixOpenDialog.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 // Qt
11 #include <QDialog>
12 
13 // GUI
14 #include "ui_openCSVMatrixDlg.h"
15 
17 class CSVMatrixOpenDialog : public QDialog, public Ui::CSVMatrixOpenDlg {
18  Q_OBJECT
19 
20 public:
22  explicit CSVMatrixOpenDialog(QWidget* parent = 0);
23 
24 protected slots:
25 
27  void browseTextureFile();
28 };
#define slots
CSV Matrix Open dialog.
void browseTextureFile()
Bowse texture file.
CSVMatrixOpenDialog(QWidget *parent=0)
Default constructor.