mirror of
https://git.sr.ht/~thestr4ng3r/chiaki
synced 2025-08-14 18:57:07 -07:00
Display Server Info
This commit is contained in:
parent
446ddd0071
commit
696cf7823f
6 changed files with 58 additions and 24 deletions
|
@ -20,6 +20,8 @@
|
|||
|
||||
#include <QFrame>
|
||||
|
||||
class QLabel;
|
||||
|
||||
class ServerIconWidget;
|
||||
class DisplayServer;
|
||||
|
||||
|
@ -30,6 +32,8 @@ class ServerItemWidget : public QFrame
|
|||
private:
|
||||
bool selected;
|
||||
|
||||
QLabel *top_label;
|
||||
QLabel *bottom_label;
|
||||
ServerIconWidget *icon_widget;
|
||||
|
||||
protected:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue