Display Server Info

This commit is contained in:
Florian Märkl 2019-08-14 19:58:44 +02:00
commit 696cf7823f
No known key found for this signature in database
GPG key ID: 125BC8A5A6A1E857
6 changed files with 58 additions and 24 deletions

View file

@ -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: