feat: socket padding, fix floating edge start pos

This commit is contained in:
parker
2025-06-21 01:25:47 +01:00
parent 1cfcb0e429
commit b10f9322b2
4 changed files with 6 additions and 4 deletions

View File

@@ -10,7 +10,7 @@ class Network
{
public:
Network(QWidget* parent = nullptr);
void socketClicked(SocketGraphic* socket);
void socketClicked(SocketGraphic* socket, QMouseEvent *event);
void mouseMoved(QMouseEvent *event);
private:
QLayout* mainLayout_;