Added smiles.

This commit is contained in:
2026-01-10 16:38:52 +01:00
parent cb553cf928
commit aa4b2a1b84
27 changed files with 302 additions and 21 deletions

View File

@@ -39,6 +39,7 @@
#include <ui_bcmainwindow.h>
#include <bcxmlloader.h>
#include <bctransmitter.h>
#include <bcdelightpmwidget.h>
class BCDeviceView;
@@ -65,6 +66,7 @@ public slots:
void onSyncDeviceView();
void onShowMessage( const QString& message, int timeOut=3000);
void onStartAnimation();
signals:
@@ -86,11 +88,11 @@ protected:
// und dem Device, das sie darstellen.
using BCDeviceViews = QHash<BCDevice::ID, BCDeviceView*>;
BCDeviceViews _devicePanels;
BCDeviceView* _currentPanel{};
QThread _worker;
BCTransmitter _transmitter;
BCDeviceViews _devicePanels;
BCDeviceView* _currentPanel{};
BCDelightPMWidget* _delightWidget{};
QThread _worker;
BCTransmitter _transmitter;
static constexpr const char* cBCKeyHeaderLabel = "BCHeaderLabel";
static constexpr const char* cDarkModeStyle = ":bc_dark.qss";