mirror of
https://github.com/RetroShare/RetroShare.git
synced 2024-12-19 21:04:32 -05:00
fixed NetworkView lets get refresh the graph at rs start too
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@1210 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
281f4b95f3
commit
7c36f41a45
@ -42,12 +42,14 @@ NetworkView::NetworkView(QWidget *parent)
|
|||||||
|
|
||||||
/* add button */
|
/* add button */
|
||||||
connect( ui.refreshButton, SIGNAL( clicked( void ) ), this, SLOT( insertPeers( void ) ) );
|
connect( ui.refreshButton, SIGNAL( clicked( void ) ), this, SLOT( insertPeers( void ) ) );
|
||||||
//connect( mScene, SIGNAL( changed ( const QList<QRectF> & ) ), this, SLOT ( changedScene( void ) ) );
|
//connect( mScene, SIGNAL( changed ( const QList<QRectF> & ) ), this, SLOT ( changedScene( void ) ) );
|
||||||
|
|
||||||
/* Hide Settings frame */
|
/* Hide Settings frame */
|
||||||
shownwSettingsFrame(false);
|
shownwSettingsFrame(false);
|
||||||
connect( ui.nviewsettingsButton, SIGNAL(toggled(bool)), this, SLOT(shownwSettingsFrame(bool)));
|
connect( ui.nviewsettingsButton, SIGNAL(toggled(bool)), this, SLOT(shownwSettingsFrame(bool)));
|
||||||
|
|
||||||
|
insertPeers();
|
||||||
|
|
||||||
|
|
||||||
/* hide the Tree +/- */
|
/* hide the Tree +/- */
|
||||||
// ui.linkTreeWidget -> setRootIsDecorated( false );
|
// ui.linkTreeWidget -> setRootIsDecorated( false );
|
||||||
|
Loading…
Reference in New Issue
Block a user