<?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>1390</width>
|
<height>971</height>
|
</rect>
|
</property>
|
<property name="windowTitle">
|
<string>Riemann Sum</string>
|
</property>
|
<widget class="QWidget" name="centralwidget">
|
<layout class="QVBoxLayout" name="verticalLayout_2">
|
<item>
|
<layout class="QVBoxLayout" name="verticalLayout">
|
<item>
|
<layout class="QHBoxLayout" name="horizontalLayout">
|
<item>
|
<widget class="QLabel" name="label_3">
|
<property name="text">
|
<string>Funktion</string>
|
</property>
|
</widget>
|
</item>
|
<item>
|
<widget class="QComboBox" name="functions">
|
<property name="sizePolicy">
|
<sizepolicy hsizetype="Expanding" vsizetype="Fixed">
|
<horstretch>0</horstretch>
|
<verstretch>0</verstretch>
|
</sizepolicy>
|
</property>
|
<item>
|
<property name="text">
|
<string>sin</string>
|
</property>
|
</item>
|
<item>
|
<property name="text">
|
<string>cos</string>
|
</property>
|
</item>
|
<item>
|
<property name="text">
|
<string>x^2</string>
|
</property>
|
</item>
|
<item>
|
<property name="text">
|
<string>x^3</string>
|
</property>
|
</item>
|
</widget>
|
</item>
|
<item>
|
<widget class="QLabel" name="label">
|
<property name="text">
|
<string>start</string>
|
</property>
|
</widget>
|
</item>
|
<item>
|
<widget class="QLineEdit" name="startValue"/>
|
</item>
|
<item>
|
<widget class="QLabel" name="label_2">
|
<property name="text">
|
<string>end</string>
|
</property>
|
</widget>
|
</item>
|
<item>
|
<widget class="QLineEdit" name="endValue"/>
|
</item>
|
</layout>
|
</item>
|
<item>
|
<layout class="QHBoxLayout" name="horizontalLayout_2">
|
<item>
|
<spacer name="horizontalSpacer">
|
<property name="orientation">
|
<enum>Qt::Orientation::Horizontal</enum>
|
</property>
|
<property name="sizeHint" stdset="0">
|
<size>
|
<width>40</width>
|
<height>20</height>
|
</size>
|
</property>
|
</spacer>
|
</item>
|
<item>
|
<widget class="QPushButton" name="pushButton">
|
<property name="text">
|
<string>Ok</string>
|
</property>
|
</widget>
|
</item>
|
</layout>
|
</item>
|
</layout>
|
</item>
|
<item>
|
<widget class="QGroupBox" name="groupBox">
|
<property name="enabled">
|
<bool>true</bool>
|
</property>
|
<property name="sizePolicy">
|
<sizepolicy hsizetype="Preferred" vsizetype="Expanding">
|
<horstretch>0</horstretch>
|
<verstretch>0</verstretch>
|
</sizepolicy>
|
</property>
|
<property name="title">
|
<string>Plot</string>
|
</property>
|
</widget>
|
</item>
|
</layout>
|
</widget>
|
<widget class="QMenuBar" name="menubar">
|
<property name="geometry">
|
<rect>
|
<x>0</x>
|
<y>0</y>
|
<width>1390</width>
|
<height>22</height>
|
</rect>
|
</property>
|
</widget>
|
<widget class="QStatusBar" name="statusbar"/>
|
</widget>
|
<resources/>
|
<connections/>
|
</ui>
|