Tuned the matrix to show sub-networks

git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@851 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
csoler 2008-11-29 17:55:13 +00:00
parent 02583ad232
commit 84e12fd1e7
3 changed files with 67 additions and 18 deletions

View file

@ -16,6 +16,7 @@ class TrustView: public QWidget, public Ui::TrustView
void update() ;
void updateZoom(int) ;
void selectCell(int,int) ;
void hideShowPeers(int) ;
private:
void getCellSize(int z,int& cell_width,int& cell_height) const ;