mirror of
https://git.sr.ht/~thestr4ng3r/chiaki
synced 2025-08-20 05:23:12 -07:00
Add ServerIconWidget
This commit is contained in:
parent
70b2b3f009
commit
43926a6f3f
5 changed files with 101 additions and 1 deletions
|
@ -20,6 +20,8 @@
|
|||
|
||||
#include <QWidget>
|
||||
|
||||
class ServerIconWidget;
|
||||
|
||||
class ServerItemWidget : public QWidget
|
||||
{
|
||||
Q_OBJECT
|
||||
|
@ -27,6 +29,8 @@ class ServerItemWidget : public QWidget
|
|||
private:
|
||||
bool selected;
|
||||
|
||||
ServerIconWidget *icon_widget;
|
||||
|
||||
protected:
|
||||
void mousePressEvent(QMouseEvent *event) override;
|
||||
void mouseDoubleClickEvent(QMouseEvent *event) override;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue