forked from qt-creator/qt-creator
		
	
		
			
	
	
		
			68 lines
		
	
	
		
			1.6 KiB
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
		
		
			
		
	
	
			68 lines
		
	
	
		
			1.6 KiB
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
|   | <?xml version="1.0" encoding="UTF-8"?> | ||
|  | <ui version="4.0"> | ||
|  |  <class>MesonSampleProject</class> | ||
|  |  <widget class="QMainWindow" name="MesonSampleProject"> | ||
|  |   <property name="geometry"> | ||
|  |    <rect> | ||
|  |     <x>0</x> | ||
|  |     <y>0</y> | ||
|  |     <width>800</width> | ||
|  |     <height>600</height> | ||
|  |    </rect> | ||
|  |   </property> | ||
|  |   <property name="windowTitle"> | ||
|  |    <string>MesonSampleProject</string> | ||
|  |   </property> | ||
|  |   <widget class="QWidget" name="centralwidget"> | ||
|  |    <layout class="QGridLayout" name="gridLayout"> | ||
|  |     <item row="0" column="0"> | ||
|  |      <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 row="0" column="1"> | ||
|  |      <widget class="QLabel" name="label"> | ||
|  |       <property name="text"> | ||
|  |        <string>This is a sample meson project</string> | ||
|  |       </property> | ||
|  |      </widget> | ||
|  |     </item> | ||
|  |     <item row="0" column="2"> | ||
|  |      <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> | ||
|  |   </widget> | ||
|  |   <widget class="QMenuBar" name="menubar"> | ||
|  |    <property name="geometry"> | ||
|  |     <rect> | ||
|  |      <x>0</x> | ||
|  |      <y>0</y> | ||
|  |      <width>800</width> | ||
|  |      <height>29</height> | ||
|  |     </rect> | ||
|  |    </property> | ||
|  |   </widget> | ||
|  |   <widget class="QStatusBar" name="statusbar"/> | ||
|  |  </widget> | ||
|  |  <resources/> | ||
|  |  <connections/> | ||
|  | </ui> |