mirror of
https://git.sr.ht/~thestr4ng3r/chiaki
synced 2025-08-20 13:33:13 -07:00
ServerItemWidget Styling
This commit is contained in:
parent
43926a6f3f
commit
a7ff2fef3f
10 changed files with 92 additions and 23 deletions
|
@ -33,7 +33,7 @@ class ServerIconWidget : public QWidget
|
|||
void paintEvent(QPaintEvent *event) override;
|
||||
|
||||
public:
|
||||
explicit ServerIconWidget(QWidget *parent = nullptr) : QWidget(parent) {}
|
||||
explicit ServerIconWidget(QWidget *parent = nullptr);
|
||||
|
||||
void SetState(ChiakiDiscoveryHostState state) { this->state = state; update(); }
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue