Files
sil/mainwindow.ui
T
Matthew 282e5684b1 init
2020-09-30 11:44:05 +08:00

66 lines
2.0 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>400</width>
<height>300</height>
</rect>
</property>
<property name="windowTitle">
<string>Proj41 HIL</string>
</property>
<widget class="QWidget" name="centralwidget">
<widget class="QPushButton" name="pushButton">
<property name="geometry">
<rect>
<x>100</x>
<y>100</y>
<width>200</width>
<height>100</height>
</rect>
</property>
<property name="text">
<string>Fire</string>
</property>
</widget>
</widget>
<widget class="QMenuBar" name="menubar">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>800</width>
<height>21</height>
</rect>
</property>
</widget>
<widget class="QStatusBar" name="statusbar"/>
</widget>
<resources/>
<connections>
<connection>
<sender>pushButton</sender>
<signal>pressed()</signal>
<receiver>MainWindow</receiver>
<slot>onFire()</slot>
<hints>
<hint type="sourcelabel">
<x>155</x>
<y>153</y>
</hint>
<hint type="destinationlabel">
<x>255</x>
<y>181</y>
</hint>
</hints>
</connection>
</connections>
<slots>
<slot>onFire()</slot>
</slots>
</ui>