add legeleese
This commit is contained in:
@ -1,3 +1,19 @@
|
||||
/*UVOS*/
|
||||
|
||||
/* This file is part of MAClient copyright © 2021 Carl Philipp Klemm.
|
||||
*
|
||||
* MAClient is free software: you can redistribute it and/or modify
|
||||
* it under the terms of the GNU General Public License (GPL) version
|
||||
* 3 as published by the Free Software Foundation.
|
||||
*
|
||||
* MAClient is distributed in the hope that it will be useful,
|
||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
* GNU General Public License for more details.
|
||||
*
|
||||
* You should have received a copy of the GNU General Public License
|
||||
* along with MAClient. If not, see <http://www.gnu.org/licenses/>.
|
||||
*/
|
||||
#include "camera.h"
|
||||
#include <QRandomGenerator>
|
||||
#include <string>
|
||||
|
16
src/camera.h
16
src/camera.h
@ -1,3 +1,19 @@
|
||||
/*UVOS*/
|
||||
|
||||
/* This file is part of MAClient copyright © 2021 Carl Philipp Klemm.
|
||||
*
|
||||
* MAClient is free software: you can redistribute it and/or modify
|
||||
* it under the terms of the GNU General Public License (GPL) version
|
||||
* 3 as published by the Free Software Foundation.
|
||||
*
|
||||
* MAClient is distributed in the hope that it will be useful,
|
||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
* GNU General Public License for more details.
|
||||
*
|
||||
* You should have received a copy of the GNU General Public License
|
||||
* along with MAClient. If not, see <http://www.gnu.org/licenses/>.
|
||||
*/
|
||||
#ifndef CAMERA_H
|
||||
#define CAMERA_H
|
||||
|
||||
|
@ -1,3 +1,19 @@
|
||||
/*UVOS*/
|
||||
|
||||
/* This file is part of MAClient copyright © 2021 Carl Philipp Klemm.
|
||||
*
|
||||
* MAClient is free software: you can redistribute it and/or modify
|
||||
* it under the terms of the GNU General Public License (GPL) version
|
||||
* 3 as published by the Free Software Foundation.
|
||||
*
|
||||
* MAClient is distributed in the hope that it will be useful,
|
||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
* GNU General Public License for more details.
|
||||
*
|
||||
* You should have received a copy of the GNU General Public License
|
||||
* along with MAClient. If not, see <http://www.gnu.org/licenses/>.
|
||||
*/
|
||||
#include "cameras.h"
|
||||
#include <QRandomGenerator>
|
||||
#include <string>
|
||||
|
@ -1,3 +1,19 @@
|
||||
/*UVOS*/
|
||||
|
||||
/* This file is part of MAClient copyright © 2021 Carl Philipp Klemm.
|
||||
*
|
||||
* MAClient is free software: you can redistribute it and/or modify
|
||||
* it under the terms of the GNU General Public License (GPL) version
|
||||
* 3 as published by the Free Software Foundation.
|
||||
*
|
||||
* MAClient is distributed in the hope that it will be useful,
|
||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
* GNU General Public License for more details.
|
||||
*
|
||||
* You should have received a copy of the GNU General Public License
|
||||
* along with MAClient. If not, see <http://www.gnu.org/licenses/>.
|
||||
*/
|
||||
#ifndef CAMERAS_H
|
||||
#define CAMERAS_H
|
||||
|
||||
|
@ -1,4 +1,20 @@
|
||||
#include "imagepipeline.h"
|
||||
/*UVOS*/
|
||||
|
||||
/* This file is part of MAClient copyright © 2021 Carl Philipp Klemm.
|
||||
*
|
||||
* MAClient is free software: you can redistribute it and/or modify
|
||||
* it under the terms of the GNU General Public License (GPL) version
|
||||
* 3 as published by the Free Software Foundation.
|
||||
*
|
||||
* MAClient is distributed in the hope that it will be useful,
|
||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
* GNU General Public License for more details.
|
||||
*
|
||||
* You should have received a copy of the GNU General Public License
|
||||
* along with MAClient. If not, see <http://www.gnu.org/licenses/>.
|
||||
*/
|
||||
#include "imagepipeline.h"
|
||||
#include <uvosunwrap/unwrap.h>
|
||||
#include <uvosunwrap/normalize.h>
|
||||
#include <uvosunwrap/curve.h>
|
||||
|
@ -1,3 +1,19 @@
|
||||
/*UVOS*/
|
||||
|
||||
/* This file is part of MAClient copyright © 2021 Carl Philipp Klemm.
|
||||
*
|
||||
* MAClient is free software: you can redistribute it and/or modify
|
||||
* it under the terms of the GNU General Public License (GPL) version
|
||||
* 3 as published by the Free Software Foundation.
|
||||
*
|
||||
* MAClient is distributed in the hope that it will be useful,
|
||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
* GNU General Public License for more details.
|
||||
*
|
||||
* You should have received a copy of the GNU General Public License
|
||||
* along with MAClient. If not, see <http://www.gnu.org/licenses/>.
|
||||
*/
|
||||
#ifndef IMAGEPIPELINE_H
|
||||
#define IMAGEPIPELINE_H
|
||||
|
||||
|
16
src/main.cpp
16
src/main.cpp
@ -1,3 +1,19 @@
|
||||
/*UVOS*/
|
||||
|
||||
/* This file is part of MAClient copyright © 2021 Carl Philipp Klemm.
|
||||
*
|
||||
* MAClient is free software: you can redistribute it and/or modify
|
||||
* it under the terms of the GNU General Public License (GPL) version
|
||||
* 3 as published by the Free Software Foundation.
|
||||
*
|
||||
* MAClient is distributed in the hope that it will be useful,
|
||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
* GNU General Public License for more details.
|
||||
*
|
||||
* You should have received a copy of the GNU General Public License
|
||||
* along with MAClient. If not, see <http://www.gnu.org/licenses/>.
|
||||
*/
|
||||
#include <QApplication>
|
||||
#include <uvoscam.h>
|
||||
#include <QSettings>
|
||||
|
@ -1,3 +1,19 @@
|
||||
/*UVOS*/
|
||||
|
||||
/* This file is part of MAClient copyright © 2021 Carl Philipp Klemm.
|
||||
*
|
||||
* MAClient is free software: you can redistribute it and/or modify
|
||||
* it under the terms of the GNU General Public License (GPL) version
|
||||
* 3 as published by the Free Software Foundation.
|
||||
*
|
||||
* MAClient is distributed in the hope that it will be useful,
|
||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
* GNU General Public License for more details.
|
||||
*
|
||||
* You should have received a copy of the GNU General Public License
|
||||
* along with MAClient. If not, see <http://www.gnu.org/licenses/>.
|
||||
*/
|
||||
#include "profile.h"
|
||||
#include <opencv2/imgcodecs.hpp>
|
||||
#include <QStandardPaths>
|
||||
|
@ -1,3 +1,19 @@
|
||||
/*UVOS*/
|
||||
|
||||
/* This file is part of MAClient copyright © 2021 Carl Philipp Klemm.
|
||||
*
|
||||
* MAClient is free software: you can redistribute it and/or modify
|
||||
* it under the terms of the GNU General Public License (GPL) version
|
||||
* 3 as published by the Free Software Foundation.
|
||||
*
|
||||
* MAClient is distributed in the hope that it will be useful,
|
||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
* GNU General Public License for more details.
|
||||
*
|
||||
* You should have received a copy of the GNU General Public License
|
||||
* along with MAClient. If not, see <http://www.gnu.org/licenses/>.
|
||||
*/
|
||||
#ifndef PROFILE_H
|
||||
#define PROFILE_H
|
||||
#include <QSettings>
|
||||
|
@ -1,3 +1,19 @@
|
||||
/*UVOS*/
|
||||
|
||||
/* This file is part of MAClient copyright © 2021 Carl Philipp Klemm.
|
||||
*
|
||||
* MAClient is free software: you can redistribute it and/or modify
|
||||
* it under the terms of the GNU General Public License (GPL) version
|
||||
* 3 as published by the Free Software Foundation.
|
||||
*
|
||||
* MAClient is distributed in the hope that it will be useful,
|
||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
* GNU General Public License for more details.
|
||||
*
|
||||
* You should have received a copy of the GNU General Public License
|
||||
* along with MAClient. If not, see <http://www.gnu.org/licenses/>.
|
||||
*/
|
||||
#include "regessioncalculator.h"
|
||||
#include <stdexcept>
|
||||
#include <math.h>
|
||||
|
@ -1,3 +1,19 @@
|
||||
/*UVOS*/
|
||||
|
||||
/* This file is part of MAClient copyright © 2021 Carl Philipp Klemm.
|
||||
*
|
||||
* MAClient is free software: you can redistribute it and/or modify
|
||||
* it under the terms of the GNU General Public License (GPL) version 3 as published by
|
||||
* the Free Software Foundation.
|
||||
*
|
||||
* MAClient is distributed in the hope that it will be useful,
|
||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
* GNU General Public License for more details.
|
||||
*
|
||||
* You should have received a copy of the GNU General Public License
|
||||
* along with MAClient. If not, see <http://www.gnu.org/licenses/>.
|
||||
*/
|
||||
#ifndef REGESSIONCALCULATOR_H
|
||||
#define REGESSIONCALCULATOR_H
|
||||
|
||||
|
@ -1,3 +1,19 @@
|
||||
/*UVOS*/
|
||||
|
||||
/* This file is part of MAClient copyright © 2021 Carl Philipp Klemm.
|
||||
*
|
||||
* MAClient is free software: you can redistribute it and/or modify
|
||||
* it under the terms of the GNU General Public License (GPL) version
|
||||
* 3 as published by the Free Software Foundation.
|
||||
*
|
||||
* MAClient is distributed in the hope that it will be useful,
|
||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
* GNU General Public License for more details.
|
||||
*
|
||||
* You should have received a copy of the GNU General Public License
|
||||
* along with MAClient. If not, see <http://www.gnu.org/licenses/>.
|
||||
*/
|
||||
#include "aboutdiag.h"
|
||||
#include "ui_aboutdiag.h"
|
||||
#include <QPalette>
|
||||
|
@ -1,3 +1,19 @@
|
||||
/*UVOS*/
|
||||
|
||||
/* This file is part of MAClient copyright © 2021 Carl Philipp Klemm.
|
||||
*
|
||||
* MAClient is free software: you can redistribute it and/or modify
|
||||
* it under the terms of the GNU General Public License (GPL) version
|
||||
* 3 as published by the Free Software Foundation.
|
||||
*
|
||||
* MAClient is distributed in the hope that it will be useful,
|
||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
* GNU General Public License for more details.
|
||||
*
|
||||
* You should have received a copy of the GNU General Public License
|
||||
* along with MAClient. If not, see <http://www.gnu.org/licenses/>.
|
||||
*/
|
||||
#ifndef ABOUTTELSYS_H
|
||||
#define ABOUTTELSYS_H
|
||||
|
||||
|
@ -1,3 +1,19 @@
|
||||
/*UVOS*/
|
||||
|
||||
/* This file is part of MAClient copyright © 2021 Carl Philipp Klemm.
|
||||
*
|
||||
* MAClient is free software: you can redistribute it and/or modify
|
||||
* it under the terms of the GNU General Public License (GPL) version
|
||||
* 3 as published by the Free Software Foundation.
|
||||
*
|
||||
* MAClient is distributed in the hope that it will be useful,
|
||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
* GNU General Public License for more details.
|
||||
*
|
||||
* You should have received a copy of the GNU General Public License
|
||||
* along with MAClient. If not, see <http://www.gnu.org/licenses/>.
|
||||
*/
|
||||
#include "cameradialog.h"
|
||||
#include "ui_cameradialog.h"
|
||||
#include "../cameras.h"
|
||||
|
@ -1,3 +1,19 @@
|
||||
/*UVOS*/
|
||||
|
||||
/* This file is part of MAClient copyright © 2021 Carl Philipp Klemm.
|
||||
*
|
||||
* MAClient is free software: you can redistribute it and/or modify
|
||||
* it under the terms of the GNU General Public License (GPL) version
|
||||
* 3 as published by the Free Software Foundation.
|
||||
*
|
||||
* MAClient is distributed in the hope that it will be useful,
|
||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
* GNU General Public License for more details.
|
||||
*
|
||||
* You should have received a copy of the GNU General Public License
|
||||
* along with MAClient. If not, see <http://www.gnu.org/licenses/>.
|
||||
*/
|
||||
#ifndef CAMERADIALOG_H
|
||||
#define CAMERADIALOG_H
|
||||
|
||||
|
@ -1,3 +1,19 @@
|
||||
/*UVOS*/
|
||||
|
||||
/* This file is part of MAClient copyright © 2021 Carl Philipp Klemm.
|
||||
*
|
||||
* MAClient is free software: you can redistribute it and/or modify
|
||||
* it under the terms of the GNU General Public License (GPL) version
|
||||
* 3 as published by the Free Software Foundation.
|
||||
*
|
||||
* MAClient is distributed in the hope that it will be useful,
|
||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
* GNU General Public License for more details.
|
||||
*
|
||||
* You should have received a copy of the GNU General Public License
|
||||
* along with MAClient. If not, see <http://www.gnu.org/licenses/>.
|
||||
*/
|
||||
#include "cameralistwidget.h"
|
||||
#include <QDebug>
|
||||
#include <QHeaderView>
|
||||
|
@ -1,3 +1,19 @@
|
||||
/*UVOS*/
|
||||
|
||||
/* This file is part of MAClient copyright © 2021 Carl Philipp Klemm.
|
||||
*
|
||||
* MAClient is free software: you can redistribute it and/or modify
|
||||
* it under the terms of the GNU General Public License (GPL) version
|
||||
* 3 as published by the Free Software Foundation.
|
||||
*
|
||||
* MAClient is distributed in the hope that it will be useful,
|
||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
* GNU General Public License for more details.
|
||||
*
|
||||
* You should have received a copy of the GNU General Public License
|
||||
* along with MAClient. If not, see <http://www.gnu.org/licenses/>.
|
||||
*/
|
||||
#ifndef CAMERALISTWIDGET_H
|
||||
#define CAMERALISTWIDGET_H
|
||||
|
||||
|
@ -1,3 +1,19 @@
|
||||
/*UVOS*/
|
||||
|
||||
/* This file is part of MAClient copyright © 2021 Carl Philipp Klemm.
|
||||
*
|
||||
* MAClient is free software: you can redistribute it and/or modify
|
||||
* it under the terms of the GNU General Public License (GPL) version
|
||||
* 3 as published by the Free Software Foundation.
|
||||
*
|
||||
* MAClient is distributed in the hope that it will be useful,
|
||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
* GNU General Public License for more details.
|
||||
*
|
||||
* You should have received a copy of the GNU General Public License
|
||||
* along with MAClient. If not, see <http://www.gnu.org/licenses/>.
|
||||
*/
|
||||
#include "configurecameradialog.h"
|
||||
#include "ui_configurecameradialog.h"
|
||||
|
||||
|
@ -1,3 +1,19 @@
|
||||
/*UVOS*/
|
||||
|
||||
/* This file is part of MAClient copyright © 2021 Carl Philipp Klemm.
|
||||
*
|
||||
* MAClient is free software: you can redistribute it and/or modify
|
||||
* it under the terms of the GNU General Public License (GPL) version
|
||||
* 3 as published by the Free Software Foundation.
|
||||
*
|
||||
* MAClient is distributed in the hope that it will be useful,
|
||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
* GNU General Public License for more details.
|
||||
*
|
||||
* You should have received a copy of the GNU General Public License
|
||||
* along with MAClient. If not, see <http://www.gnu.org/licenses/>.
|
||||
*/
|
||||
#ifndef CONFIGURECAMERADIALOG_H
|
||||
#define CONFIGURECAMERADIALOG_H
|
||||
|
||||
|
@ -1,3 +1,19 @@
|
||||
/*UVOS*/
|
||||
|
||||
/* This file is part of MAClient copyright © 2021 Carl Philipp Klemm.
|
||||
*
|
||||
* MAClient is free software: you can redistribute it and/or modify
|
||||
* it under the terms of the GNU General Public License (GPL) version
|
||||
* 3 as published by the Free Software Foundation.
|
||||
*
|
||||
* MAClient is distributed in the hope that it will be useful,
|
||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
* GNU General Public License for more details.
|
||||
*
|
||||
* You should have received a copy of the GNU General Public License
|
||||
* along with MAClient. If not, see <http://www.gnu.org/licenses/>.
|
||||
*/
|
||||
#include "cvimageviewer.h"
|
||||
#include <QPicture>
|
||||
#include <QDebug>
|
||||
|
@ -1,3 +1,19 @@
|
||||
/*UVOS*/
|
||||
|
||||
/* This file is part of MAClient copyright © 2021 Carl Philipp Klemm.
|
||||
*
|
||||
* MAClient is free software: you can redistribute it and/or modify
|
||||
* it under the terms of the GNU General Public License (GPL) version
|
||||
* 3 as published by the Free Software Foundation.
|
||||
*
|
||||
* MAClient is distributed in the hope that it will be useful,
|
||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
* GNU General Public License for more details.
|
||||
*
|
||||
* You should have received a copy of the GNU General Public License
|
||||
* along with MAClient. If not, see <http://www.gnu.org/licenses/>.
|
||||
*/
|
||||
#ifndef CVIMAGEVIEWER_H
|
||||
#define CVIMAGEVIEWER_H
|
||||
|
||||
|
@ -1,3 +1,19 @@
|
||||
/*UVOS*/
|
||||
|
||||
/* This file is part of MAClient copyright © 2021 Carl Philipp Klemm.
|
||||
*
|
||||
* MAClient is free software: you can redistribute it and/or modify
|
||||
* it under the terms of the GNU General Public License (GPL) version
|
||||
* 3 as published by the Free Software Foundation.
|
||||
*
|
||||
* MAClient is distributed in the hope that it will be useful,
|
||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
* GNU General Public License for more details.
|
||||
*
|
||||
* You should have received a copy of the GNU General Public License
|
||||
* along with MAClient. If not, see <http://www.gnu.org/licenses/>.
|
||||
*/
|
||||
#include "editprofiledialog.h"
|
||||
#include "ui_editprofiledialog.h"
|
||||
#include <uvosled.h>
|
||||
|
@ -1,3 +1,19 @@
|
||||
/*UVOS*/
|
||||
|
||||
/* This file is part of MAClient copyright © 2021 Carl Philipp Klemm.
|
||||
*
|
||||
* MAClient is free software: you can redistribute it and/or modify
|
||||
* it under the terms of the GNU General Public License (GPL) version
|
||||
* 3 as published by the Free Software Foundation.
|
||||
*
|
||||
* MAClient is distributed in the hope that it will be useful,
|
||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
* GNU General Public License for more details.
|
||||
*
|
||||
* You should have received a copy of the GNU General Public License
|
||||
* along with MAClient. If not, see <http://www.gnu.org/licenses/>.
|
||||
*/
|
||||
#ifndef EDDITPROFILEDIALOG_H
|
||||
#define EDDITPROFILEDIALOG_H
|
||||
|
||||
|
@ -1,3 +1,19 @@
|
||||
/*UVOS*/
|
||||
|
||||
/* This file is part of MAClient copyright © 2021 Carl Philipp Klemm.
|
||||
*
|
||||
* MAClient is free software: you can redistribute it and/or modify
|
||||
* it under the terms of the GNU General Public License (GPL) version
|
||||
* 3 as published by the Free Software Foundation.
|
||||
*
|
||||
* MAClient is distributed in the hope that it will be useful,
|
||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
* GNU General Public License for more details.
|
||||
*
|
||||
* You should have received a copy of the GNU General Public License
|
||||
* along with MAClient. If not, see <http://www.gnu.org/licenses/>.
|
||||
*/
|
||||
#include "led.h"
|
||||
#include <QPainter>
|
||||
|
||||
|
16
src/ui/led.h
16
src/ui/led.h
@ -1,3 +1,19 @@
|
||||
/*UVOS*/
|
||||
|
||||
/* This file is part of MAClient copyright © 2021 Carl Philipp Klemm.
|
||||
*
|
||||
* MAClient is free software: you can redistribute it and/or modify
|
||||
* it under the terms of the GNU General Public License (GPL) version
|
||||
* 3 as published by the Free Software Foundation.
|
||||
*
|
||||
* MAClient is distributed in the hope that it will be useful,
|
||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
* GNU General Public License for more details.
|
||||
*
|
||||
* You should have received a copy of the GNU General Public License
|
||||
* along with MAClient. If not, see <http://www.gnu.org/licenses/>.
|
||||
*/
|
||||
#ifndef LED_H
|
||||
#define LED_H
|
||||
|
||||
|
@ -1,3 +1,19 @@
|
||||
/*UVOS*/
|
||||
|
||||
/* This file is part of MAClient copyright © 2021 Carl Philipp Klemm.
|
||||
*
|
||||
* MAClient is free software: you can redistribute it and/or modify
|
||||
* it under the terms of the GNU General Public License (GPL) version
|
||||
* 3 as published by the Free Software Foundation.
|
||||
*
|
||||
* MAClient is distributed in the hope that it will be useful,
|
||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
* GNU General Public License for more details.
|
||||
*
|
||||
* You should have received a copy of the GNU General Public License
|
||||
* along with MAClient. If not, see <http://www.gnu.org/licenses/>.
|
||||
*/
|
||||
#include "mainwindow.h"
|
||||
#include "./ui_mainwindow.h"
|
||||
#include <QDebug>
|
||||
|
@ -1,3 +1,19 @@
|
||||
/*UVOS*/
|
||||
|
||||
/* This file is part of MAClient copyright © 2021 Carl Philipp Klemm.
|
||||
*
|
||||
* MAClient is free software: you can redistribute it and/or modify
|
||||
* it under the terms of the GNU General Public License (GPL) version
|
||||
* 3 as published by the Free Software Foundation.
|
||||
*
|
||||
* MAClient is distributed in the hope that it will be useful,
|
||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
* GNU General Public License for more details.
|
||||
*
|
||||
* You should have received a copy of the GNU General Public License
|
||||
* along with MAClient. If not, see <http://www.gnu.org/licenses/>.
|
||||
*/
|
||||
#ifndef MAINWINDOW_H
|
||||
#define MAINWINDOW_H
|
||||
|
||||
|
@ -1,3 +1,19 @@
|
||||
/*UVOS*/
|
||||
|
||||
/* This file is part of MAClient copyright © 2021 Carl Philipp Klemm.
|
||||
*
|
||||
* MAClient is free software: you can redistribute it and/or modify
|
||||
* it under the terms of the GNU General Public License (GPL) version
|
||||
* 3 as published by the Free Software Foundation.
|
||||
*
|
||||
* MAClient is distributed in the hope that it will be useful,
|
||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
* GNU General Public License for more details.
|
||||
*
|
||||
* You should have received a copy of the GNU General Public License
|
||||
* along with MAClient. If not, see <http://www.gnu.org/licenses/>.
|
||||
*/
|
||||
#include "plot.h"
|
||||
|
||||
#include <QKeySequence>
|
||||
|
@ -1,3 +1,19 @@
|
||||
/*UVOS*/
|
||||
|
||||
/* This file is part of MAClient copyright © 2021 Carl Philipp Klemm.
|
||||
*
|
||||
* MAClient is free software: you can redistribute it and/or modify
|
||||
* it under the terms of the GNU General Public License (GPL) version
|
||||
* 3 as published by the Free Software Foundation.
|
||||
*
|
||||
* MAClient is distributed in the hope that it will be useful,
|
||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
* GNU General Public License for more details.
|
||||
*
|
||||
* You should have received a copy of the GNU General Public License
|
||||
* along with MAClient. If not, see <http://www.gnu.org/licenses/>.
|
||||
*/
|
||||
#ifndef PLOT_H
|
||||
#define PLOT_H
|
||||
|
||||
|
@ -1,3 +1,19 @@
|
||||
/*UVOS*/
|
||||
|
||||
/* This file is part of MAClient copyright © 2021 Carl Philipp Klemm.
|
||||
*
|
||||
* MAClient is free software: you can redistribute it and/or modify
|
||||
* it under the terms of the GNU General Public License (GPL) version
|
||||
* 3 as published by the Free Software Foundation.
|
||||
*
|
||||
* MAClient is distributed in the hope that it will be useful,
|
||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
* GNU General Public License for more details.
|
||||
*
|
||||
* You should have received a copy of the GNU General Public License
|
||||
* along with MAClient. If not, see <http://www.gnu.org/licenses/>.
|
||||
*/
|
||||
#include "profiledialog.h"
|
||||
#include "ui_profiledialog.h"
|
||||
#include "editprofiledialog.h"
|
||||
|
@ -1,3 +1,19 @@
|
||||
/*UVOS*/
|
||||
|
||||
/* This file is part of MAClient copyright © 2021 Carl Philipp Klemm.
|
||||
*
|
||||
* MAClient is free software: you can redistribute it and/or modify
|
||||
* it under the terms of the GNU General Public License (GPL) version
|
||||
* 3 as published by the Free Software Foundation.
|
||||
*
|
||||
* MAClient is distributed in the hope that it will be useful,
|
||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
* GNU General Public License for more details.
|
||||
*
|
||||
* You should have received a copy of the GNU General Public License
|
||||
* along with MAClient. If not, see <http://www.gnu.org/licenses/>.
|
||||
*/
|
||||
#ifndef PROFILEDIALOG_H
|
||||
#define PROFILEDIALOG_H
|
||||
|
||||
|
@ -1,3 +1,19 @@
|
||||
/*UVOS*/
|
||||
|
||||
/* This file is part of MAClient copyright © 2021 Carl Philipp Klemm.
|
||||
*
|
||||
* MAClient is free software: you can redistribute it and/or modify
|
||||
* it under the terms of the GNU General Public License (GPL) version
|
||||
* 3 as published by the Free Software Foundation.
|
||||
*
|
||||
* MAClient is distributed in the hope that it will be useful,
|
||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
* GNU General Public License for more details.
|
||||
*
|
||||
* You should have received a copy of the GNU General Public License
|
||||
* along with MAClient. If not, see <http://www.gnu.org/licenses/>.
|
||||
*/
|
||||
#include "regressiondiag.h"
|
||||
#include "ui_regressiondiag.h"
|
||||
|
||||
|
@ -1,3 +1,19 @@
|
||||
/*UVOS*/
|
||||
|
||||
/* This file is part of MAClient copyright © 2021 Carl Philipp Klemm.
|
||||
*
|
||||
* MAClient is free software: you can redistribute it and/or modify
|
||||
* it under the terms of the GNU General Public License (GPL) version
|
||||
* 3 as published by the Free Software Foundation.
|
||||
*
|
||||
* MAClient is distributed in the hope that it will be useful,
|
||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
* GNU General Public License for more details.
|
||||
*
|
||||
* You should have received a copy of the GNU General Public License
|
||||
* along with MAClient. If not, see <http://www.gnu.org/licenses/>.
|
||||
*/
|
||||
#ifndef REGRESSIONDIAG_H
|
||||
#define REGRESSIONDIAG_H
|
||||
|
||||
|
@ -1,3 +1,19 @@
|
||||
/*UVOS*/
|
||||
|
||||
/* This file is part of MAClient copyright © 2021 Carl Philipp Klemm.
|
||||
*
|
||||
* MAClient is free software: you can redistribute it and/or modify
|
||||
* it under the terms of the GNU General Public License (GPL) version
|
||||
* 3 as published by the Free Software Foundation.
|
||||
*
|
||||
* MAClient is distributed in the hope that it will be useful,
|
||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
* GNU General Public License for more details.
|
||||
*
|
||||
* You should have received a copy of the GNU General Public License
|
||||
* along with MAClient. If not, see <http://www.gnu.org/licenses/>.
|
||||
*/
|
||||
#include "statisticsdialog.h"
|
||||
#include "ui_statisticsdialog.h"
|
||||
|
||||
|
@ -1,3 +1,19 @@
|
||||
/*UVOS*/
|
||||
|
||||
/* This file is part of MAClient copyright © 2021 Carl Philipp Klemm.
|
||||
*
|
||||
* MAClient is free software: you can redistribute it and/or modify
|
||||
* it under the terms of the GNU General Public License (GPL) version
|
||||
* 3 as published by the Free Software Foundation.
|
||||
*
|
||||
* MAClient is distributed in the hope that it will be useful,
|
||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
* GNU General Public License for more details.
|
||||
*
|
||||
* You should have received a copy of the GNU General Public License
|
||||
* along with MAClient. If not, see <http://www.gnu.org/licenses/>.
|
||||
*/
|
||||
#ifndef STATISTICSDIALOG_H
|
||||
#define STATISTICSDIALOG_H
|
||||
|
||||
|
@ -1,3 +1,19 @@
|
||||
/*UVOS*/
|
||||
|
||||
/* This file is part of MAClient copyright © 2021 Carl Philipp Klemm.
|
||||
*
|
||||
* MAClient is free software: you can redistribute it and/or modify
|
||||
* it under the terms of the GNU General Public License (GPL) version
|
||||
* 3 as published by the Free Software Foundation.
|
||||
*
|
||||
* MAClient is distributed in the hope that it will be useful,
|
||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
* GNU General Public License for more details.
|
||||
*
|
||||
* You should have received a copy of the GNU General Public License
|
||||
* along with MAClient. If not, see <http://www.gnu.org/licenses/>.
|
||||
*/
|
||||
#include "utilites.h"
|
||||
|
||||
#include <vector>
|
||||
|
@ -1,3 +1,19 @@
|
||||
/*UVOS*/
|
||||
|
||||
/* This file is part of MAClient copyright © 2021 Carl Philipp Klemm.
|
||||
*
|
||||
* MAClient is free software: you can redistribute it and/or modify
|
||||
* it under the terms of the GNU General Public License (GPL) version
|
||||
* 3 as published by the Free Software Foundation.
|
||||
*
|
||||
* MAClient is distributed in the hope that it will be useful,
|
||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
* GNU General Public License for more details.
|
||||
*
|
||||
* You should have received a copy of the GNU General Public License
|
||||
* along with MAClient. If not, see <http://www.gnu.org/licenses/>.
|
||||
*/
|
||||
#ifndef UTILITYS_H
|
||||
#define UTILITYS_H
|
||||
|
||||
|
Reference in New Issue
Block a user