Qt_Performance_Benchmark/Qt_Performance_Benchmark/mainwindow.ui

51 lines
1.1 KiB
Plaintext
Raw Normal View History

2020-10-09 11:48:56 +02:00
<?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>MainWindow</string>
</property>
<widget class="QWidget" name="centralwidget">
<widget class="QLabel" name="label">
<property name="geometry">
<rect>
<x>180</x>
<y>190</y>
<width>461</width>
<height>101</height>
</rect>
</property>
<property name="font">
<font>
<pointsize>48</pointsize>
</font>
</property>
<property name="text">
<string>Hello World</string>
</property>
</widget>
</widget>
<widget class="QMenuBar" name="menubar">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>800</width>
<height>23</height>
</rect>
</property>
</widget>
<widget class="QStatusBar" name="statusbar"/>
</widget>
<resources/>
<connections/>
</ui>