/********************************************************************************
** Form generated from reading UI file 'graphform.ui'
**
** Created:
** by: Qt User Interface Compiler version 4.7.2
**
** WARNING! All changes made in this file will be lost when recompiling UI file!
********************************************************************************/
#ifndef UI_GRAPHFORM_H
#define UI_GRAPHFORM_H
#include <QtCore/QVariant>
#include <QtGui/QAction>
#include <QtGui/QApplication>
#include <QtGui/QButtonGroup>
#include <QtGui/QFrame>
#include <QtGui/QGridLayout>
#include <QtGui/QHBoxLayout>
#include <QtGui/QHeaderView>
#include <QtGui/QLabel>
#include <QtGui/QLineEdit>
#include <QtGui/QPushButton>
#include <QtGui/QRadioButton>
#include <QtGui/QScrollArea>
#include <QtGui/QTabWidget>
#include <QtGui/QTableView>
#include <QtGui/QWidget>
#include "qwt_plot.h"
#include "qwt_text_label.h"
QT_BEGIN_NAMESPACE
class Ui_graphForm
{
public:
{
if (graphForm->objectName().isEmpty())
graphForm
->setObjectName
(QString::fromUtf8("graphForm"));
graphForm->resize(842, 602);
graphForm->setWindowIcon(icon);
horizontalLayoutWidget
= new QWidget(graphForm
);
horizontalLayoutWidget
->setObjectName
(QString::fromUtf8("horizontalLayoutWidget"));
horizontalLayoutWidget
->setGeometry
(QRect(10,
30,
831,
321));
horizontalLayout
= new QHBoxLayout(horizontalLayoutWidget
);
horizontalLayout
->setObjectName
(QString::fromUtf8("horizontalLayout"));
horizontalLayout->setContentsMargins(0, 0, 0, 0);
tabWidget_2
->setObjectName
(QString::fromUtf8("tabWidget_2"));
tabWidget_2
->setGeometry
(QRect(4,
350,
791,
251));
tab_3
->setObjectName
(QString::fromUtf8("tab_3"));
scrollArea
->setObjectName
(QString::fromUtf8("scrollArea"));
scrollArea
->setGeometry
(QRect(0,
10,
631,
214));
scrollArea->setWidgetResizable(true);
scrollAreaWidgetContents
= new QWidget();
scrollAreaWidgetContents
->setObjectName
(QString::fromUtf8("scrollAreaWidgetContents"));
scrollAreaWidgetContents
->setGeometry
(QRect(0,
0,
627,
210));
gridLayout
= new QGridLayout(scrollAreaWidgetContents
);
gridLayout
->setObjectName
(QString::fromUtf8("gridLayout"));
messwerteTableView
= new QTableView(scrollAreaWidgetContents
);
messwerteTableView
->setObjectName
(QString::fromUtf8("messwerteTableView"));
messwerteTableView->setMouseTracking(true);
gridLayout->addWidget(messwerteTableView, 0, 1, 1, 1);
scrollArea->setWidget(scrollAreaWidgetContents);
addMesswertButton
->setObjectName
(QString::fromUtf8("addMesswertButton"));
addMesswertButton
->setGeometry
(QRect(680,
10,
41,
27));
addMesswertButton->setIcon(icon1);
deleteMesswertButton
->setObjectName
(QString::fromUtf8("deleteMesswertButton"));
deleteMesswertButton
->setGeometry
(QRect(680,
46,
41,
27));
deleteMesswertButton->setIcon(icon2);
linearFrame
->setFrameShadow
(QFrame::Raised);
aValEdit
->setObjectName
(QString::fromUtf8("aValEdit"));
aValEdit
->setGeometry
(QRect(24,
3,
41,
25));
bVarLbl
= new QLabel(linearFrame
);
bVarLbl
->setObjectName
(QString::fromUtf8("bVarLbl"));
bVarLbl
->setGeometry
(QRect(78,
3,
16,
17));
line->setAutoFillBackground(false);
line
->setFrameShadow
(QFrame::Raised);
line->setLineWidth(8);
pbtnPrint->setIcon(icon3);
pbtnPrint
->setIconSize
(QSize(32,
32));
pbtnExport
->setObjectName
(QString::fromUtf8("pbtnExport"));
pbtnExport
->setGeometry
(QRect(806,
500,
30,
31));
pbtnExport->setIcon(icon4);
pbtnExport
->setIconSize
(QSize(24,
24));
messwertQwtPlot
= new QwtPlot(graphForm
);
messwertQwtPlot
->setObjectName
(QString::fromUtf8("messwertQwtPlot"));
messwertQwtPlot
->setGeometry
(QRect(8,
30,
821,
319));
QWidget::setTabOrder(lineareFunkRadio, aValEdit
);
QWidget::setTabOrder(aValEdit, bValEdit
);
QWidget::setTabOrder(bValEdit, logFunkRadio
);
QWidget::setTabOrder(logFunkRadio, logVarEdit
);
QWidget::setTabOrder(logVarEdit, exponentialFunkRadio
);
QWidget::setTabOrder(exponentialFunkRadio, exponentialVarEdit
);
QWidget::setTabOrder(exponentialVarEdit, sinusFunkRadio
);
QWidget::setTabOrder(sinusFunkRadio, sinusAVarEdit
);
QWidget::setTabOrder(sinusAVarEdit, quadratischFunkRadio
);
QWidget::setTabOrder(quadratischFunkRadio, quadratischVarEdit
);
QWidget::setTabOrder(quadratischVarEdit, clearAllButton
);
QWidget::setTabOrder(clearAllButton, scrollArea
);
QWidget::setTabOrder(scrollArea, drowTXButton
);
QWidget::setTabOrder(drowTXButton, drowTYButton
);
QWidget::setTabOrder(drowTYButton, drowTYXButton
);
QWidget::setTabOrder(drowTYXButton, drowTXYButton
);
QWidget::setTabOrder(drowTXYButton, addMesswertButton
);
QWidget::setTabOrder(addMesswertButton, deleteMesswertButton
);
QWidget::setTabOrder(deleteMesswertButton, messwerteTableView
);
QWidget::setTabOrder(messwerteTableView, konstanteFunButton
);
QWidget::setTabOrder(konstanteFunButton, ausgleichFunButton
);
QWidget::setTabOrder(ausgleichFunButton, tabWidget_2
);
retranslateUi(graphForm);
QObject::connect(ausgleichFunButton,
SIGNAL(clicked
()), graphForm,
SLOT(ausgleischFun
()));
QObject::connect(exponentialVarEdit,
SIGNAL(editingFinished
()), graphForm,
SLOT(exponentialeFun
()));
QObject::connect(konstanteFunButton,
SIGNAL(clicked
()), graphForm,
SLOT(konstanteFun
()));
QObject::connect(bValEdit,
SIGNAL(editingFinished
()), graphForm,
SLOT(lineareFun
()));
QObject::connect(logVarEdit,
SIGNAL(editingFinished
()), graphForm,
SLOT(logFun
()));
QObject::connect(sinusAVarEdit,
SIGNAL(editingFinished
()), graphForm,
SLOT(sinusFun
()));
QObject::connect(clearAllButton,
SIGNAL(clicked
()), graphForm,
SLOT(clearAll
()));
QObject::connect(graphForm,
SIGNAL(destroyed
()), graphForm,
SLOT(formDestroyed
()));
QObject::connect(addMesswertButton,
SIGNAL(clicked
()), graphForm,
SLOT(addMesswert
()));
QObject::connect(deleteMesswertButton,
SIGNAL(clicked
()), graphForm,
SLOT(deleteMesswert
()));
QObject::connect(drowTXButton,
SIGNAL(clicked
()), graphForm,
SLOT(drowTX
()));
QObject::connect(drowTYXButton,
SIGNAL(clicked
()), graphForm,
SLOT(drowTYX
()));
QObject::connect(drowTYButton,
SIGNAL(clicked
()), graphForm,
SLOT(drowTY
()));
QObject::connect(lineareFunkRadio,
SIGNAL(clicked
()), graphForm,
SLOT(linearVarvisible
()));
QObject::connect(logFunkRadio,
SIGNAL(clicked
()), graphForm,
SLOT(logVarVisible
()));
QObject::connect(exponentialFunkRadio,
SIGNAL(clicked
()), graphForm,
SLOT(exponetialVarVisible
()));
QObject::connect(sinusFunkRadio,
SIGNAL(clicked
()), graphForm,
SLOT(sinusVarVisible
()));
QObject::connect(quadratischFunkRadio,
SIGNAL(clicked
()), graphForm,
SLOT(quadratischeVarvisible
()));
QObject::connect(pbtnPrint,
SIGNAL(clicked
()), graphForm,
SLOT(print
()));
QObject::connect(pbtnExport,
SIGNAL(clicked
()), graphForm,
SLOT(exportInPdf
()));
tabWidget_2->setCurrentIndex(1);
} // setupUi
};
namespace Ui {
class graphForm: public Ui_graphForm {};
} // namespace Ui
QT_END_NAMESPACE
#endif // UI_GRAPHFORM_H