aboutsummaryrefslogtreecommitdiff
path: root/mainwindow.ui
blob: f9481ec4d8e0a1d8435d53cb57b1b15465e7e97e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<?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>800</width>
			<height>600</height>
		</rect>
	</property>
	<property name="windowTitle">
		<string>My first QT app, without the nonsense!</string>
	</property>
</widget>

<resources/>
<connections/>
</ui>

Generated with cgit - Back to sebastiano.tronto.net