Loading [MathJax]/jax/output/NativeMML/config.js
Isis 3 Programmer Reference
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 
QWidget
QDialog

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 USGS Astrogeology Discussion Board
To report a bug, or suggest a feature go to: ISIS Github
File Modified: 07/13/2023 15:16:50