#include "mainwindow.h"
#include <iostream>
#include <QApplication>
#include <QSplashScreen>
#include <QThread>
#include <QCommandLineParser>
#include <QDesktopWidget>
#include <QFontDatabase>
#include <QSettings>
Go to the source code of this file.
Functions | |
QString | getFunnySubtitle () |
int | main (int argc, char *argv[]) |
QString getFunnySubtitle | ( | ) |
Definition at line 11 of file plotter_gui/main.cpp.
int main | ( | int | argc, |
char * | argv[] | ||
) |
Definition at line 50 of file plotter_gui/main.cpp.