iVS3D
v2.0.0
Loading...
Searching...
No Matches
reallydeletedialog.h
1
#ifndef REALLYDELETEDIALOG_H
2
#define REALLYDELETEDIALOG_H
3
4
#include <QDialog>
5
6
namespace
Ui {
7
class
ReallyDeleteDialog
;
8
}
20
class
ReallyDeleteDialog
:
public
QDialog
21
{
22
Q_OBJECT
23
24
public
:
29
explicit
ReallyDeleteDialog
(QWidget *parent =
nullptr
);
30
~ReallyDeleteDialog
();
31
32
private
slots:
33
void
on_pushButton_2_clicked();
34
35
void
on_pushButton_clicked();
36
37
private
:
38
Ui::ReallyDeleteDialog *ui;
39
};
40
41
#endif
// REALYDELETEDIALOG_H
ReallyDeleteDialog
The ReallyDeleteDialog class is handling the pop up window confirming to deselect all currently selec...
Definition
reallydeletedialog.h:21
iVS3D
src
iVS3D-core
view
reallydeletedialog.h
Generated by
1.9.8