101 lines
		
	
	
		
			2.4 KiB
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
		
		
			
		
	
	
			101 lines
		
	
	
		
			2.4 KiB
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
|   | <?xml version="1.0" encoding="UTF-8"?> | ||
|  | <ui version="4.0"> | ||
|  |  <class>CAboutDlg</class> | ||
|  |  <widget class="QDialog" name="CAboutDlg"> | ||
|  |   <property name="windowModality"> | ||
|  |    <enum>Qt::NonModal</enum> | ||
|  |   </property> | ||
|  |   <property name="windowTitle"> | ||
|  |    <string>About WSJT-X</string> | ||
|  |   </property> | ||
|  |   <layout class="QVBoxLayout" name="verticalLayout"> | ||
|  |    <item> | ||
|  |     <layout class="QHBoxLayout" name="horizontalLayout_2"> | ||
|  |      <item> | ||
|  |       <widget class="QLabel" name="labelTxt"> | ||
|  |        <property name="text"> | ||
|  |         <string/> | ||
|  |        </property> | ||
|  |        <property name="alignment"> | ||
|  |         <set>Qt::AlignCenter</set> | ||
|  |        </property> | ||
|  |        <property name="openExternalLinks"> | ||
|  |         <bool>true</bool> | ||
|  |        </property> | ||
|  |       </widget> | ||
|  |      </item> | ||
|  |     </layout> | ||
|  |    </item> | ||
|  |    <item> | ||
|  |     <spacer name="verticalSpacer"> | ||
|  |      <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> | ||
|  |       <spacer name="horizontalSpacer"> | ||
|  |        <property name="orientation"> | ||
|  |         <enum>Qt::Horizontal</enum> | ||
|  |        </property> | ||
|  |        <property name="sizeHint" stdset="0"> | ||
|  |         <size> | ||
|  |          <width>40</width> | ||
|  |          <height>20</height> | ||
|  |         </size> | ||
|  |        </property> | ||
|  |       </spacer> | ||
|  |      </item> | ||
|  |      <item> | ||
|  |       <widget class="QPushButton" name="okButton"> | ||
|  |        <property name="text"> | ||
|  |         <string>OK</string> | ||
|  |        </property> | ||
|  |       </widget> | ||
|  |      </item> | ||
|  |      <item> | ||
|  |       <spacer name="horizontalSpacer_2"> | ||
|  |        <property name="orientation"> | ||
|  |         <enum>Qt::Horizontal</enum> | ||
|  |        </property> | ||
|  |        <property name="sizeHint" stdset="0"> | ||
|  |         <size> | ||
|  |          <width>40</width> | ||
|  |          <height>20</height> | ||
|  |         </size> | ||
|  |        </property> | ||
|  |       </spacer> | ||
|  |      </item> | ||
|  |     </layout> | ||
|  |    </item> | ||
|  |   </layout> | ||
|  |  </widget> | ||
|  |  <resources/> | ||
|  |  <connections> | ||
|  |   <connection> | ||
|  |    <sender>okButton</sender> | ||
|  |    <signal>clicked()</signal> | ||
|  |    <receiver>CAboutDlg</receiver> | ||
|  |    <slot>accept()</slot> | ||
|  |    <hints> | ||
|  |     <hint type="sourcelabel"> | ||
|  |      <x>321</x> | ||
|  |      <y>120</y> | ||
|  |     </hint> | ||
|  |     <hint type="destinationlabel"> | ||
|  |      <x>186</x> | ||
|  |      <y>71</y> | ||
|  |     </hint> | ||
|  |    </hints> | ||
|  |   </connection> | ||
|  |  </connections> | ||
|  | </ui> |