mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2026-06-09 01:14:51 -04:00
Many improvements to GUI. Fixed the "yellow waterfall" problem; fixed
generated names for *.wav files. git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx@2694 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
This commit is contained in:
+1
-9
@@ -208,6 +208,7 @@ void CPlotter::DrawOverlay() //DrawOverlay()
|
||||
painter.drawLine(0, y, w, y);
|
||||
}
|
||||
|
||||
/*
|
||||
//draw amplitude values
|
||||
painter.setPen(Qt::yellow);
|
||||
// Font.setWeight(QFont::Light);
|
||||
@@ -220,15 +221,6 @@ void CPlotter::DrawOverlay() //DrawOverlay()
|
||||
painter.drawStaticText(5, y-1, QString::number(dB)+" dB");
|
||||
dB -= m_dBStepSize;
|
||||
}
|
||||
|
||||
/*
|
||||
if(!m_Running)
|
||||
{ //if not running so is no data updates to draw to screen
|
||||
//copy into 2Dbitmap the overlay bitmap.
|
||||
m_2DPixmap = m_OverlayPixmap.copy(0,0,m_w,m_h2);
|
||||
//trigger a new paintEvent
|
||||
update();
|
||||
}
|
||||
*/
|
||||
|
||||
QRect rect0;
|
||||
|
||||
Reference in New Issue
Block a user