Starrting to implement a confirmation dialog for LogQSL.

git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx@3067 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
This commit is contained in:
Joe Taylor
2013-03-21 17:22:32 +00:00
parent 5f02b1d64a
commit e1abaadfc3
5 changed files with 657 additions and 4 deletions
+6 -1
View File
@@ -8,6 +8,7 @@
#include "sleep.h"
#include "getfile.h"
#include <portaudio.h>
#include "logqso.h"
int itone[85]; //Tx audio tones for 85 symbols
int rc;
@@ -1749,8 +1750,12 @@ void MainWindow::on_logQSOButton_clicked() //Log QSO button
t+=" <eor>";
out << t << endl;
f2.close();
LogQSO logDlg(this);
logDlg.initLogQSO();
if(logDlg.exec() == QDialog::Accepted) {
qDebug() << "ZZ";
}
}
m_rptSent="";
m_rptRcvd="";
}