minimal-qt

A minimal QT application, without the nonsense
git clone https://git.tronto.net/minimal-qt
Download | Log | Files | Refs | README

mainwindow.ui (409B)


      1 <?xml version="1.0" encoding="UTF-8"?>
      2 <ui version="4.0">
      3 <class>MainWindow</class>
      4 
      5 <widget class="QMainWindow" name="MainWindow">
      6 	<property name="geometry">
      7 		<rect>
      8 			<x>0</x>
      9 			<y>0</y>
     10 			<width>800</width>
     11 			<height>600</height>
     12 		</rect>
     13 	</property>
     14 	<property name="windowTitle">
     15 		<string>My first QT app, without the nonsense!</string>
     16 	</property>
     17 </widget>
     18 
     19 <resources/>
     20 <connections/>
     21 </ui>