Loading [MathJax]/jax/output/NativeMML/config.js
Isis 3 Programmer Reference
QnetDeletePointDialog.cpp
1 #include <QtWidgets>
2 
3 #include "QnetDeletePointDialog.h"
4 
5 QnetDeletePointDialog::QnetDeletePointDialog(QWidget *parent) : QDialog(parent) {
6 
7  setupUi(this);
8  connect(okButton, SIGNAL(clicked()), this, SLOT(accept()));
9  connect(cancelButton, SIGNAL(clicked()), this, SLOT(reject()));
10 }
11 

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/12/2023 23:29:12