mirror of
				https://github.com/saitohirga/WSJT-X.git
				synced 2025-11-03 21:40:52 -05:00 
			
		
		
		
	1. Fix the window titla end label above audio devices on Configuration
screen. 2. Some copy-editing on the User's Guide. git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx@3255 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
This commit is contained in:
		
							parent
							
								
									95d52d9419
								
							
						
					
					
						commit
						3c7ce2f4e1
					
				
										
											Binary file not shown.
										
									
								
							@ -87,7 +87,6 @@ private slots:
 | 
			
		||||
  void on_cbDTRoff_toggled(bool checked);
 | 
			
		||||
  void on_rbData_toggled(bool checked);
 | 
			
		||||
  void on_pollSpinBox_valueChanged(int n);
 | 
			
		||||
 | 
			
		||||
  void on_pttComboBox_currentIndexChanged(int index);
 | 
			
		||||
 | 
			
		||||
private:
 | 
			
		||||
 | 
			
		||||
							
								
								
									
										42
									
								
								devsetup.ui
									
									
									
									
									
								
							
							
						
						
									
										42
									
								
								devsetup.ui
									
									
									
									
									
								
							@ -17,7 +17,7 @@
 | 
			
		||||
   </size>
 | 
			
		||||
  </property>
 | 
			
		||||
  <property name="windowTitle">
 | 
			
		||||
   <string>Setup</string>
 | 
			
		||||
   <string>Configuration</string>
 | 
			
		||||
  </property>
 | 
			
		||||
  <layout class="QVBoxLayout" name="verticalLayout_2">
 | 
			
		||||
   <item>
 | 
			
		||||
@ -1096,8 +1096,30 @@
 | 
			
		||||
       </item>
 | 
			
		||||
       <item>
 | 
			
		||||
        <layout class="QHBoxLayout" name="horizontalLayout_13">
 | 
			
		||||
         <item>
 | 
			
		||||
          <spacer name="horizontalSpacer_15">
 | 
			
		||||
           <property name="orientation">
 | 
			
		||||
            <enum>Qt::Horizontal</enum>
 | 
			
		||||
           </property>
 | 
			
		||||
           <property name="sizeType">
 | 
			
		||||
            <enum>QSizePolicy::Fixed</enum>
 | 
			
		||||
           </property>
 | 
			
		||||
           <property name="sizeHint" stdset="0">
 | 
			
		||||
            <size>
 | 
			
		||||
             <width>96</width>
 | 
			
		||||
             <height>20</height>
 | 
			
		||||
            </size>
 | 
			
		||||
           </property>
 | 
			
		||||
          </spacer>
 | 
			
		||||
         </item>
 | 
			
		||||
         <item>
 | 
			
		||||
          <widget class="QLabel" name="label_26">
 | 
			
		||||
           <property name="sizePolicy">
 | 
			
		||||
            <sizepolicy hsizetype="Expanding" vsizetype="Preferred">
 | 
			
		||||
             <horstretch>0</horstretch>
 | 
			
		||||
             <verstretch>0</verstretch>
 | 
			
		||||
            </sizepolicy>
 | 
			
		||||
           </property>
 | 
			
		||||
           <property name="minimumSize">
 | 
			
		||||
            <size>
 | 
			
		||||
             <width>90</width>
 | 
			
		||||
@ -1106,22 +1128,12 @@
 | 
			
		||||
           </property>
 | 
			
		||||
           <property name="maximumSize">
 | 
			
		||||
            <size>
 | 
			
		||||
             <width>90</width>
 | 
			
		||||
             <width>16777215</width>
 | 
			
		||||
             <height>16777215</height>
 | 
			
		||||
            </size>
 | 
			
		||||
           </property>
 | 
			
		||||
           <property name="text">
 | 
			
		||||
            <string>Dev Channel</string>
 | 
			
		||||
           </property>
 | 
			
		||||
          </widget>
 | 
			
		||||
         </item>
 | 
			
		||||
         <item>
 | 
			
		||||
          <widget class="QLabel" name="label_8">
 | 
			
		||||
           <property name="text">
 | 
			
		||||
            <string>API Name</string>
 | 
			
		||||
           </property>
 | 
			
		||||
           <property name="alignment">
 | 
			
		||||
            <set>Qt::AlignCenter</set>
 | 
			
		||||
            <string>Dev Ch  API       Name</string>
 | 
			
		||||
           </property>
 | 
			
		||||
          </widget>
 | 
			
		||||
         </item>
 | 
			
		||||
@ -1141,7 +1153,7 @@
 | 
			
		||||
             </property>
 | 
			
		||||
             <property name="maximumSize">
 | 
			
		||||
              <size>
 | 
			
		||||
               <width>75</width>
 | 
			
		||||
               <width>90</width>
 | 
			
		||||
               <height>16777215</height>
 | 
			
		||||
              </size>
 | 
			
		||||
             </property>
 | 
			
		||||
@ -1177,7 +1189,7 @@
 | 
			
		||||
             </property>
 | 
			
		||||
             <property name="maximumSize">
 | 
			
		||||
              <size>
 | 
			
		||||
               <width>75</width>
 | 
			
		||||
               <width>90</width>
 | 
			
		||||
               <height>16777215</height>
 | 
			
		||||
              </size>
 | 
			
		||||
             </property>
 | 
			
		||||
 | 
			
		||||
@ -1,4 +1,4 @@
 | 
			
		||||
//-------------------------------------------------------------- MainWindow
 | 
			
		||||
//--------------------------------------------------------------- MainWindow
 | 
			
		||||
#include "mainwindow.h"
 | 
			
		||||
#include "ui_mainwindow.h"
 | 
			
		||||
#include "devsetup.h"
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user