mirror of
				https://github.com/saitohirga/WSJT-X.git
				synced 2025-11-03 21:40:52 -05:00 
			
		
		
		
	Testing the UI mods suggested by W7DLG. Margin widths are reduced
to minimum in several places so that window contents extend to the edges and widgets are packed more tightly. Arguably this makes better use of available screen space. Comments will be appreciated! If people don't like these changes, they can be reverted. git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx@4138 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
This commit is contained in:
		
							parent
							
								
									36b154e01f
								
							
						
					
					
						commit
						cc482f260d
					
				@ -6,7 +6,7 @@
 | 
				
			|||||||
   <rect>
 | 
					   <rect>
 | 
				
			||||||
    <x>0</x>
 | 
					    <x>0</x>
 | 
				
			||||||
    <y>0</y>
 | 
					    <y>0</y>
 | 
				
			||||||
    <width>780</width>
 | 
					    <width>770</width>
 | 
				
			||||||
    <height>491</height>
 | 
					    <height>491</height>
 | 
				
			||||||
   </rect>
 | 
					   </rect>
 | 
				
			||||||
  </property>
 | 
					  </property>
 | 
				
			||||||
@ -18,8 +18,8 @@
 | 
				
			|||||||
  </property>
 | 
					  </property>
 | 
				
			||||||
  <property name="minimumSize">
 | 
					  <property name="minimumSize">
 | 
				
			||||||
   <size>
 | 
					   <size>
 | 
				
			||||||
    <width>760</width>
 | 
					    <width>770</width>
 | 
				
			||||||
    <height>475</height>
 | 
					    <height>440</height>
 | 
				
			||||||
   </size>
 | 
					   </size>
 | 
				
			||||||
  </property>
 | 
					  </property>
 | 
				
			||||||
  <property name="maximumSize">
 | 
					  <property name="maximumSize">
 | 
				
			||||||
@ -29,13 +29,28 @@
 | 
				
			|||||||
   </size>
 | 
					   </size>
 | 
				
			||||||
  </property>
 | 
					  </property>
 | 
				
			||||||
  <property name="windowTitle">
 | 
					  <property name="windowTitle">
 | 
				
			||||||
   <string>SpecJT   by K1JT</string>
 | 
					   <string>WSJT-X   by K1JT</string>
 | 
				
			||||||
  </property>
 | 
					  </property>
 | 
				
			||||||
  <property name="styleSheet">
 | 
					  <property name="styleSheet">
 | 
				
			||||||
   <string notr="true"/>
 | 
					   <string notr="true"/>
 | 
				
			||||||
  </property>
 | 
					  </property>
 | 
				
			||||||
  <widget class="QWidget" name="centralWidget">
 | 
					  <widget class="QWidget" name="centralWidget">
 | 
				
			||||||
   <layout class="QVBoxLayout" name="verticalLayout">
 | 
					   <layout class="QVBoxLayout" name="verticalLayout">
 | 
				
			||||||
 | 
					    <property name="spacing">
 | 
				
			||||||
 | 
					     <number>0</number>
 | 
				
			||||||
 | 
					    </property>
 | 
				
			||||||
 | 
					    <property name="leftMargin">
 | 
				
			||||||
 | 
					     <number>0</number>
 | 
				
			||||||
 | 
					    </property>
 | 
				
			||||||
 | 
					    <property name="topMargin">
 | 
				
			||||||
 | 
					     <number>0</number>
 | 
				
			||||||
 | 
					    </property>
 | 
				
			||||||
 | 
					    <property name="rightMargin">
 | 
				
			||||||
 | 
					     <number>0</number>
 | 
				
			||||||
 | 
					    </property>
 | 
				
			||||||
 | 
					    <property name="bottomMargin">
 | 
				
			||||||
 | 
					     <number>0</number>
 | 
				
			||||||
 | 
					    </property>
 | 
				
			||||||
    <item>
 | 
					    <item>
 | 
				
			||||||
     <layout class="QGridLayout" name="gridLayout">
 | 
					     <layout class="QGridLayout" name="gridLayout">
 | 
				
			||||||
      <property name="horizontalSpacing">
 | 
					      <property name="horizontalSpacing">
 | 
				
			||||||
@ -591,6 +606,15 @@ p, li { white-space: pre-wrap; }
 | 
				
			|||||||
    </item>
 | 
					    </item>
 | 
				
			||||||
    <item>
 | 
					    <item>
 | 
				
			||||||
     <layout class="QGridLayout" name="gridLayout_3">
 | 
					     <layout class="QGridLayout" name="gridLayout_3">
 | 
				
			||||||
 | 
					      <property name="leftMargin">
 | 
				
			||||||
 | 
					       <number>9</number>
 | 
				
			||||||
 | 
					      </property>
 | 
				
			||||||
 | 
					      <property name="rightMargin">
 | 
				
			||||||
 | 
					       <number>9</number>
 | 
				
			||||||
 | 
					      </property>
 | 
				
			||||||
 | 
					      <property name="verticalSpacing">
 | 
				
			||||||
 | 
					       <number>0</number>
 | 
				
			||||||
 | 
					      </property>
 | 
				
			||||||
      <item row="2" column="6">
 | 
					      <item row="2" column="6">
 | 
				
			||||||
       <widget class="QSpinBox" name="TxFreqSpinBox">
 | 
					       <widget class="QSpinBox" name="TxFreqSpinBox">
 | 
				
			||||||
        <property name="sizePolicy">
 | 
					        <property name="sizePolicy">
 | 
				
			||||||
@ -1251,7 +1275,7 @@ p, li { white-space: pre-wrap; }
 | 
				
			|||||||
            </attribute>
 | 
					            </attribute>
 | 
				
			||||||
            <layout class="QVBoxLayout" name="verticalLayout_4">
 | 
					            <layout class="QVBoxLayout" name="verticalLayout_4">
 | 
				
			||||||
             <property name="spacing">
 | 
					             <property name="spacing">
 | 
				
			||||||
              <number>6</number>
 | 
					              <number>0</number>
 | 
				
			||||||
             </property>
 | 
					             </property>
 | 
				
			||||||
             <property name="leftMargin">
 | 
					             <property name="leftMargin">
 | 
				
			||||||
              <number>4</number>
 | 
					              <number>4</number>
 | 
				
			||||||
@ -2016,7 +2040,7 @@ list. The list can be maintained in Settings (F2).</string>
 | 
				
			|||||||
      <item row="0" column="9">
 | 
					      <item row="0" column="9">
 | 
				
			||||||
       <widget class="QLabel" name="label">
 | 
					       <widget class="QLabel" name="label">
 | 
				
			||||||
        <property name="text">
 | 
					        <property name="text">
 | 
				
			||||||
         <string>Pwr</string>
 | 
					         <string> Pwr</string>
 | 
				
			||||||
        </property>
 | 
					        </property>
 | 
				
			||||||
       </widget>
 | 
					       </widget>
 | 
				
			||||||
      </item>
 | 
					      </item>
 | 
				
			||||||
@ -2258,8 +2282,8 @@ list. The list can be maintained in Settings (F2).</string>
 | 
				
			|||||||
    <rect>
 | 
					    <rect>
 | 
				
			||||||
     <x>0</x>
 | 
					     <x>0</x>
 | 
				
			||||||
     <y>0</y>
 | 
					     <y>0</y>
 | 
				
			||||||
     <width>780</width>
 | 
					     <width>770</width>
 | 
				
			||||||
     <height>20</height>
 | 
					     <height>21</height>
 | 
				
			||||||
    </rect>
 | 
					    </rect>
 | 
				
			||||||
   </property>
 | 
					   </property>
 | 
				
			||||||
   <widget class="QMenu" name="menuFile">
 | 
					   <widget class="QMenu" name="menuFile">
 | 
				
			||||||
@ -2350,7 +2374,7 @@ list. The list can be maintained in Settings (F2).</string>
 | 
				
			|||||||
  </action>
 | 
					  </action>
 | 
				
			||||||
  <action name="actionAbout">
 | 
					  <action name="actionAbout">
 | 
				
			||||||
   <property name="text">
 | 
					   <property name="text">
 | 
				
			||||||
    <string> About WSJT-X</string>
 | 
					    <string>About WSJT-X</string>
 | 
				
			||||||
   </property>
 | 
					   </property>
 | 
				
			||||||
   <property name="shortcut">
 | 
					   <property name="shortcut">
 | 
				
			||||||
    <string>Ctrl+F1</string>
 | 
					    <string>Ctrl+F1</string>
 | 
				
			||||||
 | 
				
			|||||||
							
								
								
									
										15
									
								
								widegraph.ui
									
									
									
									
									
								
							
							
						
						
									
										15
									
								
								widegraph.ui
									
									
									
									
									
								
							@ -20,6 +20,21 @@
 | 
				
			|||||||
   <string>Dialog</string>
 | 
					   <string>Dialog</string>
 | 
				
			||||||
  </property>
 | 
					  </property>
 | 
				
			||||||
  <layout class="QVBoxLayout" name="verticalLayout_2">
 | 
					  <layout class="QVBoxLayout" name="verticalLayout_2">
 | 
				
			||||||
 | 
					   <property name="spacing">
 | 
				
			||||||
 | 
					    <number>0</number>
 | 
				
			||||||
 | 
					   </property>
 | 
				
			||||||
 | 
					   <property name="leftMargin">
 | 
				
			||||||
 | 
					    <number>0</number>
 | 
				
			||||||
 | 
					   </property>
 | 
				
			||||||
 | 
					   <property name="topMargin">
 | 
				
			||||||
 | 
					    <number>0</number>
 | 
				
			||||||
 | 
					   </property>
 | 
				
			||||||
 | 
					   <property name="rightMargin">
 | 
				
			||||||
 | 
					    <number>0</number>
 | 
				
			||||||
 | 
					   </property>
 | 
				
			||||||
 | 
					   <property name="bottomMargin">
 | 
				
			||||||
 | 
					    <number>0</number>
 | 
				
			||||||
 | 
					   </property>
 | 
				
			||||||
   <item>
 | 
					   <item>
 | 
				
			||||||
    <layout class="QVBoxLayout" name="verticalLayout">
 | 
					    <layout class="QVBoxLayout" name="verticalLayout">
 | 
				
			||||||
     <item>
 | 
					     <item>
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user