2010-11-01 10:17:18 -04:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<ui version="4.0">
|
2008-03-04 16:31:11 -05:00
|
|
|
<class>NetworkView</class>
|
2010-11-01 10:17:18 -04:00
|
|
|
<widget class="QWidget" name="NetworkView">
|
|
|
|
<property name="geometry">
|
2008-03-04 16:31:11 -05:00
|
|
|
<rect>
|
|
|
|
<x>0</x>
|
|
|
|
<y>0</y>
|
2010-11-01 10:17:18 -04:00
|
|
|
<width>616</width>
|
|
|
|
<height>499</height>
|
2008-03-04 16:31:11 -05:00
|
|
|
</rect>
|
|
|
|
</property>
|
2010-11-01 10:17:18 -04:00
|
|
|
<property name="windowTitle">
|
2008-03-04 16:31:11 -05:00
|
|
|
<string>Form</string>
|
|
|
|
</property>
|
2010-11-01 10:17:18 -04:00
|
|
|
<layout class="QGridLayout">
|
|
|
|
<property name="horizontalSpacing">
|
2008-03-21 19:31:00 -04:00
|
|
|
<number>6</number>
|
|
|
|
</property>
|
2010-11-01 10:17:18 -04:00
|
|
|
<property name="verticalSpacing">
|
2008-03-21 19:31:00 -04:00
|
|
|
<number>2</number>
|
2008-03-17 16:52:08 -04:00
|
|
|
</property>
|
2010-11-01 10:17:18 -04:00
|
|
|
<property name="margin">
|
|
|
|
<number>0</number>
|
|
|
|
</property>
|
|
|
|
<item row="0" column="0">
|
|
|
|
<widget class="GraphWidget" name="graphicsView">
|
|
|
|
<property name="styleSheet">
|
|
|
|
<string>background-color: qlineargradient(x1:0, y1:0, x2:0, y2:1,stop:0 lightgray, stop:1 darkgray);</string>
|
2008-03-17 16:52:08 -04:00
|
|
|
</property>
|
2008-03-21 19:31:00 -04:00
|
|
|
</widget>
|
2008-03-17 16:52:08 -04:00
|
|
|
</item>
|
2010-11-01 10:17:18 -04:00
|
|
|
<item row="1" column="0">
|
|
|
|
<layout class="QGridLayout">
|
|
|
|
<item row="0" column="0">
|
|
|
|
<widget class="QPushButton" name="refreshButton">
|
|
|
|
<property name="text">
|
2008-03-17 16:52:08 -04:00
|
|
|
<string>Refresh</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2010-11-01 10:17:18 -04:00
|
|
|
<item row="0" column="7">
|
2008-03-17 16:52:08 -04:00
|
|
|
<spacer>
|
2010-11-01 10:17:18 -04:00
|
|
|
<property name="orientation">
|
2008-03-17 16:52:08 -04:00
|
|
|
<enum>Qt::Horizontal</enum>
|
|
|
|
</property>
|
2010-11-01 10:17:18 -04:00
|
|
|
<property name="sizeHint" stdset="0">
|
2008-03-17 16:52:08 -04:00
|
|
|
<size>
|
2008-03-21 19:31:00 -04:00
|
|
|
<width>391</width>
|
|
|
|
<height>23</height>
|
2008-03-17 16:52:08 -04:00
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
</spacer>
|
|
|
|
</item>
|
2010-11-01 10:17:18 -04:00
|
|
|
<item row="0" column="2">
|
|
|
|
<widget class="QComboBox" name="comboBox">
|
|
|
|
<item>
|
|
|
|
<property name="text">
|
|
|
|
<string>Basic</string>
|
|
|
|
</property>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<property name="text">
|
|
|
|
<string>Friends</string>
|
|
|
|
</property>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<property name="text">
|
|
|
|
<string>Extended</string>
|
|
|
|
</property>
|
|
|
|
</item>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="0" column="1">
|
|
|
|
<widget class="QLabel" name="label">
|
|
|
|
<property name="text">
|
|
|
|
<string>Display mode:</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="0" column="4">
|
|
|
|
<widget class="QSpinBox" name="maxFriendLevelSB">
|
|
|
|
<property name="minimum">
|
|
|
|
<number>0</number>
|
2008-03-21 19:31:00 -04:00
|
|
|
</property>
|
2010-11-01 10:17:18 -04:00
|
|
|
<property name="maximum">
|
|
|
|
<number>10</number>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="0" column="3">
|
|
|
|
<widget class="QLabel" name="label_2">
|
|
|
|
<property name="text">
|
|
|
|
<string>Friends level:</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="0" column="6">
|
|
|
|
<widget class="QSpinBox" name="edgeLengthSB">
|
|
|
|
<property name="minimum">
|
|
|
|
<number>10</number>
|
|
|
|
</property>
|
|
|
|
<property name="maximum">
|
|
|
|
<number>200</number>
|
|
|
|
</property>
|
|
|
|
<property name="value">
|
|
|
|
<number>50</number>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="0" column="5">
|
|
|
|
<widget class="QLabel" name="label_3">
|
|
|
|
<property name="text">
|
|
|
|
<string>Edge length:</string>
|
2008-03-21 19:31:00 -04:00
|
|
|
</property>
|
|
|
|
</widget>
|
2008-03-04 16:31:11 -05:00
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</widget>
|
2008-03-20 19:49:12 -04:00
|
|
|
<customwidgets>
|
|
|
|
<customwidget>
|
|
|
|
<class>GraphWidget</class>
|
|
|
|
<extends>QGraphicsView</extends>
|
|
|
|
<header>gui/elastic/graphwidget.h</header>
|
|
|
|
</customwidget>
|
|
|
|
</customwidgets>
|
2008-03-04 16:31:11 -05:00
|
|
|
<resources/>
|
|
|
|
<connections/>
|
|
|
|
</ui>
|