mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2025-03-22 20:18:35 -04:00
Clean up what the Erase button does.
This commit is contained in:
parent
00d405137a
commit
d1d92334bd
@ -36,7 +36,7 @@ MainWindow::MainWindow(QWidget *parent) :
|
||||
m_gui_timer {new QTimer {this}}
|
||||
{
|
||||
ui->setupUi(this);
|
||||
on_EraseButton_clicked();
|
||||
// ui->decodedTextBrowser->clear();
|
||||
ui->labUTC->setStyleSheet( \
|
||||
"QLabel { background-color : black; color : yellow; }");
|
||||
ui->labTol1->setStyleSheet( \
|
||||
@ -903,11 +903,8 @@ void MainWindow::decode() //decode()
|
||||
|
||||
void MainWindow::on_EraseButton_clicked()
|
||||
{
|
||||
qint64 ms=QDateTime::currentMSecsSinceEpoch();
|
||||
ui->decodedTextBrowser->clear();
|
||||
if((ms-m_msErase)<500) {
|
||||
}
|
||||
m_msErase=ms;
|
||||
lab5->clear();
|
||||
}
|
||||
|
||||
|
||||
|
@ -96,7 +96,6 @@ private:
|
||||
QScopedPointer<Astro> m_astro_window;
|
||||
QScopedPointer<WideGraph> m_wide_graph_window;
|
||||
QPointer<QTimer> m_gui_timer;
|
||||
qint64 m_msErase;
|
||||
qint32 m_idInt;
|
||||
qint32 m_waterfallAvg;
|
||||
qint32 m_DF;
|
||||
|
Loading…
Reference in New Issue
Block a user