Added Qt Elastic Example into NetworkView code.

works quite well!



git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@392 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
drbob 2008-03-20 23:49:12 +00:00
parent 5c75ee5ead
commit 6451e4ebe2
9 changed files with 959 additions and 155 deletions

View file

@ -78,7 +78,7 @@ p, li { white-space: pre-wrap; }
</spacer>
</item>
<item row="1" column="0" colspan="2" >
<widget class="QGraphicsView" name="graphicsView" />
<widget class="GraphWidget" name="graphicsView" />
</item>
<item row="2" column="0" colspan="2" >
<layout class="QGridLayout" >
@ -131,6 +131,13 @@ p, li { white-space: pre-wrap; }
</item>
</layout>
</widget>
<customwidgets>
<customwidget>
<class>GraphWidget</class>
<extends>QGraphicsView</extends>
<header>gui/elastic/graphwidget.h</header>
</customwidget>
</customwidgets>
<resources/>
<connections/>
</ui>