mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-05 23:55:35 -04:00
fixed force calculation in elastic model. Still need to figure out what connexions we show
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@3690 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
b7b8cfe860
commit
c4b5f41446
9 changed files with 941 additions and 1014 deletions
|
@ -34,6 +34,7 @@
|
|||
#include "common/RSTreeWidgetItem.h"
|
||||
#include "NetworkDialog.h"
|
||||
#include "TrustView.h"
|
||||
#include "NetworkView.h"
|
||||
#include "GenCertDialog.h"
|
||||
#include "connect/ConfCertDialog.h"
|
||||
#include "settings/rsharesettings.h"
|
||||
|
@ -144,8 +145,8 @@ NetworkDialog::NetworkDialog(QWidget *parent)
|
|||
ui.connecttreeWidget->sortItems( 1, Qt::AscendingOrder );
|
||||
ui.unvalidGPGkeyWidget->sortItems( 1, Qt::AscendingOrder );
|
||||
|
||||
//ui.networkTab->addTab(new NetworkView(),QString(tr("Network View")));
|
||||
ui.networkTab->addTab(new TrustView(),QString(tr("Authentication matrix")));
|
||||
ui.networkTab->addTab(new NetworkView(),QString(tr("Network View")));
|
||||
|
||||
QString version = "-";
|
||||
std::map<std::string, std::string>::iterator vit;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue