#include "mainwindow.h"
#include <iostream>
#include <QApplication>
#include <QSplashScreen>
#include <QThread>
#include <QCommandLineParser>
#include <QDesktopWidget>
#include <QFontDatabase>
#include <QSettings>
#include <QNetworkAccessManager>
#include <QNetworkReply>
#include <QJsonDocument>
#include <QDir>
#include "PlotJuggler/transform_function.h"
#include "transforms/first_derivative.h"
#include "transforms/scale_transform.h"
#include "transforms/moving_average_filter.h"
#include "transforms/outlier_removal.h"
#include "transforms/integral_transform.h"
#include "nlohmann_parsers.h"
#include "new_release_dialog.h"
Go to the source code of this file.
|
static QString | VERSION_STRING = QString("%1.%2.%3").arg(PJ_MAJOR_VERSION).arg(PJ_MINOR_VERSION).arg(PJ_PATCH_VERSION) |
|
QPixmap getFunnySplashscreen |
( |
| ) |
|
int GetVersionNumber |
( |
QString |
str | ) |
|
|
inline |
int main |
( |
int |
argc, |
|
|
char * |
argv[] |
|
) |
| |
void OpenNewReleaseDialog |
( |
QNetworkReply * |
reply | ) |
|
QString VERSION_STRING = QString("%1.%2.%3").arg(PJ_MAJOR_VERSION).arg(PJ_MINOR_VERSION).arg(PJ_PATCH_VERSION) |
|
static |