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>1039</width>
<height>614</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>230</x>
<y>270</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 from a RasperryPi without Xserver! </string>
</property>
</widget>
<widget class="QLCDNumber" name="lcdNumber">
<property name="geometry">
<rect>
<x>190</x>
<y>70</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>540</x>
<y>170</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>1039</width>
<height>23</height>
</rect>
</property>
</widget>
<widget class="QStatusBar" name="statusbar"/>
</widget>
<resources/>
<connections/>
</ui>