plotwindow can load csv files

This commit is contained in:
Robert 2020-11-18 16:24:12 +01:00
parent e5d1df9dbc
commit 81de09d563
8 changed files with 150 additions and 22 deletions

View file

@ -11,27 +11,20 @@
</rect>
</property>
<property name="windowTitle">
<string>MainWindow</string>
<string>Regression</string>
</property>
<widget class="QWidget" name="centralwidget">
<widget class="QLabel" name="label">
<widget class="PlotWidget" name="plot" native="true">
<property name="geometry">
<rect>
<x>146</x>
<y>102</y>
<width>271</width>
<height>91</height>
<x>-1</x>
<y>-1</y>
<width>801</width>
<height>551</height>
</rect>
</property>
<property name="font">
<font>
<pointsize>28</pointsize>
<weight>75</weight>
<bold>true</bold>
</font>
</property>
<property name="text">
<string>TextLabel</string>
<property name="autoFillBackground">
<bool>false</bool>
</property>
</widget>
</widget>
@ -41,12 +34,20 @@
<x>0</x>
<y>0</y>
<width>800</width>
<height>21</height>
<height>26</height>
</rect>
</property>
</widget>
<widget class="QStatusBar" name="statusbar"/>
</widget>
<customwidgets>
<customwidget>
<class>PlotWidget</class>
<extends>QWidget</extends>
<header>PlotWidget.hpp</header>
<container>1</container>
</customwidget>
</customwidgets>
<resources/>
<connections/>
</ui>