mirror of
				https://github.com/saitohirga/WSJT-X.git
				synced 2025-11-03 13:30:52 -05:00 
			
		
		
		
	Cleanup of Tool Tips and Tab Order.
git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx@7246 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
This commit is contained in:
		
							parent
							
								
									f21c0f24ba
								
							
						
					
					
						commit
						97eca08c48
					
				@ -35,10 +35,8 @@ EchoGraph::EchoGraph(QSettings * settings, QWidget *parent) :
 | 
			
		||||
  ui->echoPlot->m_binsPerPixel=n;
 | 
			
		||||
  ui->binsPerPixelSpinBox->setValue(n);
 | 
			
		||||
  ui->echoPlot->m_blue=m_settings->value("BlueCurve",false).toBool();
 | 
			
		||||
  ui->cbBlue->setChecked(ui->echoPlot->m_blue);
 | 
			
		||||
  m_nColor=m_settings->value("EchoColors",0).toInt();
 | 
			
		||||
  m_settings->endGroup();
 | 
			
		||||
  ui->cbBlue->setVisible(false);                   //Not using "blue" (for now, at least)
 | 
			
		||||
  ui->echoPlot->setColors(m_nColor);
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
@ -79,12 +77,6 @@ void EchoGraph::on_smoothSpinBox_valueChanged(int n)
 | 
			
		||||
  ui->echoPlot->draw();
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
void EchoGraph::on_cbBlue_toggled(bool checked)
 | 
			
		||||
{
 | 
			
		||||
  ui->echoPlot->m_blue=checked;
 | 
			
		||||
  ui->echoPlot->draw();
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
void EchoGraph::on_gainSlider_valueChanged(int value)
 | 
			
		||||
{
 | 
			
		||||
  ui->echoPlot->setPlotGain(value);
 | 
			
		||||
 | 
			
		||||
@ -26,7 +26,6 @@ public:
 | 
			
		||||
 | 
			
		||||
private slots:
 | 
			
		||||
  void on_smoothSpinBox_valueChanged(int n);
 | 
			
		||||
  void on_cbBlue_toggled(bool checked);
 | 
			
		||||
  void on_gainSlider_valueChanged(int value);
 | 
			
		||||
  void on_zeroSlider_valueChanged(int value);  
 | 
			
		||||
  void on_binsPerPixelSpinBox_valueChanged(int n);
 | 
			
		||||
 | 
			
		||||
							
								
								
									
										25
									
								
								echograph.ui
									
									
									
									
									
								
							
							
						
						
									
										25
									
								
								echograph.ui
									
									
									
									
									
								
							@ -97,6 +97,9 @@
 | 
			
		||||
           <height>0</height>
 | 
			
		||||
          </size>
 | 
			
		||||
         </property>
 | 
			
		||||
         <property name="toolTip">
 | 
			
		||||
          <string><html><head/><body><p>Compression factor for frequency scale</p></body></html></string>
 | 
			
		||||
         </property>
 | 
			
		||||
         <property name="prefix">
 | 
			
		||||
          <string>Bins/Pixel  </string>
 | 
			
		||||
         </property>
 | 
			
		||||
@ -117,6 +120,9 @@
 | 
			
		||||
       </item>
 | 
			
		||||
       <item>
 | 
			
		||||
        <widget class="QSlider" name="gainSlider">
 | 
			
		||||
         <property name="toolTip">
 | 
			
		||||
          <string><html><head/><body><p>Echo spectrum gain</p></body></html></string>
 | 
			
		||||
         </property>
 | 
			
		||||
         <property name="minimum">
 | 
			
		||||
          <number>-30</number>
 | 
			
		||||
         </property>
 | 
			
		||||
@ -153,6 +159,9 @@
 | 
			
		||||
       </item>
 | 
			
		||||
       <item>
 | 
			
		||||
        <widget class="QSlider" name="zeroSlider">
 | 
			
		||||
         <property name="toolTip">
 | 
			
		||||
          <string><html><head/><body><p>Echo spectrum zero</p></body></html></string>
 | 
			
		||||
         </property>
 | 
			
		||||
         <property name="minimum">
 | 
			
		||||
          <number>-150</number>
 | 
			
		||||
         </property>
 | 
			
		||||
@ -188,6 +197,9 @@
 | 
			
		||||
           <height>0</height>
 | 
			
		||||
          </size>
 | 
			
		||||
         </property>
 | 
			
		||||
         <property name="toolTip">
 | 
			
		||||
          <string><html><head/><body><p>Smoothing of echo spectrum</p></body></html></string>
 | 
			
		||||
         </property>
 | 
			
		||||
         <property name="prefix">
 | 
			
		||||
          <string>Smooth  </string>
 | 
			
		||||
         </property>
 | 
			
		||||
@ -220,6 +232,9 @@
 | 
			
		||||
           <height>0</height>
 | 
			
		||||
          </size>
 | 
			
		||||
         </property>
 | 
			
		||||
         <property name="toolTip">
 | 
			
		||||
          <string><html><head/><body><p>Number of echo transmissions averaged</p></body></html></string>
 | 
			
		||||
         </property>
 | 
			
		||||
         <property name="text">
 | 
			
		||||
          <string>N: 0</string>
 | 
			
		||||
         </property>
 | 
			
		||||
@ -228,13 +243,6 @@
 | 
			
		||||
         </property>
 | 
			
		||||
        </widget>
 | 
			
		||||
       </item>
 | 
			
		||||
       <item>
 | 
			
		||||
        <widget class="QCheckBox" name="cbBlue">
 | 
			
		||||
         <property name="text">
 | 
			
		||||
          <string>Blue</string>
 | 
			
		||||
         </property>
 | 
			
		||||
        </widget>
 | 
			
		||||
       </item>
 | 
			
		||||
       <item>
 | 
			
		||||
        <widget class="QPushButton" name="pbColors">
 | 
			
		||||
         <property name="maximumSize">
 | 
			
		||||
@ -243,6 +251,9 @@
 | 
			
		||||
           <height>16777215</height>
 | 
			
		||||
          </size>
 | 
			
		||||
         </property>
 | 
			
		||||
         <property name="toolTip">
 | 
			
		||||
          <string><html><head/><body><p>Click to cycle through a sequence of colors and line widths.</p></body></html></string>
 | 
			
		||||
         </property>
 | 
			
		||||
         <property name="text">
 | 
			
		||||
          <string>Colors</string>
 | 
			
		||||
         </property>
 | 
			
		||||
 | 
			
		||||
@ -214,6 +214,9 @@
 | 
			
		||||
       </item>
 | 
			
		||||
       <item>
 | 
			
		||||
        <widget class="QPushButton" name="pbAutoLevel">
 | 
			
		||||
         <property name="toolTip">
 | 
			
		||||
          <string><html><head/><body><p>Set reasonable levels for the gain and zero sliders.</p></body></html></string>
 | 
			
		||||
         </property>
 | 
			
		||||
         <property name="text">
 | 
			
		||||
          <string>Auto Level</string>
 | 
			
		||||
         </property>
 | 
			
		||||
 | 
			
		||||
@ -376,7 +376,7 @@
 | 
			
		||||
           </size>
 | 
			
		||||
          </property>
 | 
			
		||||
          <property name="toolTip">
 | 
			
		||||
           <string>Start monitoring</string>
 | 
			
		||||
           <string><html><head/><body><p>Toggle monitoring On/Off</p></body></html></string>
 | 
			
		||||
          </property>
 | 
			
		||||
          <property name="styleSheet">
 | 
			
		||||
           <string notr="true">QPushButton:checked {
 | 
			
		||||
@ -409,7 +409,7 @@
 | 
			
		||||
           </size>
 | 
			
		||||
          </property>
 | 
			
		||||
          <property name="toolTip">
 | 
			
		||||
           <string>Erase QSO Frequency window.  Double-click for both windows</string>
 | 
			
		||||
           <string><html><head/><body><p>Erase right window.  Double-click for both windows.</p></body></html></string>
 | 
			
		||||
          </property>
 | 
			
		||||
          <property name="text">
 | 
			
		||||
           <string>&Erase</string>
 | 
			
		||||
@ -421,6 +421,9 @@
 | 
			
		||||
          <property name="enabled">
 | 
			
		||||
           <bool>true</bool>
 | 
			
		||||
          </property>
 | 
			
		||||
          <property name="toolTip">
 | 
			
		||||
           <string><html><head/><body><p>Clear the accumulating message averages.</p></body></html></string>
 | 
			
		||||
          </property>
 | 
			
		||||
          <property name="text">
 | 
			
		||||
           <string>Clear Avg</string>
 | 
			
		||||
          </property>
 | 
			
		||||
@ -505,7 +508,7 @@
 | 
			
		||||
        <item>
 | 
			
		||||
         <widget class="QPushButton" name="tuneButton">
 | 
			
		||||
          <property name="toolTip">
 | 
			
		||||
           <string><html><head/><body><p>Transmit a pure tone</p></body></html></string>
 | 
			
		||||
           <string><html><head/><body><p>Toggle a pure Tx tone On/Off</p></body></html></string>
 | 
			
		||||
          </property>
 | 
			
		||||
          <property name="styleSheet">
 | 
			
		||||
           <string notr="true">QPushButton:checked {
 | 
			
		||||
@ -689,7 +692,7 @@ QLabel[oob="true"] {
 | 
			
		||||
                         </size>
 | 
			
		||||
                        </property>
 | 
			
		||||
                        <property name="toolTip">
 | 
			
		||||
                         <string>Check to generate JT4 or JT65 shorthand messages.</string>
 | 
			
		||||
                         <string><html><head/><body><p>Check to use short-format messages.</p></body></html></string>
 | 
			
		||||
                        </property>
 | 
			
		||||
                        <property name="text">
 | 
			
		||||
                         <string>Sh</string>
 | 
			
		||||
@ -699,7 +702,7 @@ QLabel[oob="true"] {
 | 
			
		||||
                      <item>
 | 
			
		||||
                       <widget class="QCheckBox" name="cbFast9">
 | 
			
		||||
                        <property name="toolTip">
 | 
			
		||||
                         <string>Check for JT9 fast modes</string>
 | 
			
		||||
                         <string><html><head/><body><p>Check to enable JT9 fast modes</p></body></html></string>
 | 
			
		||||
                        </property>
 | 
			
		||||
                        <property name="text">
 | 
			
		||||
                         <string>Fast</string>
 | 
			
		||||
@ -715,7 +718,7 @@ QLabel[oob="true"] {
 | 
			
		||||
                         </size>
 | 
			
		||||
                        </property>
 | 
			
		||||
                        <property name="toolTip">
 | 
			
		||||
                         <string><html><head/><body><p>Check to allow automatic sequencing of Tx messages based on received messages.</p></body></html></string>
 | 
			
		||||
                         <string><html><head/><body><p>Check to enable automatic sequencing of Tx messages based on received messages.</p></body></html></string>
 | 
			
		||||
                        </property>
 | 
			
		||||
                        <property name="text">
 | 
			
		||||
                         <string>Auto Seq</string>
 | 
			
		||||
@ -842,7 +845,7 @@ QLabel[oob="true"] {
 | 
			
		||||
                 <item row="9" column="1">
 | 
			
		||||
                  <widget class="QSpinBox" name="syncSpinBox">
 | 
			
		||||
                   <property name="toolTip">
 | 
			
		||||
                    <string>Synchronizing threshold</string>
 | 
			
		||||
                    <string><html><head/><body><p>Synchronizing threshold.  Lower numbers accept weaker sync signals.</p></body></html></string>
 | 
			
		||||
                   </property>
 | 
			
		||||
                   <property name="alignment">
 | 
			
		||||
                    <set>Qt::AlignCenter</set>
 | 
			
		||||
@ -900,7 +903,7 @@ QLabel[oob="true"] {
 | 
			
		||||
                 <item row="7" column="1">
 | 
			
		||||
                  <widget class="LettersSpinBox" name="sbSubmode">
 | 
			
		||||
                   <property name="toolTip">
 | 
			
		||||
                    <string>Submode controls tone spacing (A is narrowest)</string>
 | 
			
		||||
                    <string><html><head/><body><p>Submode determines tone spacing; A is narrowest.</p></body></html></string>
 | 
			
		||||
                   </property>
 | 
			
		||||
                   <property name="alignment">
 | 
			
		||||
                    <set>Qt::AlignCenter</set>
 | 
			
		||||
@ -985,7 +988,7 @@ QLabel[oob="true"] {
 | 
			
		||||
                  <enum>QTabWidget::Triangular</enum>
 | 
			
		||||
                 </property>
 | 
			
		||||
                 <property name="currentIndex">
 | 
			
		||||
                  <number>1</number>
 | 
			
		||||
                  <number>0</number>
 | 
			
		||||
                 </property>
 | 
			
		||||
                 <widget class="QWidget" name="tab">
 | 
			
		||||
                  <attribute name="title">
 | 
			
		||||
@ -2192,7 +2195,7 @@ list. The list can be maintained in Settings (F2).</string>
 | 
			
		||||
           <bool>false</bool>
 | 
			
		||||
          </property>
 | 
			
		||||
          <property name="toolTip">
 | 
			
		||||
           <string><html><head/><body><p>If orange or red there has been a rig control failure, click to reset and read the dial frequency.</p></body></html></string>
 | 
			
		||||
           <string><html><head/><body><p>If orange or red there has been a rig control failure, click to reset and read the dial frequency.  S implies split mode.</p></body></html></string>
 | 
			
		||||
          </property>
 | 
			
		||||
          <property name="styleSheet">
 | 
			
		||||
           <string notr="true">QPushButton {
 | 
			
		||||
@ -2267,7 +2270,7 @@ QPushButton[state="ok"] {
 | 
			
		||||
        <item row="0" column="0">
 | 
			
		||||
         <widget class="QComboBox" name="bandComboBox">
 | 
			
		||||
          <property name="toolTip">
 | 
			
		||||
           <string>Select operating band or frequency in MHz</string>
 | 
			
		||||
           <string><html><head/><body><p>Select operating band or enter frequency in MHz</p></body></html></string>
 | 
			
		||||
          </property>
 | 
			
		||||
          <property name="editable">
 | 
			
		||||
           <bool>true</bool>
 | 
			
		||||
@ -2873,18 +2876,52 @@ QPushButton[state="ok"] {
 | 
			
		||||
  <tabstop>stopButton</tabstop>
 | 
			
		||||
  <tabstop>monitorButton</tabstop>
 | 
			
		||||
  <tabstop>EraseButton</tabstop>
 | 
			
		||||
  <tabstop>ClrAvgButton</tabstop>
 | 
			
		||||
  <tabstop>DecodeButton</tabstop>
 | 
			
		||||
  <tabstop>autoButton</tabstop>
 | 
			
		||||
  <tabstop>stopTxButton</tabstop>
 | 
			
		||||
  <tabstop>tuneButton</tabstop>
 | 
			
		||||
  <tabstop>bandComboBox</tabstop>
 | 
			
		||||
  <tabstop>inGain</tabstop>
 | 
			
		||||
  <tabstop>dxCallEntry</tabstop>
 | 
			
		||||
  <tabstop>dxGridEntry</tabstop>
 | 
			
		||||
  <tabstop>lookupButton</tabstop>
 | 
			
		||||
  <tabstop>addButton</tabstop>
 | 
			
		||||
  <tabstop>txFirstCheckBox</tabstop>
 | 
			
		||||
  <tabstop>TxFreqSpinBox</tabstop>
 | 
			
		||||
  <tabstop>RxFreqSpinBox</tabstop>
 | 
			
		||||
  <tabstop>sbFtol</tabstop>
 | 
			
		||||
  <tabstop>rptSpinBox</tabstop>
 | 
			
		||||
  <tabstop>sbTR</tabstop>
 | 
			
		||||
  <tabstop>sbCQRxFreq</tabstop>
 | 
			
		||||
  <tabstop>cbCQRx</tabstop>
 | 
			
		||||
  <tabstop>cbShMsgs</tabstop>
 | 
			
		||||
  <tabstop>cbFast9</tabstop>
 | 
			
		||||
  <tabstop>cbAutoSeq</tabstop>
 | 
			
		||||
  <tabstop>cbTx6</tabstop>
 | 
			
		||||
  <tabstop>pbTxMode</tabstop>
 | 
			
		||||
  <tabstop>pbR2T</tabstop>
 | 
			
		||||
  <tabstop>pbT2R</tabstop>
 | 
			
		||||
  <tabstop>cbTxLock</tabstop>
 | 
			
		||||
  <tabstop>sbSubmode</tabstop>
 | 
			
		||||
  <tabstop>syncSpinBox</tabstop>
 | 
			
		||||
  <tabstop>tabWidget</tabstop>
 | 
			
		||||
  <tabstop>pbCallCQ</tabstop>
 | 
			
		||||
  <tabstop>pbAnswerCQ</tabstop>
 | 
			
		||||
  <tabstop>pbAnswerCaller</tabstop>
 | 
			
		||||
  <tabstop>pbSendReport</tabstop>
 | 
			
		||||
  <tabstop>pbSendRRR</tabstop>
 | 
			
		||||
  <tabstop>pbSend73</tabstop>
 | 
			
		||||
  <tabstop>genMsg</tabstop>
 | 
			
		||||
  <tabstop>rbGenMsg</tabstop>
 | 
			
		||||
  <tabstop>freeTextMsg</tabstop>
 | 
			
		||||
  <tabstop>rbFreeText</tabstop>
 | 
			
		||||
  <tabstop>outAttenuation</tabstop>
 | 
			
		||||
  <tabstop>genStdMsgsPushButton</tabstop>
 | 
			
		||||
  <tabstop>tx1</tabstop>
 | 
			
		||||
  <tabstop>tx2</tabstop>
 | 
			
		||||
  <tabstop>tx3</tabstop>
 | 
			
		||||
  <tabstop>tx4</tabstop>
 | 
			
		||||
  <tabstop>tx5</tabstop>
 | 
			
		||||
  <tabstop>tx6</tabstop>
 | 
			
		||||
  <tabstop>txrb1</tabstop>
 | 
			
		||||
  <tabstop>txrb2</tabstop>
 | 
			
		||||
@ -2898,15 +2935,18 @@ QPushButton[state="ok"] {
 | 
			
		||||
  <tabstop>txb4</tabstop>
 | 
			
		||||
  <tabstop>txb5</tabstop>
 | 
			
		||||
  <tabstop>txb6</tabstop>
 | 
			
		||||
  <tabstop>genMsg</tabstop>
 | 
			
		||||
  <tabstop>pbAnswerCaller</tabstop>
 | 
			
		||||
  <tabstop>rbFreeText</tabstop>
 | 
			
		||||
  <tabstop>pbSendRRR</tabstop>
 | 
			
		||||
  <tabstop>pbAnswerCQ</tabstop>
 | 
			
		||||
  <tabstop>pbSendReport</tabstop>
 | 
			
		||||
  <tabstop>pbSend73</tabstop>
 | 
			
		||||
  <tabstop>rbGenMsg</tabstop>
 | 
			
		||||
  <tabstop>pbCallCQ</tabstop>
 | 
			
		||||
  <tabstop>band_hopping_group_box</tabstop>
 | 
			
		||||
  <tabstop>band_hopping_schedule_push_button</tabstop>
 | 
			
		||||
  <tabstop>cbUploadWSPR_Spots</tabstop>
 | 
			
		||||
  <tabstop>WSPR_prefer_type_1_check_box</tabstop>
 | 
			
		||||
  <tabstop>pbTxNext</tabstop>
 | 
			
		||||
  <tabstop>TxPowerComboBox</tabstop>
 | 
			
		||||
  <tabstop>WSPRfreqSpinBox</tabstop>
 | 
			
		||||
  <tabstop>decodedTextBrowser2</tabstop>
 | 
			
		||||
  <tabstop>decodedTextBrowser</tabstop>
 | 
			
		||||
  <tabstop>bandComboBox</tabstop>
 | 
			
		||||
  <tabstop>sbTxPercent</tabstop>
 | 
			
		||||
  <tabstop>readFreq</tabstop>
 | 
			
		||||
 </tabstops>
 | 
			
		||||
 <resources/>
 | 
			
		||||
 <connections/>
 | 
			
		||||
 | 
			
		||||
							
								
								
									
										12
									
								
								widegraph.ui
									
									
									
									
									
								
							
							
						
						
									
										12
									
								
								widegraph.ui
									
									
									
									
									
								
							@ -397,6 +397,9 @@
 | 
			
		||||
             <height>16777215</height>
 | 
			
		||||
            </size>
 | 
			
		||||
           </property>
 | 
			
		||||
           <property name="toolTip">
 | 
			
		||||
            <string><html><head/><body><p>Enter definition for a new color palette.</p></body></html></string>
 | 
			
		||||
           </property>
 | 
			
		||||
           <property name="text">
 | 
			
		||||
            <string>Adjust...</string>
 | 
			
		||||
           </property>
 | 
			
		||||
@ -537,6 +540,9 @@
 | 
			
		||||
           <height>16777215</height>
 | 
			
		||||
          </size>
 | 
			
		||||
         </property>
 | 
			
		||||
         <property name="toolTip">
 | 
			
		||||
          <string><html><head/><body><p>Set fractionalsizeof spectrum below waterfall.</p></body></html></string>
 | 
			
		||||
         </property>
 | 
			
		||||
         <property name="alignment">
 | 
			
		||||
          <set>Qt::AlignCenter</set>
 | 
			
		||||
         </property>
 | 
			
		||||
@ -561,6 +567,9 @@
 | 
			
		||||
        <layout class="QHBoxLayout" name="horizontalLayout_3">
 | 
			
		||||
         <item>
 | 
			
		||||
          <widget class="QCheckBox" name="cbFlatten">
 | 
			
		||||
           <property name="toolTip">
 | 
			
		||||
            <string><html><head/><body><p>Flatten the spectral baseline over the full displayed interval.</p></body></html></string>
 | 
			
		||||
           </property>
 | 
			
		||||
           <property name="text">
 | 
			
		||||
            <string>Flatten</string>
 | 
			
		||||
           </property>
 | 
			
		||||
@ -568,6 +577,9 @@
 | 
			
		||||
         </item>
 | 
			
		||||
         <item>
 | 
			
		||||
          <widget class="QCheckBox" name="cbRef">
 | 
			
		||||
           <property name="toolTip">
 | 
			
		||||
            <string><html><head/><body><p>Compute and save a reference spectrum.  (Not yet fully implemented.)</p></body></html></string>
 | 
			
		||||
           </property>
 | 
			
		||||
           <property name="text">
 | 
			
		||||
            <string>Ref Spec</string>
 | 
			
		||||
           </property>
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user