This commit is contained in:
RetroPooh 2018-04-07 17:23:35 +03:00
parent e69d1b894a
commit 7db4c0d3c3
2 changed files with 2 additions and 6 deletions

View File

@ -59,7 +59,7 @@ NetworkView::NetworkView(QWidget *parent)
connect( ui.edgeLengthSB, SIGNAL(valueChanged(int)), this, SLOT(setEdgeLength(int)));
connect( ui.freezeCheckBox, SIGNAL(toggled(bool)), this, SLOT(setFreezeState(bool)));
connect( ui.nameBox, SIGNAL(textChanged(QString)), this, SLOT(setNameSearch(QString)));
_should_update = true ;
hideoffline = false;
}
@ -78,7 +78,6 @@ void NetworkView::setNameSearch(QString s)
{
ui.graphicsView->setNameSearch(s);
}
void NetworkView::setMaxFriendLevel(int m)
{
ui.graphicsView->snapshotNodesPositions() ;
@ -100,7 +99,6 @@ void NetworkView::setMaxFriendLevel(int m)
}
updateDisplay() ;
}
void NetworkView::redraw()
{
ui.graphicsView->clearNodesPositions() ;
@ -182,9 +180,7 @@ void NetworkView::updateDisplay()
RsPeerDetails detail ;
if(!rsPeers->getGPGDetails(info.gpg_id, detail))
{
continue ;
}
bool gpg_connected = false;
std::list<RsPeerId> sslContacts;

View File

@ -6,7 +6,7 @@
<rect>
<x>0</x>
<y>0</y>
<width>631</width>
<width>616</width>
<height>499</height>
</rect>
</property>