Regression/include/ui/MainWindow.ui

54 lines
1.2 KiB
Plaintext
Raw Normal View History

2020-11-17 16:07:02 +00:00
<?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>800</width>
<height>600</height>
</rect>
</property>
<property name="windowTitle">
2020-11-18 15:24:12 +00:00
<string>Regression</string>
2020-11-17 16:07:02 +00:00
</property>
<widget class="QWidget" name="centralwidget">
2020-11-18 15:24:12 +00:00
<widget class="PlotWidget" name="plot" native="true">
2020-11-17 16:07:02 +00:00
<property name="geometry">
<rect>
2020-11-18 15:24:12 +00:00
<x>-1</x>
<y>-1</y>
<width>801</width>
<height>551</height>
2020-11-17 16:07:02 +00:00
</rect>
</property>
2020-11-18 15:24:12 +00:00
<property name="autoFillBackground">
<bool>false</bool>
2020-11-17 16:07:02 +00:00
</property>
</widget>
</widget>
<widget class="QMenuBar" name="menubar">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>800</width>
2020-11-18 15:24:12 +00:00
<height>26</height>
2020-11-17 16:07:02 +00:00
</rect>
</property>
</widget>
<widget class="QStatusBar" name="statusbar"/>
</widget>
2020-11-18 15:24:12 +00:00
<customwidgets>
<customwidget>
<class>PlotWidget</class>
<extends>QWidget</extends>
<header>PlotWidget.hpp</header>
<container>1</container>
</customwidget>
</customwidgets>
2020-11-17 16:07:02 +00:00
<resources/>
<connections/>
</ui>