interactive integration; new user-defined fit functions reloads model list; fixed requirements.txt

This commit is contained in:
dominik
2022-11-07 20:44:18 +01:00
parent 47f11a073c
commit a746afadff
17 changed files with 626 additions and 358 deletions

View File

@ -6,8 +6,8 @@
<rect>
<x>0</x>
<y>0</y>
<width>1388</width>
<height>735</height>
<width>1386</width>
<height>827</height>
</rect>
</property>
<property name="windowTitle">
@ -114,6 +114,16 @@
<string>SLR</string>
</attribute>
</widget>
<widget class="DrawingsWidget" name="drawingswidget">
<attribute name="title">
<string>Drawings</string>
</attribute>
</widget>
<widget class="IntegralWidget" name="integralwidget">
<attribute name="title">
<string>Integrate</string>
</attribute>
</widget>
</widget>
<widget class="QMdiArea" name="area"/>
</widget>
@ -125,7 +135,7 @@
<rect>
<x>0</x>
<y>0</y>
<width>1388</width>
<width>1386</width>
<height>30</height>
</rect>
</property>
@ -274,6 +284,8 @@
<addaction name="menuView"/>
<addaction name="separator"/>
<addaction name="actionRefresh"/>
<addaction name="separator"/>
<addaction name="action_draw_object"/>
</widget>
<widget class="QMenu" name="menuNMR">
<property name="title">
@ -999,6 +1011,11 @@
<string>Mine</string>
</property>
</action>
<action name="action_draw_object">
<property name="text">
<string>Draw objects...</string>
</property>
</action>
</widget>
<customwidgets>
<customwidget>
@ -1037,6 +1054,18 @@
<header>..fit.fitwindow</header>
<container>1</container>
</customwidget>
<customwidget>
<class>DrawingsWidget</class>
<extends>QWidget</extends>
<header>..graphs.drawings</header>
<container>1</container>
</customwidget>
<customwidget>
<class>IntegralWidget</class>
<extends>QWidget</extends>
<header>..data.integral_widget</header>
<container>1</container>
</customwidget>
</customwidgets>
<resources/>
<connections>