temp save

git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx@2610 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
This commit is contained in:
Joe Taylor 2012-09-29 13:25:09 +00:00
parent 2232d88405
commit 26261700ee
2 changed files with 7 additions and 8 deletions

View File

@ -56,7 +56,6 @@ private slots:
void on_autoZeroPushButton_clicked();
// void on_cbFcenter_stateChanged(int arg1);
void on_fCenterLineEdit_editingFinished();
void on_cbSpec2d_toggled(bool checked);
private:
qint32 m_waterfallAvg;

View File

@ -138,37 +138,37 @@
</property>
<property name="minimumSize">
<size>
<width>60</width>
<width>40</width>
<height>0</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>60</width>
<width>40</width>
<height>16777215</height>
</size>
</property>
<property name="suffix">
<string> Hz</string>
<string/>
</property>
<property name="minimum">
<number>20</number>
<number>1</number>
</property>
<property name="maximum">
<number>1000</number>
</property>
<property name="singleStep">
<number>5</number>
<number>1</number>
</property>
<property name="value">
<number>200</number>
<number>1</number>
</property>
</widget>
</item>
<item>
<widget class="QLabel" name="label_3">
<property name="text">
<string>Freq Span</string>
<string>Nbpp</string>
</property>
</widget>
</item>