Isis 3.0 Programmer Reference
Back
|
Home
Main Page
Related Pages
Modules
Namespaces
Classes
Files
File List
File Members
MatchToolDeletePointDialog.cpp
1
#include <QtWidgets>
2
3
#include "MatchToolDeletePointDialog.h"
4
5
6
MatchToolDeletePointDialog::MatchToolDeletePointDialog(
QWidget
*parent) :
QDialog
(parent) {
7
8
setupUi(
this
);
9
connect(okButton, SIGNAL(clicked()),
this
, SLOT(accept()));
10
connect(cancelButton, SIGNAL(clicked()),
this
, SLOT(reject()));
11
}
12
QDialog
QWidget
U.S. Department of the Interior
|
U.S. Geological Survey
ISIS
|
Privacy & Disclaimers
|
Astrogeology Research Program
To contact us, please post comments and questions on the
ISIS Support Center
File Modified: 07/12/2023 23:23:01