mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2026-06-08 17:04:41 -04:00
1. Send values of fMin, fMax, to the jt9 decoder.
2. Option for user to set default fonts. 3. Minor tweaks to GUI appearance. git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx@3150 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
This commit is contained in:
@@ -212,6 +212,16 @@ void WideGraph::setRxRange(int fMin, int fMax)
|
||||
ui->widePlot->update();
|
||||
}
|
||||
|
||||
int WideGraph::getFmin()
|
||||
{
|
||||
return m_fMin;
|
||||
}
|
||||
|
||||
int WideGraph::getFmax()
|
||||
{
|
||||
return m_fMax;
|
||||
}
|
||||
|
||||
void WideGraph::setfMax(int n)
|
||||
{
|
||||
m_fMax = n;
|
||||
|
||||
Reference in New Issue
Block a user