Signals and slots prepared to update content, received from UDP packet

This commit is contained in:
Ollo
2023-08-15 14:38:39 +02:00
parent 3a71ee786e
commit 536779910e
4 changed files with 55 additions and 11 deletions

View File

@@ -22,6 +22,10 @@ public:
MainWindow(QWidget *parent = nullptr);
~MainWindow();
public slots:
void setLED(uint8_t x, uint8_t y);
void updatePanel(void);
private:
Ui::MainWindow *ui;
UdpLedServer *server;