3 #include "DeleteControlPointDialog.h"     5 DeleteControlPointDialog::DeleteControlPointDialog(
QWidget *parent) : 
QDialog(parent) {
     9   connect(okButton, SIGNAL(clicked()), 
this, SLOT(accept()));
    10   connect(cancelButton, SIGNAL(clicked()), 
this, SLOT(reject()));