71 lines
		
	
	
		
			1.9 KiB
		
	
	
	
		
			XML
		
	
	
	
	
	
			
		
		
	
	
			71 lines
		
	
	
		
			1.9 KiB
		
	
	
	
		
			XML
		
	
	
	
	
	
<?xml version="1.0" encoding="UTF-8"?>
 | 
						|
<ui version="4.0">
 | 
						|
 <class>AboutWindow</class>
 | 
						|
 <widget class="QMainWindow" name="AboutWindow">
 | 
						|
  <property name="geometry">
 | 
						|
   <rect>
 | 
						|
    <x>0</x>
 | 
						|
    <y>0</y>
 | 
						|
    <width>800</width>
 | 
						|
    <height>600</height>
 | 
						|
   </rect>
 | 
						|
  </property>
 | 
						|
  <property name="windowTitle">
 | 
						|
   <string>About</string>
 | 
						|
  </property>
 | 
						|
  <property name="windowIcon">
 | 
						|
   <iconset resource="Resource.qrc">
 | 
						|
    <normaloff>:/icon/icon.svg</normaloff>:/icon/icon.svg</iconset>
 | 
						|
  </property>
 | 
						|
  <widget class="QWidget" name="centralwidget">
 | 
						|
   <layout class="QHBoxLayout" name="horizontalLayout">
 | 
						|
    <item>
 | 
						|
     <widget class="QLabel" name="m_logoShower">
 | 
						|
      <property name="text">
 | 
						|
       <string><html><head/><body><p><img width=128 src=":/icon/icon.svg"/></p></body></html></string>
 | 
						|
      </property>
 | 
						|
      <property name="alignment">
 | 
						|
       <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop</set>
 | 
						|
      </property>
 | 
						|
     </widget>
 | 
						|
    </item>
 | 
						|
    <item>
 | 
						|
     <layout class="QVBoxLayout" name="verticalLayout">
 | 
						|
      <item>
 | 
						|
       <widget class="QTextBrowser" name="textBrowser"/>
 | 
						|
      </item>
 | 
						|
      <item>
 | 
						|
       <layout class="QHBoxLayout" name="horizontalLayout_2">
 | 
						|
        <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="m_closeButton">
 | 
						|
          <property name="text">
 | 
						|
           <string>OK</string>
 | 
						|
          </property>
 | 
						|
         </widget>
 | 
						|
        </item>
 | 
						|
       </layout>
 | 
						|
      </item>
 | 
						|
     </layout>
 | 
						|
    </item>
 | 
						|
   </layout>
 | 
						|
  </widget>
 | 
						|
 </widget>
 | 
						|
 <resources>
 | 
						|
  <include location="Resource.qrc"/>
 | 
						|
 </resources>
 | 
						|
 <connections/>
 | 
						|
</ui>
 |