re-organize folder structure

This commit is contained in:
Maik Jurischka
2025-12-19 13:04:26 +01:00
parent 01ef031fcd
commit 34ed5b2216
20 changed files with 22 additions and 15 deletions

18
include/aboutwidget.h Normal file
View File

@@ -0,0 +1,18 @@
#ifndef ABOUTWIDGET_H
#define ABOUTWIDGET_H
#include <QWidget>
#include <QLabel>
class AboutWidget : public QWidget
{
Q_OBJECT
public:
explicit AboutWidget(QWidget *parent = nullptr);
private:
void setupUI();
};
#endif // ABOUTWIDGET_H