38 lines
814 B
XML
38 lines
814 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<ui version="4.0">
|
|
<class>AnalysisWindow</class>
|
|
<widget class="QDialog" name="AnalysisWindow">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>0</x>
|
|
<y>0</y>
|
|
<width>989</width>
|
|
<height>821</height>
|
|
</rect>
|
|
</property>
|
|
<property name="windowTitle">
|
|
<string>Dialog</string>
|
|
</property>
|
|
<widget class="QCustomPlot" name="plotWidget" native="true">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>19</x>
|
|
<y>29</y>
|
|
<width>961</width>
|
|
<height>671</height>
|
|
</rect>
|
|
</property>
|
|
</widget>
|
|
</widget>
|
|
<customwidgets>
|
|
<customwidget>
|
|
<class>QCustomPlot</class>
|
|
<extends>QWidget</extends>
|
|
<header>gui/qcustomplot.h</header>
|
|
<container>1</container>
|
|
</customwidget>
|
|
</customwidgets>
|
|
<resources/>
|
|
<connections/>
|
|
</ui>
|