add about and license

This commit is contained in:
Maik Jurischka
2025-12-19 09:50:35 +01:00
parent 705519ec39
commit 01ef031fcd
12 changed files with 204 additions and 2 deletions

View File

@@ -6,6 +6,7 @@
#include "gstreamerpipelinewidget.h"
#include "cameracontrolwidget.h"
#include "videoviewerwidget.h"
#include "aboutwidget.h"
QT_BEGIN_NAMESPACE
namespace Ui {
@@ -29,5 +30,6 @@ private:
GStreamerPipelineWidget* m_pipelineWidget;
CameraControlWidget* m_cameraWidget;
VideoViewerWidget* m_videoWidget;
AboutWidget* m_aboutWidget;
};
#endif // MAINWINDOW_H