mirror of
				https://github.com/saitohirga/WSJT-X.git
				synced 2025-10-31 13:10:19 -04:00 
			
		
		
		
	Svn revision number displayed in about window and sent PSKReporter only. About box text centred and uses Copyright symbol. Window title on "Log QSO" dialog includes rig-name where multi-instance support is enabled. This is necessary since the "Log QSO" dialog is not modal. git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx@3960 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
		
			
				
	
	
		
			757 lines
		
	
	
		
			21 KiB
		
	
	
	
		
			XML
		
	
	
	
	
	
			
		
		
	
	
			757 lines
		
	
	
		
			21 KiB
		
	
	
	
		
			XML
		
	
	
	
	
	
| <?xml version="1.0" encoding="UTF-8"?>
 | |
| <ui version="4.0">
 | |
|  <class>LogQSO</class>
 | |
|  <widget class="QDialog" name="LogQSO">
 | |
|   <property name="geometry">
 | |
|    <rect>
 | |
|     <x>0</x>
 | |
|     <y>0</y>
 | |
|     <width>372</width>
 | |
|     <height>305</height>
 | |
|    </rect>
 | |
|   </property>
 | |
|   <property name="maximumSize">
 | |
|    <size>
 | |
|     <width>16777215</width>
 | |
|     <height>16777215</height>
 | |
|    </size>
 | |
|   </property>
 | |
|   <layout class="QFormLayout" name="formLayout">
 | |
|    <item row="0" column="0">
 | |
|     <layout class="QVBoxLayout" name="verticalLayout">
 | |
|      <item>
 | |
|       <spacer name="verticalSpacer_3">
 | |
|        <property name="orientation">
 | |
|         <enum>Qt::Vertical</enum>
 | |
|        </property>
 | |
|        <property name="sizeType">
 | |
|         <enum>QSizePolicy::MinimumExpanding</enum>
 | |
|        </property>
 | |
|        <property name="sizeHint" stdset="0">
 | |
|         <size>
 | |
|          <width>20</width>
 | |
|          <height>10</height>
 | |
|         </size>
 | |
|        </property>
 | |
|       </spacer>
 | |
|      </item>
 | |
|      <item>
 | |
|       <widget class="QLabel" name="label">
 | |
|        <property name="font">
 | |
|         <font>
 | |
|          <pointsize>10</pointsize>
 | |
|         </font>
 | |
|        </property>
 | |
|        <property name="text">
 | |
|         <string>Click OK to confirm the following QSO:</string>
 | |
|        </property>
 | |
|       </widget>
 | |
|      </item>
 | |
|      <item>
 | |
|       <spacer name="verticalSpacer_4">
 | |
|        <property name="orientation">
 | |
|         <enum>Qt::Vertical</enum>
 | |
|        </property>
 | |
|        <property name="sizeType">
 | |
|         <enum>QSizePolicy::MinimumExpanding</enum>
 | |
|        </property>
 | |
|        <property name="sizeHint" stdset="0">
 | |
|         <size>
 | |
|          <width>20</width>
 | |
|          <height>10</height>
 | |
|         </size>
 | |
|        </property>
 | |
|       </spacer>
 | |
|      </item>
 | |
|      <item>
 | |
|       <layout class="QHBoxLayout" name="horizontalLayout_5">
 | |
|        <item>
 | |
|         <widget class="QLabel" name="lab1">
 | |
|          <property name="sizePolicy">
 | |
|           <sizepolicy hsizetype="Fixed" vsizetype="Preferred">
 | |
|            <horstretch>0</horstretch>
 | |
|            <verstretch>0</verstretch>
 | |
|           </sizepolicy>
 | |
|          </property>
 | |
|          <property name="minimumSize">
 | |
|           <size>
 | |
|            <width>70</width>
 | |
|            <height>0</height>
 | |
|           </size>
 | |
|          </property>
 | |
|          <property name="maximumSize">
 | |
|           <size>
 | |
|            <width>70</width>
 | |
|            <height>16777215</height>
 | |
|           </size>
 | |
|          </property>
 | |
|          <property name="font">
 | |
|           <font>
 | |
|            <pointsize>10</pointsize>
 | |
|           </font>
 | |
|          </property>
 | |
|          <property name="text">
 | |
|           <string>Call</string>
 | |
|          </property>
 | |
|          <property name="alignment">
 | |
|           <set>Qt::AlignCenter</set>
 | |
|          </property>
 | |
|         </widget>
 | |
|        </item>
 | |
|        <item>
 | |
|         <widget class="QLabel" name="lab2">
 | |
|          <property name="sizePolicy">
 | |
|           <sizepolicy hsizetype="Fixed" vsizetype="Preferred">
 | |
|            <horstretch>0</horstretch>
 | |
|            <verstretch>0</verstretch>
 | |
|           </sizepolicy>
 | |
|          </property>
 | |
|          <property name="minimumSize">
 | |
|           <size>
 | |
|            <width>100</width>
 | |
|            <height>0</height>
 | |
|           </size>
 | |
|          </property>
 | |
|          <property name="maximumSize">
 | |
|           <size>
 | |
|            <width>100</width>
 | |
|            <height>16777215</height>
 | |
|           </size>
 | |
|          </property>
 | |
|          <property name="font">
 | |
|           <font>
 | |
|            <pointsize>10</pointsize>
 | |
|           </font>
 | |
|          </property>
 | |
|          <property name="text">
 | |
|           <string>Date</string>
 | |
|          </property>
 | |
|          <property name="alignment">
 | |
|           <set>Qt::AlignCenter</set>
 | |
|          </property>
 | |
|         </widget>
 | |
|        </item>
 | |
|        <item>
 | |
|         <widget class="QLabel" name="lab3">
 | |
|          <property name="sizePolicy">
 | |
|           <sizepolicy hsizetype="Fixed" 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="font">
 | |
|           <font>
 | |
|            <pointsize>10</pointsize>
 | |
|           </font>
 | |
|          </property>
 | |
|          <property name="text">
 | |
|           <string>Time</string>
 | |
|          </property>
 | |
|          <property name="alignment">
 | |
|           <set>Qt::AlignCenter</set>
 | |
|          </property>
 | |
|         </widget>
 | |
|        </item>
 | |
|        <item>
 | |
|         <widget class="QLabel" name="lab4">
 | |
|          <property name="sizePolicy">
 | |
|           <sizepolicy hsizetype="Fixed" 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="font">
 | |
|           <font>
 | |
|            <pointsize>10</pointsize>
 | |
|           </font>
 | |
|          </property>
 | |
|          <property name="text">
 | |
|           <string>Mode</string>
 | |
|          </property>
 | |
|          <property name="alignment">
 | |
|           <set>Qt::AlignCenter</set>
 | |
|          </property>
 | |
|         </widget>
 | |
|        </item>
 | |
|        <item>
 | |
|         <widget class="QLabel" name="lab5">
 | |
|          <property name="sizePolicy">
 | |
|           <sizepolicy hsizetype="Fixed" 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="font">
 | |
|           <font>
 | |
|            <pointsize>10</pointsize>
 | |
|           </font>
 | |
|          </property>
 | |
|          <property name="text">
 | |
|           <string>Band</string>
 | |
|          </property>
 | |
|          <property name="alignment">
 | |
|           <set>Qt::AlignCenter</set>
 | |
|          </property>
 | |
|         </widget>
 | |
|        </item>
 | |
|       </layout>
 | |
|      </item>
 | |
|      <item>
 | |
|       <layout class="QHBoxLayout" name="horizontalLayout_4">
 | |
|        <item>
 | |
|         <widget class="QLineEdit" name="call">
 | |
|          <property name="sizePolicy">
 | |
|           <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
 | |
|            <horstretch>0</horstretch>
 | |
|            <verstretch>0</verstretch>
 | |
|           </sizepolicy>
 | |
|          </property>
 | |
|          <property name="minimumSize">
 | |
|           <size>
 | |
|            <width>70</width>
 | |
|            <height>0</height>
 | |
|           </size>
 | |
|          </property>
 | |
|          <property name="maximumSize">
 | |
|           <size>
 | |
|            <width>70</width>
 | |
|            <height>16777215</height>
 | |
|           </size>
 | |
|          </property>
 | |
|         </widget>
 | |
|        </item>
 | |
|        <item>
 | |
|         <widget class="QLineEdit" name="date">
 | |
|          <property name="sizePolicy">
 | |
|           <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
 | |
|            <horstretch>0</horstretch>
 | |
|            <verstretch>0</verstretch>
 | |
|           </sizepolicy>
 | |
|          </property>
 | |
|          <property name="minimumSize">
 | |
|           <size>
 | |
|            <width>100</width>
 | |
|            <height>0</height>
 | |
|           </size>
 | |
|          </property>
 | |
|          <property name="maximumSize">
 | |
|           <size>
 | |
|            <width>100</width>
 | |
|            <height>16777215</height>
 | |
|           </size>
 | |
|          </property>
 | |
|         </widget>
 | |
|        </item>
 | |
|        <item>
 | |
|         <widget class="QLineEdit" name="time">
 | |
|          <property name="minimumSize">
 | |
|           <size>
 | |
|            <width>50</width>
 | |
|            <height>0</height>
 | |
|           </size>
 | |
|          </property>
 | |
|          <property name="maximumSize">
 | |
|           <size>
 | |
|            <width>50</width>
 | |
|            <height>16777215</height>
 | |
|           </size>
 | |
|          </property>
 | |
|         </widget>
 | |
|        </item>
 | |
|        <item>
 | |
|         <widget class="QLineEdit" name="mode">
 | |
|          <property name="sizePolicy">
 | |
|           <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
 | |
|            <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>
 | |
|         </widget>
 | |
|        </item>
 | |
|        <item>
 | |
|         <widget class="QLineEdit" name="band">
 | |
|          <property name="sizePolicy">
 | |
|           <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
 | |
|            <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>
 | |
|         </widget>
 | |
|        </item>
 | |
|       </layout>
 | |
|      </item>
 | |
|      <item>
 | |
|       <spacer name="verticalSpacer">
 | |
|        <property name="orientation">
 | |
|         <enum>Qt::Vertical</enum>
 | |
|        </property>
 | |
|        <property name="sizeType">
 | |
|         <enum>QSizePolicy::MinimumExpanding</enum>
 | |
|        </property>
 | |
|        <property name="sizeHint" stdset="0">
 | |
|         <size>
 | |
|          <width>20</width>
 | |
|          <height>10</height>
 | |
|         </size>
 | |
|        </property>
 | |
|       </spacer>
 | |
|      </item>
 | |
|      <item>
 | |
|       <layout class="QHBoxLayout" name="horizontalLayout_3">
 | |
|        <item>
 | |
|         <widget class="QLabel" name="lab6">
 | |
|          <property name="sizePolicy">
 | |
|           <sizepolicy hsizetype="Fixed" 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="font">
 | |
|           <font>
 | |
|            <pointsize>10</pointsize>
 | |
|           </font>
 | |
|          </property>
 | |
|          <property name="text">
 | |
|           <string>Rpt Sent</string>
 | |
|          </property>
 | |
|          <property name="alignment">
 | |
|           <set>Qt::AlignCenter</set>
 | |
|          </property>
 | |
|         </widget>
 | |
|        </item>
 | |
|        <item>
 | |
|         <widget class="QLabel" name="lab7">
 | |
|          <property name="sizePolicy">
 | |
|           <sizepolicy hsizetype="Fixed" 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="font">
 | |
|           <font>
 | |
|            <pointsize>10</pointsize>
 | |
|           </font>
 | |
|          </property>
 | |
|          <property name="text">
 | |
|           <string>Rpt Rcvd</string>
 | |
|          </property>
 | |
|          <property name="alignment">
 | |
|           <set>Qt::AlignCenter</set>
 | |
|          </property>
 | |
|         </widget>
 | |
|        </item>
 | |
|        <item>
 | |
|         <widget class="QLabel" name="lab8">
 | |
|          <property name="sizePolicy">
 | |
|           <sizepolicy hsizetype="Fixed" 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="font">
 | |
|           <font>
 | |
|            <pointsize>10</pointsize>
 | |
|           </font>
 | |
|          </property>
 | |
|          <property name="text">
 | |
|           <string>Grid</string>
 | |
|          </property>
 | |
|          <property name="alignment">
 | |
|           <set>Qt::AlignCenter</set>
 | |
|          </property>
 | |
|         </widget>
 | |
|        </item>
 | |
|        <item>
 | |
|         <widget class="QLabel" name="lab9">
 | |
|          <property name="enabled">
 | |
|           <bool>true</bool>
 | |
|          </property>
 | |
|          <property name="sizePolicy">
 | |
|           <sizepolicy hsizetype="Fixed" vsizetype="Preferred">
 | |
|            <horstretch>0</horstretch>
 | |
|            <verstretch>0</verstretch>
 | |
|           </sizepolicy>
 | |
|          </property>
 | |
|          <property name="minimumSize">
 | |
|           <size>
 | |
|            <width>100</width>
 | |
|            <height>0</height>
 | |
|           </size>
 | |
|          </property>
 | |
|          <property name="maximumSize">
 | |
|           <size>
 | |
|            <width>100</width>
 | |
|            <height>16777215</height>
 | |
|           </size>
 | |
|          </property>
 | |
|          <property name="font">
 | |
|           <font>
 | |
|            <pointsize>10</pointsize>
 | |
|           </font>
 | |
|          </property>
 | |
|          <property name="text">
 | |
|           <string>Name</string>
 | |
|          </property>
 | |
|          <property name="alignment">
 | |
|           <set>Qt::AlignCenter</set>
 | |
|          </property>
 | |
|         </widget>
 | |
|        </item>
 | |
|       </layout>
 | |
|      </item>
 | |
|      <item>
 | |
|       <layout class="QHBoxLayout" name="horizontalLayout_2">
 | |
|        <item>
 | |
|         <widget class="QLineEdit" name="sent">
 | |
|          <property name="sizePolicy">
 | |
|           <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
 | |
|            <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>
 | |
|         </widget>
 | |
|        </item>
 | |
|        <item>
 | |
|         <widget class="QLineEdit" name="rcvd">
 | |
|          <property name="sizePolicy">
 | |
|           <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
 | |
|            <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>
 | |
|         </widget>
 | |
|        </item>
 | |
|        <item>
 | |
|         <widget class="QLineEdit" name="grid">
 | |
|          <property name="sizePolicy">
 | |
|           <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
 | |
|            <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>
 | |
|         </widget>
 | |
|        </item>
 | |
|        <item>
 | |
|         <widget class="QLineEdit" name="name">
 | |
|          <property name="enabled">
 | |
|           <bool>true</bool>
 | |
|          </property>
 | |
|          <property name="sizePolicy">
 | |
|           <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
 | |
|            <horstretch>0</horstretch>
 | |
|            <verstretch>0</verstretch>
 | |
|           </sizepolicy>
 | |
|          </property>
 | |
|          <property name="minimumSize">
 | |
|           <size>
 | |
|            <width>100</width>
 | |
|            <height>0</height>
 | |
|           </size>
 | |
|          </property>
 | |
|          <property name="maximumSize">
 | |
|           <size>
 | |
|            <width>100</width>
 | |
|            <height>16777215</height>
 | |
|           </size>
 | |
|          </property>
 | |
|         </widget>
 | |
|        </item>
 | |
|       </layout>
 | |
|      </item>
 | |
|      <item>
 | |
|       <spacer name="verticalSpacer_2">
 | |
|        <property name="orientation">
 | |
|         <enum>Qt::Vertical</enum>
 | |
|        </property>
 | |
|        <property name="sizeType">
 | |
|         <enum>QSizePolicy::MinimumExpanding</enum>
 | |
|        </property>
 | |
|        <property name="sizeHint" stdset="0">
 | |
|         <size>
 | |
|          <width>20</width>
 | |
|          <height>10</height>
 | |
|         </size>
 | |
|        </property>
 | |
|       </spacer>
 | |
|      </item>
 | |
|      <item>
 | |
|       <layout class="QHBoxLayout" name="horizontalLayout_6">
 | |
|        <item>
 | |
|         <widget class="QLabel" name="label_2">
 | |
|          <property name="minimumSize">
 | |
|           <size>
 | |
|            <width>65</width>
 | |
|            <height>0</height>
 | |
|           </size>
 | |
|          </property>
 | |
|          <property name="text">
 | |
|           <string>Tx power</string>
 | |
|          </property>
 | |
|         </widget>
 | |
|        </item>
 | |
|        <item>
 | |
|         <widget class="QLineEdit" name="txPower"/>
 | |
|        </item>
 | |
|        <item>
 | |
|         <widget class="QCheckBox" name="cbTxPower">
 | |
|          <property name="text">
 | |
|           <string>Retain</string>
 | |
|          </property>
 | |
|         </widget>
 | |
|        </item>
 | |
|       </layout>
 | |
|      </item>
 | |
|      <item>
 | |
|       <spacer name="verticalSpacer_5">
 | |
|        <property name="orientation">
 | |
|         <enum>Qt::Vertical</enum>
 | |
|        </property>
 | |
|        <property name="sizeType">
 | |
|         <enum>QSizePolicy::MinimumExpanding</enum>
 | |
|        </property>
 | |
|        <property name="sizeHint" stdset="0">
 | |
|         <size>
 | |
|          <width>20</width>
 | |
|          <height>10</height>
 | |
|         </size>
 | |
|        </property>
 | |
|       </spacer>
 | |
|      </item>
 | |
|      <item>
 | |
|       <layout class="QHBoxLayout" name="horizontalLayout">
 | |
|        <item>
 | |
|         <widget class="QLabel" name="lab10">
 | |
|          <property name="enabled">
 | |
|           <bool>true</bool>
 | |
|          </property>
 | |
|          <property name="minimumSize">
 | |
|           <size>
 | |
|            <width>65</width>
 | |
|            <height>0</height>
 | |
|           </size>
 | |
|          </property>
 | |
|          <property name="font">
 | |
|           <font>
 | |
|            <pointsize>10</pointsize>
 | |
|           </font>
 | |
|          </property>
 | |
|          <property name="text">
 | |
|           <string>Comments</string>
 | |
|          </property>
 | |
|         </widget>
 | |
|        </item>
 | |
|        <item>
 | |
|         <widget class="QLineEdit" name="comments">
 | |
|          <property name="enabled">
 | |
|           <bool>true</bool>
 | |
|          </property>
 | |
|         </widget>
 | |
|        </item>
 | |
|        <item>
 | |
|         <widget class="QCheckBox" name="cbComments">
 | |
|          <property name="text">
 | |
|           <string>Retain</string>
 | |
|          </property>
 | |
|         </widget>
 | |
|        </item>
 | |
|       </layout>
 | |
|      </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>
 | |
|    </item>
 | |
|   </layout>
 | |
|  </widget>
 | |
|  <tabstops>
 | |
|   <tabstop>call</tabstop>
 | |
|   <tabstop>date</tabstop>
 | |
|   <tabstop>time</tabstop>
 | |
|   <tabstop>mode</tabstop>
 | |
|   <tabstop>band</tabstop>
 | |
|   <tabstop>sent</tabstop>
 | |
|   <tabstop>rcvd</tabstop>
 | |
|   <tabstop>grid</tabstop>
 | |
|   <tabstop>name</tabstop>
 | |
|   <tabstop>txPower</tabstop>
 | |
|   <tabstop>cbTxPower</tabstop>
 | |
|   <tabstop>comments</tabstop>
 | |
|   <tabstop>cbComments</tabstop>
 | |
|   <tabstop>buttonBox</tabstop>
 | |
|  </tabstops>
 | |
|  <resources/>
 | |
|  <connections>
 | |
|   <connection>
 | |
|    <sender>buttonBox</sender>
 | |
|    <signal>accepted()</signal>
 | |
|    <receiver>LogQSO</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>LogQSO</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>
 |