Signals and slots prepared to update content, received from UDP packet
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user