mirror of
				https://github.com/saitohirga/WSJT-X.git
				synced 2025-10-31 13:10:19 -04:00 
			
		
		
		
	git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/jtms3@2486 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
		
			
				
	
	
		
			482 lines
		
	
	
		
			14 KiB
		
	
	
	
		
			XML
		
	
	
	
	
	
			
		
		
	
	
			482 lines
		
	
	
		
			14 KiB
		
	
	
	
		
			XML
		
	
	
	
	
	
| <?xml version="1.0" encoding="UTF-8"?>
 | |
| <ui version="4.0">
 | |
|  <class>DialogSndCard</class>
 | |
|  <widget class="QDialog" name="DialogSndCard">
 | |
|   <property name="geometry">
 | |
|    <rect>
 | |
|     <x>0</x>
 | |
|     <y>0</y>
 | |
|     <width>462</width>
 | |
|     <height>341</height>
 | |
|    </rect>
 | |
|   </property>
 | |
|   <property name="windowTitle">
 | |
|    <string>Setup</string>
 | |
|   </property>
 | |
|   <layout class="QVBoxLayout" name="verticalLayout_2">
 | |
|    <item>
 | |
|     <widget class="QTabWidget" name="ioTabWidget">
 | |
|      <property name="currentIndex">
 | |
|       <number>0</number>
 | |
|      </property>
 | |
|      <widget class="QWidget" name="tab">
 | |
|       <attribute name="title">
 | |
|        <string>Station</string>
 | |
|       </attribute>
 | |
|       <widget class="QWidget" name="">
 | |
|        <property name="geometry">
 | |
|         <rect>
 | |
|          <x>10</x>
 | |
|          <y>34</y>
 | |
|          <width>421</width>
 | |
|          <height>216</height>
 | |
|         </rect>
 | |
|        </property>
 | |
|        <layout class="QVBoxLayout" name="verticalLayout_8">
 | |
|         <item>
 | |
|          <layout class="QHBoxLayout" name="horizontalLayout_2">
 | |
|           <item>
 | |
|            <layout class="QVBoxLayout" name="verticalLayout">
 | |
|             <item>
 | |
|              <widget class="QLabel" name="label">
 | |
|               <property name="minimumSize">
 | |
|                <size>
 | |
|                 <width>0</width>
 | |
|                 <height>20</height>
 | |
|                </size>
 | |
|               </property>
 | |
|               <property name="text">
 | |
|                <string>My Call:</string>
 | |
|               </property>
 | |
|              </widget>
 | |
|             </item>
 | |
|             <item>
 | |
|              <widget class="QLabel" name="label_2">
 | |
|               <property name="minimumSize">
 | |
|                <size>
 | |
|                 <width>0</width>
 | |
|                 <height>20</height>
 | |
|                </size>
 | |
|               </property>
 | |
|               <property name="text">
 | |
|                <string>My Grid:</string>
 | |
|               </property>
 | |
|              </widget>
 | |
|             </item>
 | |
|             <item>
 | |
|              <widget class="QLabel" name="label_3">
 | |
|               <property name="minimumSize">
 | |
|                <size>
 | |
|                 <width>0</width>
 | |
|                 <height>20</height>
 | |
|                </size>
 | |
|               </property>
 | |
|               <property name="text">
 | |
|                <string>ID Interval (min):</string>
 | |
|               </property>
 | |
|              </widget>
 | |
|             </item>
 | |
|             <item>
 | |
|              <widget class="QLabel" name="label_4">
 | |
|               <property name="minimumSize">
 | |
|                <size>
 | |
|                 <width>0</width>
 | |
|                 <height>20</height>
 | |
|                </size>
 | |
|               </property>
 | |
|               <property name="text">
 | |
|                <string>PTT Port:</string>
 | |
|               </property>
 | |
|              </widget>
 | |
|             </item>
 | |
|            </layout>
 | |
|           </item>
 | |
|           <item>
 | |
|            <layout class="QVBoxLayout" name="verticalLayout_3">
 | |
|             <item>
 | |
|              <widget class="QLineEdit" name="myCallEntry">
 | |
|               <property name="maximumSize">
 | |
|                <size>
 | |
|                 <width>60</width>
 | |
|                 <height>16777215</height>
 | |
|                </size>
 | |
|               </property>
 | |
|               <property name="text">
 | |
|                <string>K1JT</string>
 | |
|               </property>
 | |
|              </widget>
 | |
|             </item>
 | |
|             <item>
 | |
|              <widget class="QLineEdit" name="myGridEntry">
 | |
|               <property name="maximumSize">
 | |
|                <size>
 | |
|                 <width>60</width>
 | |
|                 <height>16777215</height>
 | |
|                </size>
 | |
|               </property>
 | |
|               <property name="text">
 | |
|                <string>FN20qi</string>
 | |
|               </property>
 | |
|              </widget>
 | |
|             </item>
 | |
|             <item>
 | |
|              <widget class="QSpinBox" name="idIntSpinBox">
 | |
|               <property name="maximumSize">
 | |
|                <size>
 | |
|                 <width>60</width>
 | |
|                 <height>16777215</height>
 | |
|                </size>
 | |
|               </property>
 | |
|               <property name="minimum">
 | |
|                <number>-20</number>
 | |
|               </property>
 | |
|               <property name="maximum">
 | |
|                <number>10</number>
 | |
|               </property>
 | |
|              </widget>
 | |
|             </item>
 | |
|             <item>
 | |
|              <widget class="QComboBox" name="pttComboBox">
 | |
|               <property name="maximumSize">
 | |
|                <size>
 | |
|                 <width>60</width>
 | |
|                 <height>16777215</height>
 | |
|                </size>
 | |
|               </property>
 | |
|               <property name="editable">
 | |
|                <bool>false</bool>
 | |
|               </property>
 | |
|               <item>
 | |
|                <property name="text">
 | |
|                 <string>None</string>
 | |
|                </property>
 | |
|               </item>
 | |
|               <item>
 | |
|                <property name="text">
 | |
|                 <string>COM1</string>
 | |
|                </property>
 | |
|               </item>
 | |
|               <item>
 | |
|                <property name="text">
 | |
|                 <string>COM2</string>
 | |
|                </property>
 | |
|               </item>
 | |
|               <item>
 | |
|                <property name="text">
 | |
|                 <string>COM3</string>
 | |
|                </property>
 | |
|               </item>
 | |
|               <item>
 | |
|                <property name="text">
 | |
|                 <string>COM4</string>
 | |
|                </property>
 | |
|               </item>
 | |
|               <item>
 | |
|                <property name="text">
 | |
|                 <string>COM5</string>
 | |
|                </property>
 | |
|               </item>
 | |
|               <item>
 | |
|                <property name="text">
 | |
|                 <string>COM6</string>
 | |
|                </property>
 | |
|               </item>
 | |
|               <item>
 | |
|                <property name="text">
 | |
|                 <string>COM7</string>
 | |
|                </property>
 | |
|               </item>
 | |
|               <item>
 | |
|                <property name="text">
 | |
|                 <string>COM8</string>
 | |
|                </property>
 | |
|               </item>
 | |
|               <item>
 | |
|                <property name="text">
 | |
|                 <string>COM9</string>
 | |
|                </property>
 | |
|               </item>
 | |
|               <item>
 | |
|                <property name="text">
 | |
|                 <string>COM10</string>
 | |
|                </property>
 | |
|               </item>
 | |
|               <item>
 | |
|                <property name="text">
 | |
|                 <string>COM11</string>
 | |
|                </property>
 | |
|               </item>
 | |
|               <item>
 | |
|                <property name="text">
 | |
|                 <string>COM12</string>
 | |
|                </property>
 | |
|               </item>
 | |
|               <item>
 | |
|                <property name="text">
 | |
|                 <string>COM13</string>
 | |
|                </property>
 | |
|               </item>
 | |
|              </widget>
 | |
|             </item>
 | |
|            </layout>
 | |
|           </item>
 | |
|           <item>
 | |
|            <spacer name="horizontalSpacer_2">
 | |
|             <property name="orientation">
 | |
|              <enum>Qt::Horizontal</enum>
 | |
|             </property>
 | |
|             <property name="sizeType">
 | |
|              <enum>QSizePolicy::Fixed</enum>
 | |
|             </property>
 | |
|             <property name="sizeHint" stdset="0">
 | |
|              <size>
 | |
|               <width>40</width>
 | |
|               <height>20</height>
 | |
|              </size>
 | |
|             </property>
 | |
|            </spacer>
 | |
|           </item>
 | |
|           <item>
 | |
|            <layout class="QVBoxLayout" name="verticalLayout_4">
 | |
|             <item>
 | |
|              <widget class="QLabel" name="label_5">
 | |
|               <property name="minimumSize">
 | |
|                <size>
 | |
|                 <width>0</width>
 | |
|                 <height>20</height>
 | |
|                </size>
 | |
|               </property>
 | |
|               <property name="text">
 | |
|                <string>DXCC:</string>
 | |
|               </property>
 | |
|              </widget>
 | |
|             </item>
 | |
|             <item>
 | |
|              <spacer name="verticalSpacer">
 | |
|               <property name="orientation">
 | |
|                <enum>Qt::Vertical</enum>
 | |
|               </property>
 | |
|               <property name="sizeType">
 | |
|                <enum>QSizePolicy::Expanding</enum>
 | |
|               </property>
 | |
|               <property name="sizeHint" stdset="0">
 | |
|                <size>
 | |
|                 <width>20</width>
 | |
|                 <height>20</height>
 | |
|                </size>
 | |
|               </property>
 | |
|              </spacer>
 | |
|             </item>
 | |
|            </layout>
 | |
|           </item>
 | |
|           <item>
 | |
|            <layout class="QVBoxLayout" name="verticalLayout_5">
 | |
|             <item>
 | |
|              <widget class="QLineEdit" name="dxccEntry">
 | |
|               <property name="maximumSize">
 | |
|                <size>
 | |
|                 <width>60</width>
 | |
|                 <height>16777215</height>
 | |
|                </size>
 | |
|               </property>
 | |
|               <property name="text">
 | |
|                <string>PJ9</string>
 | |
|               </property>
 | |
|              </widget>
 | |
|             </item>
 | |
|             <item>
 | |
|              <spacer name="verticalSpacer_3">
 | |
|               <property name="orientation">
 | |
|                <enum>Qt::Vertical</enum>
 | |
|               </property>
 | |
|               <property name="sizeType">
 | |
|                <enum>QSizePolicy::Expanding</enum>
 | |
|               </property>
 | |
|               <property name="sizeHint" stdset="0">
 | |
|                <size>
 | |
|                 <width>20</width>
 | |
|                 <height>20</height>
 | |
|                </size>
 | |
|               </property>
 | |
|              </spacer>
 | |
|             </item>
 | |
|            </layout>
 | |
|           </item>
 | |
|          </layout>
 | |
|         </item>
 | |
|         <item>
 | |
|          <spacer name="verticalSpacer_2">
 | |
|           <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>
 | |
|          <layout class="QVBoxLayout" name="verticalLayout_6">
 | |
|           <item>
 | |
|            <layout class="QHBoxLayout" name="horizontalLayout_3">
 | |
|             <item>
 | |
|              <widget class="QLabel" name="label_6">
 | |
|               <property name="minimumSize">
 | |
|                <size>
 | |
|                 <width>50</width>
 | |
|                 <height>0</height>
 | |
|                </size>
 | |
|               </property>
 | |
|               <property name="maximumSize">
 | |
|                <size>
 | |
|                 <width>50</width>
 | |
|                 <height>16777215</height>
 | |
|                </size>
 | |
|               </property>
 | |
|               <property name="text">
 | |
|                <string>Audio In:</string>
 | |
|               </property>
 | |
|              </widget>
 | |
|             </item>
 | |
|             <item>
 | |
|              <widget class="QComboBox" name="comboBoxSndIn">
 | |
|               <property name="enabled">
 | |
|                <bool>true</bool>
 | |
|               </property>
 | |
|              </widget>
 | |
|             </item>
 | |
|            </layout>
 | |
|           </item>
 | |
|           <item>
 | |
|            <layout class="QHBoxLayout" name="horizontalLayout_4">
 | |
|             <item>
 | |
|              <widget class="QLabel" name="label_7">
 | |
|               <property name="sizePolicy">
 | |
|                <sizepolicy hsizetype="Preferred" vsizetype="Preferred">
 | |
|                 <horstretch>0</horstretch>
 | |
|                 <verstretch>0</verstretch>
 | |
|                </sizepolicy>
 | |
|               </property>
 | |
|               <property name="minimumSize">
 | |
|                <size>
 | |
|                 <width>50</width>
 | |
|                 <height>0</height>
 | |
|                </size>
 | |
|               </property>
 | |
|               <property name="maximumSize">
 | |
|                <size>
 | |
|                 <width>50</width>
 | |
|                 <height>16777215</height>
 | |
|                </size>
 | |
|               </property>
 | |
|               <property name="text">
 | |
|                <string>Audio Out:</string>
 | |
|               </property>
 | |
|              </widget>
 | |
|             </item>
 | |
|             <item>
 | |
|              <widget class="QComboBox" name="comboBoxSndOut"/>
 | |
|             </item>
 | |
|            </layout>
 | |
|           </item>
 | |
|           <item>
 | |
|            <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>
 | |
|            <layout class="QHBoxLayout" name="horizontalLayout">
 | |
|             <item>
 | |
|              <widget class="QLabel" name="label_10">
 | |
|               <property name="sizePolicy">
 | |
|                <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
 | |
|                 <horstretch>0</horstretch>
 | |
|                 <verstretch>0</verstretch>
 | |
|                </sizepolicy>
 | |
|               </property>
 | |
|               <property name="minimumSize">
 | |
|                <size>
 | |
|                 <width>75</width>
 | |
|                 <height>20</height>
 | |
|                </size>
 | |
|               </property>
 | |
|               <property name="text">
 | |
|                <string>Save Directory:</string>
 | |
|               </property>
 | |
|              </widget>
 | |
|             </item>
 | |
|             <item>
 | |
|              <widget class="QLineEdit" name="saveDirEntry">
 | |
|               <property name="text">
 | |
|                <string>C:\Users\joe\wsjt\map65\save</string>
 | |
|               </property>
 | |
|              </widget>
 | |
|             </item>
 | |
|            </layout>
 | |
|           </item>
 | |
|          </layout>
 | |
|         </item>
 | |
|        </layout>
 | |
|       </widget>
 | |
|      </widget>
 | |
|     </widget>
 | |
|    </item>
 | |
|    <item>
 | |
|     <widget class="QDialogButtonBox" name="buttonBox">
 | |
|      <property name="orientation">
 | |
|       <enum>Qt::Horizontal</enum>
 | |
|      </property>
 | |
|      <property name="standardButtons">
 | |
|       <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
 | |
|      </property>
 | |
|     </widget>
 | |
|    </item>
 | |
|   </layout>
 | |
|  </widget>
 | |
|  <resources/>
 | |
|  <connections>
 | |
|   <connection>
 | |
|    <sender>buttonBox</sender>
 | |
|    <signal>accepted()</signal>
 | |
|    <receiver>DialogSndCard</receiver>
 | |
|    <slot>accept()</slot>
 | |
|    <hints>
 | |
|     <hint type="sourcelabel">
 | |
|      <x>248</x>
 | |
|      <y>254</y>
 | |
|     </hint>
 | |
|     <hint type="destinationlabel">
 | |
|      <x>157</x>
 | |
|      <y>274</y>
 | |
|     </hint>
 | |
|    </hints>
 | |
|   </connection>
 | |
|   <connection>
 | |
|    <sender>buttonBox</sender>
 | |
|    <signal>rejected()</signal>
 | |
|    <receiver>DialogSndCard</receiver>
 | |
|    <slot>reject()</slot>
 | |
|    <hints>
 | |
|     <hint type="sourcelabel">
 | |
|      <x>316</x>
 | |
|      <y>260</y>
 | |
|     </hint>
 | |
|     <hint type="destinationlabel">
 | |
|      <x>286</x>
 | |
|      <y>274</y>
 | |
|     </hint>
 | |
|    </hints>
 | |
|   </connection>
 | |
|  </connections>
 | |
| </ui>
 |