Added smiles.
This commit is contained in:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user