Changed main layout

This commit is contained in:
2025-12-31 13:38:46 +01:00
parent b6764e7a12
commit c7a246e56d
9 changed files with 69 additions and 52 deletions

View File

@@ -49,6 +49,8 @@ public:
BCMainWindow(QWidget *parent = nullptr);
virtual ~BCMainWindow();
void setHeaderLabel( const QString& headerText);
public slots:
//void onValueListReady( BCDevice::ID deviceID );
@@ -59,7 +61,6 @@ public slots:
// Slots für Rückmeldungen vom Runner
void onValueUpdated( BCDevice::ID deviceID, int index, BC::State state, const QString& newValue="" );
void onRunnerMessage(const QString &msg);
void onSyncFromDevice();
signals:
@@ -84,6 +85,9 @@ protected:
QThread _worker;
BCTransmitter _transmitter;
static constexpr const char* BCKeyHeaderLabel = "BCHeaderLabel";
};
#endif // BCMAINWINDOW_H