Added gui widgets as own classes, part I

This commit is contained in:
2026-01-10 14:39:43 +01:00
parent 9f0382965f
commit dc3669f513
6 changed files with 167 additions and 130 deletions

View File

@@ -29,15 +29,16 @@
***************************************************************************/
#include <QFile>
#include <QTimer>
#include <QMessageBox>
#include "qassert.h"
#include <bcthemeswitchbutton.h>
#include <bcdriverstatewidget.h>
#include <bcmainwindow.h>
#include <bcanimateddelegate.h>
#include <ui_bcmainwindow.h>
#include <bcguihelpers.h>
/**
* @brief Das Mainwindow erzeugen