mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-04 23:25:32 -04:00
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:
parent
5c75ee5ead
commit
6451e4ebe2
9 changed files with 959 additions and 155 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue