2009-08-17 03:00:34 -04:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<ui version="4.0">
|
|
|
|
<class>TurtleRouterDialogForm</class>
|
|
|
|
<widget class="QWidget" name="TurtleRouterDialogForm">
|
|
|
|
<property name="geometry">
|
|
|
|
<rect>
|
|
|
|
<x>0</x>
|
|
|
|
<y>0</y>
|
2010-02-14 04:06:37 -05:00
|
|
|
<width>865</width>
|
|
|
|
<height>553</height>
|
2009-08-17 03:00:34 -04:00
|
|
|
</rect>
|
|
|
|
</property>
|
|
|
|
<property name="windowTitle">
|
2009-09-11 13:14:05 -04:00
|
|
|
<string>Router Statistics</string>
|
|
|
|
</property>
|
|
|
|
<property name="windowIcon">
|
|
|
|
<iconset resource="images.qrc">
|
|
|
|
<normaloff>:/images/rstray3.png</normaloff>:/images/rstray3.png</iconset>
|
2009-08-17 03:00:34 -04:00
|
|
|
</property>
|
2010-02-14 04:06:37 -05:00
|
|
|
<layout class="QVBoxLayout" name="verticalLayout">
|
2009-08-17 03:00:34 -04:00
|
|
|
<item>
|
2010-02-20 17:51:24 -05:00
|
|
|
<widget class="QTreeWidget" name="_f2f_TW">
|
|
|
|
<property name="headerHidden">
|
2010-02-14 04:06:37 -05:00
|
|
|
<bool>true</bool>
|
2010-02-20 17:51:24 -05:00
|
|
|
</property>
|
2010-02-14 04:06:37 -05:00
|
|
|
<column>
|
|
|
|
<property name="text">
|
2010-02-20 17:51:24 -05:00
|
|
|
<string>F2F router information</string>
|
2010-02-14 04:06:37 -05:00
|
|
|
</property>
|
|
|
|
</column>
|
2009-08-17 03:00:34 -04:00
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</widget>
|
2009-09-11 13:14:05 -04:00
|
|
|
<resources>
|
|
|
|
<include location="images.qrc"/>
|
|
|
|
</resources>
|
2009-08-17 03:00:34 -04:00
|
|
|
<connections/>
|
|
|
|
</ui>
|