|
OpenHantek
|
#include <QApplication>#include <QCommandLineParser>#include <QDebug>#include <QLibraryInfo>#include <QLocale>#include <QSurfaceFormat>#include <QTranslator>#include <iostream>#include <libusb-1.0/libusb.h>#include <memory>#include "dsosettings.h"#include "viewsettings.h"#include "viewconstants.h"#include "dsomodel.h"#include "hantekdsocontrol.h"#include "usb/usbdevice.h"#include "post/graphgenerator.h"#include "post/mathchannelgenerator.h"#include "post/postprocessing.h"#include "post/spectrumgenerator.h"#include "exporting/exportcsv.h"#include "exporting/exporterprocessor.h"#include "exporting/exporterregistry.h"#include "exporting/exportimage.h"#include "exporting/exportprint.h"#include "iconfont/QtAwesome.h"#include "mainwindow.h"#include "selectdevice/selectsupporteddevice.h"#include "glscope.h"#include "OH_VERSION.h"Functions | |
| int | main (int argc, char *argv[]) |
| Initialize resources and translations and show the main window. More... | |
| int main | ( | int | argc, |
| char * | argv[] | ||
| ) |
Initialize resources and translations and show the main window.