2008-03-04 16:31:11 -05:00
|
|
|
<ui version="4.0" >
|
|
|
|
<class>NetworkView</class>
|
|
|
|
<widget class="QWidget" name="NetworkView" >
|
|
|
|
<property name="geometry" >
|
|
|
|
<rect>
|
|
|
|
<x>0</x>
|
|
|
|
<y>0</y>
|
2008-03-17 16:52:08 -04:00
|
|
|
<width>603</width>
|
|
|
|
<height>418</height>
|
2008-03-04 16:31:11 -05:00
|
|
|
</rect>
|
|
|
|
</property>
|
|
|
|
<property name="windowTitle" >
|
|
|
|
<string>Form</string>
|
|
|
|
</property>
|
|
|
|
<layout class="QGridLayout" >
|
2008-03-17 16:52:08 -04:00
|
|
|
<property name="leftMargin" >
|
|
|
|
<number>0</number>
|
|
|
|
</property>
|
|
|
|
<property name="topMargin" >
|
|
|
|
<number>0</number>
|
|
|
|
</property>
|
|
|
|
<property name="rightMargin" >
|
|
|
|
<number>0</number>
|
|
|
|
</property>
|
|
|
|
<property name="bottomMargin" >
|
|
|
|
<number>0</number>
|
|
|
|
</property>
|
|
|
|
<property name="verticalSpacing" >
|
|
|
|
<number>0</number>
|
|
|
|
</property>
|
2008-03-04 16:31:11 -05:00
|
|
|
<item row="0" column="0" >
|
2008-03-17 16:52:08 -04:00
|
|
|
<layout class="QGridLayout" >
|
|
|
|
<item row="0" column="0" >
|
|
|
|
<widget class="QLabel" name="networkviewiconlabel" >
|
|
|
|
<property name="minimumSize" >
|
|
|
|
<size>
|
|
|
|
<width>20</width>
|
|
|
|
<height>16</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
<property name="text" >
|
|
|
|
<string/>
|
|
|
|
</property>
|
|
|
|
<property name="pixmap" >
|
|
|
|
<pixmap resource="images.qrc" >:/images/network16.png</pixmap>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="0" column="1" >
|
|
|
|
<widget class="QLabel" name="label_2" >
|
|
|
|
<property name="font" >
|
|
|
|
<font>
|
|
|
|
<weight>50</weight>
|
|
|
|
<bold>false</bold>
|
|
|
|
</font>
|
|
|
|
</property>
|
|
|
|
<property name="text" >
|
|
|
|
<string><html><head><meta name="qrichtext" content="1" /><style type="text/css">
|
|
|
|
p, li { white-space: pre-wrap; }
|
|
|
|
</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;">
|
|
|
|
<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-size:8pt;"><span style=" font-size:9pt; font-weight:600;">Network View</span></p></body></html></string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</item>
|
|
|
|
<item row="0" column="1" >
|
|
|
|
<spacer>
|
|
|
|
<property name="orientation" >
|
|
|
|
<enum>Qt::Horizontal</enum>
|
|
|
|
</property>
|
|
|
|
<property name="sizeHint" >
|
|
|
|
<size>
|
|
|
|
<width>311</width>
|
|
|
|
<height>20</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
</spacer>
|
|
|
|
</item>
|
|
|
|
<item row="1" column="0" colspan="2" >
|
2008-03-20 19:49:12 -04:00
|
|
|
<widget class="GraphWidget" name="graphicsView" />
|
2008-03-17 16:52:08 -04:00
|
|
|
</item>
|
|
|
|
<item row="2" column="0" colspan="2" >
|
|
|
|
<layout class="QGridLayout" >
|
|
|
|
<item row="0" column="0" >
|
|
|
|
<widget class="QPushButton" name="refreshButton" >
|
|
|
|
<property name="text" >
|
|
|
|
<string>Refresh</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="0" column="1" >
|
|
|
|
<spacer>
|
|
|
|
<property name="orientation" >
|
|
|
|
<enum>Qt::Horizontal</enum>
|
|
|
|
</property>
|
|
|
|
<property name="sizeHint" >
|
|
|
|
<size>
|
|
|
|
<width>31</width>
|
|
|
|
<height>20</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
</spacer>
|
|
|
|
</item>
|
|
|
|
<item row="0" column="2" >
|
|
|
|
<layout class="QGridLayout" >
|
|
|
|
<item row="0" column="0" >
|
|
|
|
<widget class="QCheckBox" name="fofCheckBox" >
|
2008-03-04 16:31:11 -05:00
|
|
|
<property name="text" >
|
2008-03-17 16:52:08 -04:00
|
|
|
<string>Show Friends of Friends</string>
|
2008-03-04 16:31:11 -05:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2008-03-17 16:52:08 -04:00
|
|
|
<item row="0" column="1" >
|
|
|
|
<widget class="QCheckBox" name="checkBox" >
|
|
|
|
<property name="text" >
|
|
|
|
<string>Connect Signature</string>
|
2008-03-04 16:31:11 -05:00
|
|
|
</property>
|
2008-03-17 16:52:08 -04:00
|
|
|
</widget>
|
2008-03-04 16:31:11 -05:00
|
|
|
</item>
|
2008-03-17 16:52:08 -04:00
|
|
|
<item row="0" column="2" >
|
|
|
|
<widget class="QCheckBox" name="checkBox_2" >
|
|
|
|
<property name="text" >
|
|
|
|
<string>Draw Friend Connections</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
2008-03-04 16:31:11 -05:00
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</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>
|