mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-08-24 13:59:29 -04:00
cleaned the network graph a little bit. Removed text, updated bounding boxes, removed background
This commit is contained in:
parent
b3625448e9
commit
c428739abd
4 changed files with 75 additions and 57 deletions
|
@ -43,7 +43,7 @@ NetworkView::NetworkView(QWidget *parent)
|
|||
|
||||
mScene = new QGraphicsScene();
|
||||
mScene->setItemIndexMethod(QGraphicsScene::NoIndex);
|
||||
mScene->setSceneRect(-200, -200, 1200, 1200);
|
||||
mScene->setSceneRect(0, 0, ui.graphicsView->width(), ui.graphicsView->height());
|
||||
|
||||
ui.graphicsView->setScene(mScene);
|
||||
ui.graphicsView->setEdgeLength(ui.edgeLengthSB->value()) ;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue