#include "AxesDialog.h"
#include "TextDialog.h"
#include "ColorBox.h"
#include "Graph.h"
#include "Plot.h"
#include "MyParser.h"
#include "ColorButton.h"
#include "TextFormatButtons.h"
#include <QColorDialog>
#include <QCheckBox>
#include <QComboBox>
#include <QLabel>
#include <QLineEdit>
#include <QPushButton>
#include <QSpinBox>
#include <QTabWidget>
#include <QLayout>
#include <QMessageBox>
#include <QFontDialog>
#include <QDate>
#include <QList>
#include <QListWidget>
#include <QVector>
#include <QGroupBox>
#include <qwt_plot.h>
#include <qwt_scale_widget.h>
#include <qwt_scale_engine.h>
Defines | |
#define | M_PI 3.141592653589793238462643 |
Variables | |
static const char *const | bottom_scl_xpm [] |
static const char *const | image2_data [] |
static const char *const | image3_data [] |
static const char *const | image4_data [] |
static const char *const | image5_data [] |
static const char *const | image6_data [] |
static const char *const | image7_data [] |
static const char *const | left_scl_xpm [] |
static const char *const | right_scl_xpm [] |
static const char *const | top_scl_xpm [] |
#define M_PI 3.141592653589793238462643 |
const char* const bottom_scl_xpm[] [static] |
const char* const image2_data[] [static] |
const char* const image3_data[] [static] |
const char* const image4_data[] [static] |
const char* const image5_data[] [static] |
const char* const image6_data[] [static] |
const char* const image7_data[] [static] |
const char* const left_scl_xpm[] [static] |
const char* const right_scl_xpm[] [static] |
const char* const top_scl_xpm[] [static] |