|
OpenHantek
|
#include <QApplication>#include <QCommandLineParser>#include <QDebug>#include <QElapsedTimer>#include <QLibraryInfo>#include <QLocale>#include <QStyleFactory>#include <QSurfaceFormat>#include <QTranslator>#include <iostream>#include <libusb-1.0/libusb.h>#include <math.h>#include <memory>#include "dsosettings.h"#include "viewsettings.h"#include "capturing.h"#include "dsomodel.h"#include "hantekdsocontrol.h"#include "usb/scopedevice.h"#include "post/graphgenerator.h"#include "post/postprocessing.h"#include "post/spectrumgenerator.h"#include "exporting/exportcsv.h"#include "exporting/exporterprocessor.h"#include "exporting/exporterregistry.h"#include "exporting/exportjson.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. | |
Variables | |
| int | verboseLevel = 0 |
| int main | ( | int | argc, |
| char * | argv[] ) |
Initialize resources and translations and show the main window.
| int verboseLevel = 0 |