27 lines
		
	
	
		
			619 B
		
	
	
	
		
			XML
		
	
	
			
		
		
	
	
			27 lines
		
	
	
		
			619 B
		
	
	
	
		
			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>500</width>
 | 
						|
    <height>360</height>
 | 
						|
   </rect>
 | 
						|
  </property>
 | 
						|
  <property name="font">
 | 
						|
   <font>
 | 
						|
    <family>微软雅黑 Light</family>
 | 
						|
   </font>
 | 
						|
  </property>
 | 
						|
  <property name="windowTitle">
 | 
						|
   <string>Teleport Replayer</string>
 | 
						|
  </property>
 | 
						|
  <widget class="QWidget" name="centralWidget"/>
 | 
						|
 </widget>
 | 
						|
 <layoutdefault spacing="6" margin="11"/>
 | 
						|
 <resources/>
 | 
						|
 <connections/>
 | 
						|
</ui>
 |