mirror of
https://gitlab.com/eql/EQL5.git
synced 2026-03-08 15:50:43 -07:00
18 lines
341 B
XML
18 lines
341 B
XML
<ui version="4.0" >
|
|
<class>main</class>
|
|
<widget class="QWidget" name="main" >
|
|
<property name="geometry" >
|
|
<rect>
|
|
<x>0</x>
|
|
<y>0</y>
|
|
<width>400</width>
|
|
<height>300</height>
|
|
</rect>
|
|
</property>
|
|
<property name="windowTitle" >
|
|
<string>Example</string>
|
|
</property>
|
|
</widget>
|
|
<resources/>
|
|
<connections/>
|
|
</ui>
|