Qt_Raspberry_Toolchain/demo/untitled/mainwindow.ui

77 lines
1.7 KiB
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>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>140</x>
<y>250</y>
<width>541</width>
<height>121</height>
</rect>
</property>
<property name="font">
<font>
<family>Adobe Courier [Adobe]</family>
</font>
</property>
<property name="text">
<string>Hello World on a RasperryPi without Xserver!</string>
</property>
</widget>
<widget class="QLCDNumber" name="lcdNumber">
<property name="geometry">
<rect>
<x>80</x>
<y>30</y>
<width>301</width>
<height>161</height>
</rect>
</property>
<property name="smallDecimalPoint">
<bool>false</bool>
</property>
</widget>
<widget class="QPushButton" name="pushButton">
<property name="geometry">
<rect>
<x>440</x>
<y>140</y>
<width>141</width>
<height>51</height>
</rect>
</property>
<property name="text">
<string>Push ME!!</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>