mirror of
				https://github.com/OpenMW/openmw.git
				synced 2025-10-31 07:56:38 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			80 lines
		
	
	
	
		
			2 KiB
		
	
	
	
		
			XML
		
	
	
	
	
	
			
		
		
	
	
			80 lines
		
	
	
	
		
			2 KiB
		
	
	
	
		
			XML
		
	
	
	
	
	
| <?xml version="1.0" encoding="UTF-8"?>
 | |
| <ui version="4.0">
 | |
|  <class>MainWindow</class>
 | |
|  <widget class="QMainWindow" name="MainWindow">
 | |
|   <property name="geometry">
 | |
|    <rect>
 | |
|     <x>0</x>
 | |
|     <y>0</y>
 | |
|     <width>575</width>
 | |
|     <height>575</height>
 | |
|    </rect>
 | |
|   </property>
 | |
|   <property name="minimumSize">
 | |
|    <size>
 | |
|     <width>575</width>
 | |
|     <height>575</height>
 | |
|    </size>
 | |
|   </property>
 | |
|   <property name="windowTitle">
 | |
|    <string>OpenMW Launcher</string>
 | |
|   </property>
 | |
|   <property name="windowIcon">
 | |
|    <iconset resource="../resources.qrc">
 | |
|     <normaloff>:/images/openmw.png</normaloff>:/images/openmw.png</iconset>
 | |
|   </property>
 | |
|   <widget class="QWidget" name="centralwidget">
 | |
|    <layout class="QVBoxLayout" name="verticalLayout_2">
 | |
|     <item>
 | |
|      <widget class="QListWidget" name="iconWidget">
 | |
|       <property name="minimumSize">
 | |
|        <size>
 | |
|         <width>400</width>
 | |
|         <height>80</height>
 | |
|        </size>
 | |
|       </property>
 | |
|       <property name="maximumSize">
 | |
|        <size>
 | |
|         <width>16777215</width>
 | |
|         <height>80</height>
 | |
|        </size>
 | |
|       </property>
 | |
|       <property name="styleSheet">
 | |
|        <string notr="true">#iconWidget {
 | |
|     background-image: url(":/images/openmw-header.png");
 | |
|     background-color: white;
 | |
|     background-repeat: no-repeat;
 | |
|     background-attachment: scroll;
 | |
|     background-position: right;
 | |
| }
 | |
| </string>
 | |
|       </property>
 | |
|      </widget>
 | |
|     </item>
 | |
|     <item>
 | |
|      <widget class="QGroupBox" name="groupBox">
 | |
|       <property name="title">
 | |
|        <string/>
 | |
|       </property>
 | |
|       <layout class="QVBoxLayout" name="verticalLayout">
 | |
|        <item>
 | |
|         <widget class="QStackedWidget" name="pagesWidget"/>
 | |
|        </item>
 | |
|       </layout>
 | |
|      </widget>
 | |
|     </item>
 | |
|     <item>
 | |
|      <widget class="QDialogButtonBox" name="buttonBox">
 | |
|       <property name="standardButtons">
 | |
|        <set>QDialogButtonBox::Close</set>
 | |
|       </property>
 | |
|      </widget>
 | |
|     </item>
 | |
|    </layout>
 | |
|   </widget>
 | |
|  </widget>
 | |
|  <resources>
 | |
|   <include location="../resources.qrc"/>
 | |
|  </resources>
 | |
|  <connections/>
 | |
| </ui>
 |