scope: implemented waveform scope

This commit is contained in:
itsmattkc
2020-04-20 22:58:29 +10:00
parent 9db82ddc2e
commit 6f4bf70d3e
30 changed files with 800 additions and 18 deletions
+3
View File
@@ -50,6 +50,9 @@ int main(int argc, char *argv[]) {
format.setProfile(QSurfaceFormat::CoreProfile);
QSurfaceFormat::setDefaultFormat(format);
// Try to share OpenGL contexts
QApplication::setAttribute(Qt::AA_ShareOpenGLContexts);
// Create application instance
QApplication a(argc, argv);