added missing file

git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@8587 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
csoler 2015-07-11 21:07:21 +00:00
parent 975b2d8783
commit 2d04a991fb

View File

@ -0,0 +1,118 @@
<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>BwStatsWidget</class>
<widget class="QWidget" name="BwStatsWidget">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>1597</width>
<height>811</height>
</rect>
</property>
<property name="windowTitle">
<string>Form</string>
</property>
<layout class="QVBoxLayout" name="verticalLayout">
<item>
<widget class="BWGraph" name="bwgraph_BW">
<property name="frameShape">
<enum>QFrame::StyledPanel</enum>
</property>
<property name="frameShadow">
<enum>QFrame::Raised</enum>
</property>
</widget>
</item>
<item>
<widget class="QGroupBox" name="informationSelector_GB">
<property name="sizePolicy">
<sizepolicy hsizetype="Preferred" vsizetype="Maximum">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="title">
<string/>
</property>
<layout class="QHBoxLayout" name="horizontalLayout">
<item>
<widget class="QLabel" name="label">
<property name="text">
<string>Friend:</string>
</property>
</widget>
</item>
<item>
<widget class="QComboBox" name="friend_CB"/>
</item>
<item>
<widget class="QLabel" name="label_2">
<property name="text">
<string>Type:</string>
</property>
</widget>
</item>
<item>
<widget class="QComboBox" name="updn_CB">
<item>
<property name="text">
<string>Up</string>
</property>
</item>
<item>
<property name="text">
<string>Down</string>
</property>
</item>
</widget>
</item>
<item>
<widget class="QLabel" name="label_3">
<property name="text">
<string>Service:</string>
</property>
</widget>
</item>
<item>
<widget class="QComboBox" name="service_CB"/>
</item>
<item>
<widget class="QLabel" name="label_4">
<property name="text">
<string>Unit:</string>
</property>
</widget>
</item>
<item>
<widget class="QComboBox" name="unit_CB"/>
</item>
<item>
<spacer name="horizontalSpacer">
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>726</width>
<height>20</height>
</size>
</property>
</spacer>
</item>
</layout>
</widget>
</item>
</layout>
</widget>
<customwidgets>
<customwidget>
<class>BWGraph</class>
<extends>QFrame</extends>
<header>gui/statistics/bwgraph.h</header>
<container>1</container>
</customwidget>
</customwidgets>
<resources/>
<connections/>
</ui>