Changed main layout
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user