mirror of
https://github.com/RolandWH/SIPPCompare.git
synced 2025-05-10 00:31:49 +01:00
38 lines
813 B
XML
38 lines
813 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<ui version="4.0">
|
|
<class>OutputWindow</class>
|
|
<widget class="QWidget" name="OutputWindow">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>0</x>
|
|
<y>0</y>
|
|
<width>1330</width>
|
|
<height>630</height>
|
|
</rect>
|
|
</property>
|
|
<property name="windowTitle">
|
|
<string>Results</string>
|
|
</property>
|
|
<widget class="MplWidget" name="graphWidget" native="true">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>-10</x>
|
|
<y>-10</y>
|
|
<width>1350</width>
|
|
<height>650</height>
|
|
</rect>
|
|
</property>
|
|
</widget>
|
|
</widget>
|
|
<customwidgets>
|
|
<customwidget>
|
|
<class>MplWidget</class>
|
|
<extends>QWidget</extends>
|
|
<header>widgets/mpl_widget</header>
|
|
<container>1</container>
|
|
</customwidget>
|
|
</customwidgets>
|
|
<resources/>
|
|
<connections/>
|
|
</ui>
|