fix: splitter ratio

This commit is contained in:
parker
2025-06-25 14:27:00 +01:00
parent 1b51d5ba20
commit 72ca5008b2
8 changed files with 47 additions and 7 deletions

View File

@@ -18,6 +18,8 @@ public:
Network(QWidget* parent = nullptr);
void socketClicked(SocketGraphic* socket, QMouseEvent *event);
void mouseMoved(QMouseEvent *event);
QSize sizeHint() const override { return QSize(-1, -1); }
private:
QLayout* mainLayout_;
NetworkGraphicsScene* scene_;