1<?xml version="1.0" encoding="UTF-8"?>
2<ui version="4.0">
3 <class>StatsDialog</class>
4 <widget class="QDialog" name="StatsDialog">
5  <property name="geometry">
6   <rect>
7    <x>0</x>
8    <y>0</y>
9    <width>286</width>
10    <height>401</height>
11   </rect>
12  </property>
13  <property name="windowTitle">
14   <string>Statistics</string>
15  </property>
16  <layout class="QVBoxLayout" name="verticalLayout">
17   <item>
18    <widget class="QGroupBox" name="groupUser">
19     <property name="title">
20      <string>User statistics</string>
21     </property>
22     <layout class="QGridLayout" name="gridLayout_2">
23      <item row="3" column="1" alignment="Qt::AlignRight">
24       <widget class="QLabel" name="labelWaste">
25        <property name="text">
26         <string notr="true">TextLabel</string>
27        </property>
28       </widget>
29      </item>
30      <item row="4" column="0">
31       <widget class="QLabel" name="labelPeersText">
32        <property name="text">
33         <string>Connected peers:</string>
34        </property>
35       </widget>
36      </item>
37      <item row="2" column="0">
38       <widget class="QLabel" name="labelGlobalRatioText">
39        <property name="text">
40         <string>All-time share ratio:</string>
41        </property>
42       </widget>
43      </item>
44      <item row="4" column="1" alignment="Qt::AlignRight">
45       <widget class="QLabel" name="labelPeers">
46        <property name="text">
47         <string notr="true">TextLabel</string>
48        </property>
49       </widget>
50      </item>
51      <item row="1" column="0">
52       <widget class="QLabel" name="labelAlltimeDLText">
53        <property name="text">
54         <string>All-time download:</string>
55        </property>
56       </widget>
57      </item>
58      <item row="1" column="1" alignment="Qt::AlignRight">
59       <widget class="QLabel" name="labelAlltimeDL">
60        <property name="text">
61         <string notr="true">TextLabel</string>
62        </property>
63       </widget>
64      </item>
65      <item row="2" column="1" alignment="Qt::AlignRight">
66       <widget class="QLabel" name="labelGlobalRatio">
67        <property name="text">
68         <string notr="true">TextLabel</string>
69        </property>
70       </widget>
71      </item>
72      <item row="3" column="0">
73       <widget class="QLabel" name="labelWasteText">
74        <property name="text">
75         <string>Session waste:</string>
76        </property>
77       </widget>
78      </item>
79      <item row="0" column="0">
80       <widget class="QLabel" name="labelAlltimeULText">
81        <property name="text">
82         <string>All-time upload:</string>
83        </property>
84       </widget>
85      </item>
86      <item row="0" column="1" alignment="Qt::AlignRight">
87       <widget class="QLabel" name="labelAlltimeUL">
88        <property name="text">
89         <string notr="true">TextLabel</string>
90        </property>
91       </widget>
92      </item>
93     </layout>
94    </widget>
95   </item>
96   <item>
97    <widget class="QGroupBox" name="groupCache">
98     <property name="title">
99      <string>Cache statistics</string>
100     </property>
101     <layout class="QGridLayout" name="gridLayout">
102      <item row="0" column="0">
103       <widget class="QLabel" name="labelCacheHitsText">
104        <property name="text">
105         <string>Read cache hits:</string>
106        </property>
107       </widget>
108      </item>
109      <item row="0" column="1" alignment="Qt::AlignRight">
110       <widget class="QLabel" name="labelCacheHits">
111        <property name="text">
112         <string notr="true">TextLabel</string>
113        </property>
114       </widget>
115      </item>
116      <item row="1" column="1" alignment="Qt::AlignRight">
117       <widget class="QLabel" name="labelTotalBuf">
118        <property name="text">
119         <string notr="true">TextLabel</string>
120        </property>
121       </widget>
122      </item>
123      <item row="1" column="0">
124       <widget class="QLabel" name="labelTotalBufText">
125        <property name="text">
126         <string>Total buffer size:</string>
127        </property>
128       </widget>
129      </item>
130     </layout>
131    </widget>
132   </item>
133   <item>
134    <widget class="QGroupBox" name="groupPerf">
135     <property name="title">
136      <string>Performance statistics</string>
137     </property>
138     <layout class="QGridLayout" name="gridLayout_3">
139      <item row="3" column="1" alignment="Qt::AlignRight">
140       <widget class="QLabel" name="labelJobsTime">
141        <property name="text">
142         <string notr="true">TextLabel</string>
143        </property>
144       </widget>
145      </item>
146      <item row="2" column="1" alignment="Qt::AlignRight">
147       <widget class="QLabel" name="labelQueuedJobs">
148        <property name="text">
149         <string notr="true">TextLabel</string>
150        </property>
151       </widget>
152      </item>
153      <item row="0" column="1" alignment="Qt::AlignRight">
154       <widget class="QLabel" name="labelWriteStarve">
155        <property name="text">
156         <string notr="true">TextLabel</string>
157        </property>
158       </widget>
159      </item>
160      <item row="1" column="1" alignment="Qt::AlignRight">
161       <widget class="QLabel" name="labelReadStarve">
162        <property name="text">
163         <string notr="true">TextLabel</string>
164        </property>
165       </widget>
166      </item>
167      <item row="2" column="0">
168       <widget class="QLabel" name="labelQueuedJobsText">
169        <property name="text">
170         <string>Queued I/O jobs:</string>
171        </property>
172       </widget>
173      </item>
174      <item row="0" column="0">
175       <widget class="QLabel" name="labelWriteStarveText">
176        <property name="text">
177         <string>Write cache overload:</string>
178        </property>
179       </widget>
180      </item>
181      <item row="3" column="0">
182       <widget class="QLabel" name="labelJobsTimeText">
183        <property name="text">
184         <string>Average time in queue:</string>
185        </property>
186       </widget>
187      </item>
188      <item row="1" column="0">
189       <widget class="QLabel" name="labelReadStarveText">
190        <property name="text">
191         <string>Read cache overload:</string>
192        </property>
193       </widget>
194      </item>
195      <item row="4" column="0">
196       <widget class="QLabel" name="labelQueuedBytesText">
197        <property name="text">
198         <string>Total queued size:</string>
199        </property>
200       </widget>
201      </item>
202      <item row="4" column="1" alignment="Qt::AlignRight">
203       <widget class="QLabel" name="labelQueuedBytes">
204        <property name="text">
205         <string notr="true">TextLabel</string>
206        </property>
207       </widget>
208      </item>
209     </layout>
210    </widget>
211   </item>
212   <item>
213    <spacer name="verticalSpacer">
214     <property name="orientation">
215      <enum>Qt::Vertical</enum>
216     </property>
217     <property name="sizeHint" stdset="0">
218      <size>
219       <width>20</width>
220       <height>40</height>
221      </size>
222     </property>
223    </spacer>
224   </item>
225   <item>
226    <widget class="QDialogButtonBox" name="buttonBox">
227     <property name="standardButtons">
228      <set>QDialogButtonBox::Ok</set>
229     </property>
230    </widget>
231   </item>
232  </layout>
233 </widget>
234 <resources/>
235 <connections/>
236</ui>
237