mirror of
				https://github.com/saitohirga/WSJT-X.git
				synced 2025-10-30 20:40:28 -04:00 
			
		
		
		
	Minor cosmetic main layout changes
This commit is contained in:
		
							parent
							
								
									fb8b938ac7
								
							
						
					
					
						commit
						d2525c73a3
					
				| @ -553,43 +553,68 @@ | |||||||
|      </layout> |      </layout> | ||||||
|     </item> |     </item> | ||||||
|     <item> |     <item> | ||||||
|      <layout class="QGridLayout" name="gridLayout_5" columnstretch="0,0,0,0,0"> |      <layout class="QGridLayout" name="gridLayout_5" rowstretch="1,0,1,1"> | ||||||
|       <item row="3" column="2"> |       <item row="0" column="1" alignment="Qt::AlignHCenter|Qt::AlignVCenter"> | ||||||
|        <widget class="QLabel" name="labUTC"> |        <widget class="QPushButton" name="readFreq"> | ||||||
|         <property name="sizePolicy"> |         <property name="enabled"> | ||||||
|          <sizepolicy hsizetype="Minimum" vsizetype="Fixed"> |          <bool>false</bool> | ||||||
|           <horstretch>0</horstretch> |         </property> | ||||||
|           <verstretch>0</verstretch> |         <property name="toolTip"> | ||||||
|          </sizepolicy> |          <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="accessibleDescription"> | ||||||
|  |          <string>If orange or red there has been a rig control failure, click to reset and read the dial frequency. S implies split mode.</string> | ||||||
|         </property> |         </property> | ||||||
|         <property name="styleSheet"> |         <property name="styleSheet"> | ||||||
|          <string notr="true">QLabel { |          <string notr="true">QPushButton { | ||||||
|   font-family: MS Shell Dlg 2; |  font-family: helvetica; | ||||||
|   font-size: 16pt; |  font-size: 9pt; | ||||||
|   background-color : black; |  font-weight: bold; | ||||||
|   color : yellow; |  background-color: white; | ||||||
|  |  color: black; | ||||||
|  |  border-style: solid; | ||||||
|  |  border-width:1px; | ||||||
|  |  border-radius:10px; | ||||||
|  |  border-color: gray; | ||||||
|  |  max-width:20px; | ||||||
|  |  max-height:20px; | ||||||
|  |  min-width:20px; | ||||||
|  |  min-height:20px; | ||||||
|  | } | ||||||
|  | QPushButton[state="error"] { | ||||||
|  |  background-color: red; | ||||||
|  | } | ||||||
|  | QPushButton[state="warning"] { | ||||||
|  |  background-color: orange; | ||||||
|  | } | ||||||
|  | QPushButton[state="ok"] { | ||||||
|  |  background-color: #00ff00; | ||||||
| }</string> | }</string> | ||||||
|         </property> |         </property> | ||||||
|         <property name="frameShape"> |  | ||||||
|          <enum>QFrame::StyledPanel</enum> |  | ||||||
|         </property> |  | ||||||
|         <property name="frameShadow"> |  | ||||||
|          <enum>QFrame::Sunken</enum> |  | ||||||
|         </property> |  | ||||||
|         <property name="lineWidth"> |  | ||||||
|          <number>2</number> |  | ||||||
|         </property> |  | ||||||
|         <property name="midLineWidth"> |  | ||||||
|          <number>0</number> |  | ||||||
|         </property> |  | ||||||
|         <property name="text"> |         <property name="text"> | ||||||
|          <string><html><head/><body><p align="center"> 2015 Jun 17 </p><p align="center"> 01:23:45 </p></body></html></string> |          <string>?</string> | ||||||
|         </property> |         </property> | ||||||
|         <property name="alignment"> |        </widget> | ||||||
|          <set>Qt::AlignCenter</set> |       </item> | ||||||
|  |       <item row="0" column="0"> | ||||||
|  |        <widget class="QComboBox" name="bandComboBox"> | ||||||
|  |         <property name="toolTip"> | ||||||
|  |          <string><html><head/><body><p>Select operating band or enter frequency in MHz or enter kHz increment followed by k.</p></body></html></string> | ||||||
|         </property> |         </property> | ||||||
|         <property name="margin"> |         <property name="accessibleName"> | ||||||
|          <number>5</number> |          <string>Frequency entry</string> | ||||||
|  |         </property> | ||||||
|  |         <property name="accessibleDescription"> | ||||||
|  |          <string>Select operating band or enter frequency in MHz or enter kHz increment followed by k.</string> | ||||||
|  |         </property> | ||||||
|  |         <property name="editable"> | ||||||
|  |          <bool>true</bool> | ||||||
|  |         </property> | ||||||
|  |         <property name="insertPolicy"> | ||||||
|  |          <enum>QComboBox::NoInsert</enum> | ||||||
|  |         </property> | ||||||
|  |         <property name="sizeAdjustPolicy"> | ||||||
|  |          <enum>QComboBox::AdjustToMinimumContentsLength</enum> | ||||||
|         </property> |         </property> | ||||||
|        </widget> |        </widget> | ||||||
|       </item> |       </item> | ||||||
| @ -1103,19 +1128,6 @@ When not checked you can view the calibration results.</string> | |||||||
|                  </property> |                  </property> | ||||||
|                 </widget> |                 </widget> | ||||||
|                </item> |                </item> | ||||||
|                <item row="9" column="0"> |  | ||||||
|                 <spacer name="verticalSpacer_4"> |  | ||||||
|                  <property name="orientation"> |  | ||||||
|                   <enum>Qt::Vertical</enum> |  | ||||||
|                  </property> |  | ||||||
|                  <property name="sizeHint" stdset="0"> |  | ||||||
|                   <size> |  | ||||||
|                    <width>20</width> |  | ||||||
|                    <height>40</height> |  | ||||||
|                   </size> |  | ||||||
|                  </property> |  | ||||||
|                 </spacer> |  | ||||||
|                </item> |  | ||||||
|                <item row="3" column="1"> |                <item row="3" column="1"> | ||||||
|                 <widget class="QSpinBox" name="sbSerialNumber"> |                 <widget class="QSpinBox" name="sbSerialNumber"> | ||||||
|                  <property name="alignment"> |                  <property name="alignment"> | ||||||
| @ -1148,6 +1160,19 @@ When not checked you can view the calibration results.</string> | |||||||
|                  </property> |                  </property> | ||||||
|                 </widget> |                 </widget> | ||||||
|                </item> |                </item> | ||||||
|  |                <item row="9" column="0"> | ||||||
|  |                 <spacer name="verticalSpacer_4"> | ||||||
|  |                  <property name="orientation"> | ||||||
|  |                   <enum>Qt::Vertical</enum> | ||||||
|  |                  </property> | ||||||
|  |                  <property name="sizeHint" stdset="0"> | ||||||
|  |                   <size> | ||||||
|  |                    <width>20</width> | ||||||
|  |                    <height>40</height> | ||||||
|  |                   </size> | ||||||
|  |                  </property> | ||||||
|  |                 </spacer> | ||||||
|  |                </item> | ||||||
|               </layout> |               </layout> | ||||||
|              </item> |              </item> | ||||||
|              <item> |              <item> | ||||||
| @ -2440,6 +2465,40 @@ list. The list can be maintained in Settings (F2).</string> | |||||||
|         </widget> |         </widget> | ||||||
|        </widget> |        </widget> | ||||||
|       </item> |       </item> | ||||||
|  |       <item row="0" column="2"> | ||||||
|  |        <widget class="QLabel" name="labDialFreq"> | ||||||
|  |         <property name="sizePolicy"> | ||||||
|  |          <sizepolicy hsizetype="Minimum" vsizetype="Fixed"> | ||||||
|  |           <horstretch>0</horstretch> | ||||||
|  |           <verstretch>0</verstretch> | ||||||
|  |          </sizepolicy> | ||||||
|  |         </property> | ||||||
|  |         <property name="toolTip"> | ||||||
|  |          <string>USB dial frequency</string> | ||||||
|  |         </property> | ||||||
|  |         <property name="styleSheet"> | ||||||
|  |          <string notr="true">QLabel { | ||||||
|  |   font-family: MS Shell Dlg 2; | ||||||
|  |   font-size: 16pt; | ||||||
|  |    color : yellow; | ||||||
|  |    background-color : black; | ||||||
|  | } | ||||||
|  | QLabel[oob="true"] { | ||||||
|  |   background-color: red; | ||||||
|  | } | ||||||
|  | </string> | ||||||
|  |         </property> | ||||||
|  |         <property name="text"> | ||||||
|  |          <string>14.078 000</string> | ||||||
|  |         </property> | ||||||
|  |         <property name="alignment"> | ||||||
|  |          <set>Qt::AlignCenter</set> | ||||||
|  |         </property> | ||||||
|  |         <property name="margin"> | ||||||
|  |          <number>5</number> | ||||||
|  |         </property> | ||||||
|  |        </widget> | ||||||
|  |       </item> | ||||||
|       <item row="0" column="4"> |       <item row="0" column="4"> | ||||||
|        <widget class="QLabel" name="label"> |        <widget class="QLabel" name="label"> | ||||||
|         <property name="text"> |         <property name="text"> | ||||||
| @ -2447,6 +2506,123 @@ list. The list can be maintained in Settings (F2).</string> | |||||||
|         </property> |         </property> | ||||||
|        </widget> |        </widget> | ||||||
|       </item> |       </item> | ||||||
|  |       <item row="3" column="2"> | ||||||
|  |        <widget class="QLabel" name="labUTC"> | ||||||
|  |         <property name="sizePolicy"> | ||||||
|  |          <sizepolicy hsizetype="Minimum" vsizetype="Fixed"> | ||||||
|  |           <horstretch>0</horstretch> | ||||||
|  |           <verstretch>0</verstretch> | ||||||
|  |          </sizepolicy> | ||||||
|  |         </property> | ||||||
|  |         <property name="styleSheet"> | ||||||
|  |          <string notr="true">QLabel { | ||||||
|  |   font-family: MS Shell Dlg 2; | ||||||
|  |   font-size: 16pt; | ||||||
|  |   background-color : black; | ||||||
|  |   color : yellow; | ||||||
|  | }</string> | ||||||
|  |         </property> | ||||||
|  |         <property name="frameShape"> | ||||||
|  |          <enum>QFrame::StyledPanel</enum> | ||||||
|  |         </property> | ||||||
|  |         <property name="frameShadow"> | ||||||
|  |          <enum>QFrame::Sunken</enum> | ||||||
|  |         </property> | ||||||
|  |         <property name="lineWidth"> | ||||||
|  |          <number>2</number> | ||||||
|  |         </property> | ||||||
|  |         <property name="midLineWidth"> | ||||||
|  |          <number>0</number> | ||||||
|  |         </property> | ||||||
|  |         <property name="text"> | ||||||
|  |          <string><html><head/><body><p align="center"> 2015 Jun 17 </p><p align="center"> 01:23:45 </p></body></html></string> | ||||||
|  |         </property> | ||||||
|  |         <property name="alignment"> | ||||||
|  |          <set>Qt::AlignCenter</set> | ||||||
|  |         </property> | ||||||
|  |         <property name="margin"> | ||||||
|  |          <number>5</number> | ||||||
|  |         </property> | ||||||
|  |        </widget> | ||||||
|  |       </item> | ||||||
|  |       <item row="2" column="0" rowspan="2"> | ||||||
|  |        <widget class="SignalMeter" name="signal_meter_widget"> | ||||||
|  |         <property name="sizePolicy"> | ||||||
|  |          <sizepolicy hsizetype="MinimumExpanding" vsizetype="MinimumExpanding"> | ||||||
|  |           <horstretch>0</horstretch> | ||||||
|  |           <verstretch>0</verstretch> | ||||||
|  |          </sizepolicy> | ||||||
|  |         </property> | ||||||
|  |         <property name="maximumSize"> | ||||||
|  |          <size> | ||||||
|  |           <width>100</width> | ||||||
|  |           <height>16777215</height> | ||||||
|  |          </size> | ||||||
|  |         </property> | ||||||
|  |         <property name="toolTip"> | ||||||
|  |          <string><html><head/><body><p>30dB recommended when only noise present<br/>Green when good<br/>Red when clipping may occur<br/>Yellow when too low</p></body></html></string> | ||||||
|  |         </property> | ||||||
|  |         <property name="accessibleName"> | ||||||
|  |          <string>Rx Signal</string> | ||||||
|  |         </property> | ||||||
|  |         <property name="accessibleDescription"> | ||||||
|  |          <string>30dB recommended when only noise present | ||||||
|  | Green when good | ||||||
|  | Red when clipping may occur | ||||||
|  | Yellow when too low</string> | ||||||
|  |         </property> | ||||||
|  |         <property name="frameShape"> | ||||||
|  |          <enum>QFrame::Panel</enum> | ||||||
|  |         </property> | ||||||
|  |         <property name="frameShadow"> | ||||||
|  |          <enum>QFrame::Sunken</enum> | ||||||
|  |         </property> | ||||||
|  |        </widget> | ||||||
|  |       </item> | ||||||
|  |       <item row="1" column="4" rowspan="3"> | ||||||
|  |        <widget class="QSlider" name="outAttenuation"> | ||||||
|  |         <property name="toolTip"> | ||||||
|  |          <string>Adjust Tx audio level</string> | ||||||
|  |         </property> | ||||||
|  |         <property name="maximum"> | ||||||
|  |          <number>450</number> | ||||||
|  |         </property> | ||||||
|  |         <property name="value"> | ||||||
|  |          <number>0</number> | ||||||
|  |         </property> | ||||||
|  |         <property name="orientation"> | ||||||
|  |          <enum>Qt::Vertical</enum> | ||||||
|  |         </property> | ||||||
|  |         <property name="invertedAppearance"> | ||||||
|  |          <bool>true</bool> | ||||||
|  |         </property> | ||||||
|  |         <property name="invertedControls"> | ||||||
|  |          <bool>true</bool> | ||||||
|  |         </property> | ||||||
|  |         <property name="tickPosition"> | ||||||
|  |          <enum>QSlider::TicksBelow</enum> | ||||||
|  |         </property> | ||||||
|  |         <property name="tickInterval"> | ||||||
|  |          <number>50</number> | ||||||
|  |         </property> | ||||||
|  |        </widget> | ||||||
|  |       </item> | ||||||
|  |       <item row="1" column="0"> | ||||||
|  |        <widget class="QSpinBox" name="sbNB"> | ||||||
|  |         <property name="alignment"> | ||||||
|  |          <set>Qt::AlignCenter</set> | ||||||
|  |         </property> | ||||||
|  |         <property name="suffix"> | ||||||
|  |          <string>  %</string> | ||||||
|  |         </property> | ||||||
|  |         <property name="prefix"> | ||||||
|  |          <string>NB  </string> | ||||||
|  |         </property> | ||||||
|  |         <property name="maximum"> | ||||||
|  |          <number>25</number> | ||||||
|  |         </property> | ||||||
|  |        </widget> | ||||||
|  |       </item> | ||||||
|       <item row="2" column="2"> |       <item row="2" column="2"> | ||||||
|        <widget class="QWidget" name="DX_controls_widget" native="true"> |        <widget class="QWidget" name="DX_controls_widget" native="true"> | ||||||
|         <property name="sizePolicy"> |         <property name="sizePolicy"> | ||||||
| @ -2723,182 +2899,6 @@ list. The list can be maintained in Settings (F2).</string> | |||||||
|         </layout> |         </layout> | ||||||
|        </widget> |        </widget> | ||||||
|       </item> |       </item> | ||||||
|       <item row="0" column="0"> |  | ||||||
|        <widget class="QComboBox" name="bandComboBox"> |  | ||||||
|         <property name="toolTip"> |  | ||||||
|          <string><html><head/><body><p>Select operating band or enter frequency in MHz or enter kHz increment followed by k.</p></body></html></string> |  | ||||||
|         </property> |  | ||||||
|         <property name="accessibleName"> |  | ||||||
|          <string>Frequency entry</string> |  | ||||||
|         </property> |  | ||||||
|         <property name="accessibleDescription"> |  | ||||||
|          <string>Select operating band or enter frequency in MHz or enter kHz increment followed by k.</string> |  | ||||||
|         </property> |  | ||||||
|         <property name="editable"> |  | ||||||
|          <bool>true</bool> |  | ||||||
|         </property> |  | ||||||
|         <property name="insertPolicy"> |  | ||||||
|          <enum>QComboBox::NoInsert</enum> |  | ||||||
|         </property> |  | ||||||
|         <property name="sizeAdjustPolicy"> |  | ||||||
|          <enum>QComboBox::AdjustToMinimumContentsLength</enum> |  | ||||||
|         </property> |  | ||||||
|        </widget> |  | ||||||
|       </item> |  | ||||||
|       <item row="0" column="1" alignment="Qt::AlignHCenter|Qt::AlignVCenter"> |  | ||||||
|        <widget class="QPushButton" name="readFreq"> |  | ||||||
|         <property name="enabled"> |  | ||||||
|          <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.  S implies split mode.</p></body></html></string> |  | ||||||
|         </property> |  | ||||||
|         <property name="accessibleDescription"> |  | ||||||
|          <string>If orange or red there has been a rig control failure, click to reset and read the dial frequency. S implies split mode.</string> |  | ||||||
|         </property> |  | ||||||
|         <property name="styleSheet"> |  | ||||||
|          <string notr="true">QPushButton { |  | ||||||
|  font-family: helvetica; |  | ||||||
|  font-size: 9pt; |  | ||||||
|  font-weight: bold; |  | ||||||
|  background-color: white; |  | ||||||
|  color: black; |  | ||||||
|  border-style: solid; |  | ||||||
|  border-width:1px; |  | ||||||
|  border-radius:10px; |  | ||||||
|  border-color: gray; |  | ||||||
|  max-width:20px; |  | ||||||
|  max-height:20px; |  | ||||||
|  min-width:20px; |  | ||||||
|  min-height:20px; |  | ||||||
| } |  | ||||||
| QPushButton[state="error"] { |  | ||||||
|  background-color: red; |  | ||||||
| } |  | ||||||
| QPushButton[state="warning"] { |  | ||||||
|  background-color: orange; |  | ||||||
| } |  | ||||||
| QPushButton[state="ok"] { |  | ||||||
|  background-color: #00ff00; |  | ||||||
| }</string> |  | ||||||
|         </property> |  | ||||||
|         <property name="text"> |  | ||||||
|          <string>?</string> |  | ||||||
|         </property> |  | ||||||
|        </widget> |  | ||||||
|       </item> |  | ||||||
|       <item row="2" column="4" rowspan="2"> |  | ||||||
|        <widget class="QSlider" name="outAttenuation"> |  | ||||||
|         <property name="toolTip"> |  | ||||||
|          <string>Adjust Tx audio level</string> |  | ||||||
|         </property> |  | ||||||
|         <property name="maximum"> |  | ||||||
|          <number>450</number> |  | ||||||
|         </property> |  | ||||||
|         <property name="value"> |  | ||||||
|          <number>0</number> |  | ||||||
|         </property> |  | ||||||
|         <property name="orientation"> |  | ||||||
|          <enum>Qt::Vertical</enum> |  | ||||||
|         </property> |  | ||||||
|         <property name="invertedAppearance"> |  | ||||||
|          <bool>true</bool> |  | ||||||
|         </property> |  | ||||||
|         <property name="invertedControls"> |  | ||||||
|          <bool>true</bool> |  | ||||||
|         </property> |  | ||||||
|         <property name="tickPosition"> |  | ||||||
|          <enum>QSlider::TicksBelow</enum> |  | ||||||
|         </property> |  | ||||||
|         <property name="tickInterval"> |  | ||||||
|          <number>50</number> |  | ||||||
|         </property> |  | ||||||
|        </widget> |  | ||||||
|       </item> |  | ||||||
|       <item row="2" column="0" rowspan="2"> |  | ||||||
|        <widget class="SignalMeter" name="signal_meter_widget"> |  | ||||||
|         <property name="sizePolicy"> |  | ||||||
|          <sizepolicy hsizetype="MinimumExpanding" vsizetype="MinimumExpanding"> |  | ||||||
|           <horstretch>0</horstretch> |  | ||||||
|           <verstretch>0</verstretch> |  | ||||||
|          </sizepolicy> |  | ||||||
|         </property> |  | ||||||
|         <property name="maximumSize"> |  | ||||||
|          <size> |  | ||||||
|           <width>100</width> |  | ||||||
|           <height>16777215</height> |  | ||||||
|          </size> |  | ||||||
|         </property> |  | ||||||
|         <property name="toolTip"> |  | ||||||
|          <string><html><head/><body><p>30dB recommended when only noise present<br/>Green when good<br/>Red when clipping may occur<br/>Yellow when too low</p></body></html></string> |  | ||||||
|         </property> |  | ||||||
|         <property name="accessibleName"> |  | ||||||
|          <string>Rx Signal</string> |  | ||||||
|         </property> |  | ||||||
|         <property name="accessibleDescription"> |  | ||||||
|          <string>30dB recommended when only noise present |  | ||||||
| Green when good |  | ||||||
| Red when clipping may occur |  | ||||||
| Yellow when too low</string> |  | ||||||
|         </property> |  | ||||||
|         <property name="frameShape"> |  | ||||||
|          <enum>QFrame::Panel</enum> |  | ||||||
|         </property> |  | ||||||
|         <property name="frameShadow"> |  | ||||||
|          <enum>QFrame::Sunken</enum> |  | ||||||
|         </property> |  | ||||||
|        </widget> |  | ||||||
|       </item> |  | ||||||
|       <item row="0" column="2"> |  | ||||||
|        <widget class="QLabel" name="labDialFreq"> |  | ||||||
|         <property name="sizePolicy"> |  | ||||||
|          <sizepolicy hsizetype="Minimum" vsizetype="Fixed"> |  | ||||||
|           <horstretch>0</horstretch> |  | ||||||
|           <verstretch>0</verstretch> |  | ||||||
|          </sizepolicy> |  | ||||||
|         </property> |  | ||||||
|         <property name="toolTip"> |  | ||||||
|          <string>USB dial frequency</string> |  | ||||||
|         </property> |  | ||||||
|         <property name="styleSheet"> |  | ||||||
|          <string notr="true">QLabel { |  | ||||||
|   font-family: MS Shell Dlg 2; |  | ||||||
|   font-size: 16pt; |  | ||||||
|    color : yellow; |  | ||||||
|    background-color : black; |  | ||||||
| } |  | ||||||
| QLabel[oob="true"] { |  | ||||||
|   background-color: red; |  | ||||||
| } |  | ||||||
| </string> |  | ||||||
|         </property> |  | ||||||
|         <property name="text"> |  | ||||||
|          <string>14.078 000</string> |  | ||||||
|         </property> |  | ||||||
|         <property name="alignment"> |  | ||||||
|          <set>Qt::AlignCenter</set> |  | ||||||
|         </property> |  | ||||||
|         <property name="margin"> |  | ||||||
|          <number>5</number> |  | ||||||
|         </property> |  | ||||||
|        </widget> |  | ||||||
|       </item> |  | ||||||
|       <item row="1" column="0"> |  | ||||||
|        <widget class="QSpinBox" name="sbNB"> |  | ||||||
|         <property name="alignment"> |  | ||||||
|          <set>Qt::AlignCenter</set> |  | ||||||
|         </property> |  | ||||||
|         <property name="suffix"> |  | ||||||
|          <string>  %</string> |  | ||||||
|         </property> |  | ||||||
|         <property name="prefix"> |  | ||||||
|          <string>NB  </string> |  | ||||||
|         </property> |  | ||||||
|         <property name="maximum"> |  | ||||||
|          <number>25</number> |  | ||||||
|         </property> |  | ||||||
|        </widget> |  | ||||||
|       </item> |  | ||||||
|      </layout> |      </layout> | ||||||
|     </item> |     </item> | ||||||
|    </layout> |    </layout> | ||||||
|  | |||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user