diff options
Diffstat (limited to 'plugins/stats/statsconwgt.ui')
-rw-r--r-- | plugins/stats/statsconwgt.ui | 48 |
1 files changed, 48 insertions, 0 deletions
diff --git a/plugins/stats/statsconwgt.ui b/plugins/stats/statsconwgt.ui new file mode 100644 index 0000000..07753dc --- /dev/null +++ b/plugins/stats/statsconwgt.ui @@ -0,0 +1,48 @@ +<!DOCTYPE UI><UI version="3.3" stdsetdef="1"> +<class>StatsConWgt</class> +<widget class="QWidget"> + <property name="name"> + <cstring>StatsConWgt</cstring> + </property> + <property name="geometry"> + <rect> + <x>0</x> + <y>0</y> + <width>600</width> + <height>480</height> + </rect> + </property> + <grid> + <property name="name"> + <cstring>unnamed</cstring> + </property> + <widget class="QLayoutWidget" row="0" column="0"> + <property name="name"> + <cstring>layout3</cstring> + </property> + <hbox> + <property name="name"> + <cstring>unnamed</cstring> + </property> + <widget class="QGroupBox"> + <property name="name"> + <cstring>PeersConGbw</cstring> + </property> + <property name="title"> + <string>Peers</string> + </property> + </widget> + <widget class="QGroupBox"> + <property name="name"> + <cstring>DHTGbw</cstring> + </property> + <property name="title"> + <string>DHT</string> + </property> + </widget> + </hbox> + </widget> + </grid> +</widget> +<layoutdefaults spacing="6" margin="11"/> +</UI> |