Bugfix: category dublicates
[speedfreak] / Client / topresultdialog.ui
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3  <class>TopResultDialog</class>
4  <widget class="QDialog" name="TopResultDialog">
5   <property name="geometry">
6    <rect>
7     <x>0</x>
8     <y>0</y>
9     <width>800</width>
10     <height>480</height>
11    </rect>
12   </property>
13   <property name="windowTitle">
14    <string>Dialog</string>
15   </property>
16   <widget class="QPushButton" name="buttonTopRefresh">
17    <property name="geometry">
18     <rect>
19      <x>10</x>
20      <y>70</y>
21      <width>221</width>
22      <height>71</height>
23     </rect>
24    </property>
25    <property name="font">
26     <font>
27      <family>Bitstream Charter</family>
28      <pointsize>16</pointsize>
29      <weight>75</weight>
30      <bold>true</bold>
31     </font>
32    </property>
33    <property name="text">
34     <string>Refresh list</string>
35    </property>
36   </widget>
37   <widget class="QListView" name="listViewTopList">
38    <property name="geometry">
39     <rect>
40      <x>280</x>
41      <y>0</y>
42      <width>491</width>
43      <height>251</height>
44     </rect>
45    </property>
46    <property name="font">
47     <font>
48      <family>Bitstream Charter</family>
49      <pointsize>10</pointsize>
50     </font>
51    </property>
52    <property name="flow">
53     <enum>QListView::LeftToRight</enum>
54    </property>
55   </widget>
56   <widget class="QLabel" name="labelTopList">
57    <property name="geometry">
58     <rect>
59      <x>300</x>
60      <y>0</y>
61      <width>451</width>
62      <height>251</height>
63     </rect>
64    </property>
65    <property name="font">
66     <font>
67      <pointsize>9</pointsize>
68     </font>
69    </property>
70    <property name="text">
71     <string/>
72    </property>
73    <property name="alignment">
74     <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter</set>
75    </property>
76   </widget>
77   <widget class="QLabel" name="labelCategory">
78    <property name="geometry">
79     <rect>
80      <x>10</x>
81      <y>200</y>
82      <width>221</width>
83      <height>51</height>
84     </rect>
85    </property>
86    <property name="font">
87     <font>
88      <family>Bitstream Charter</family>
89      <pointsize>16</pointsize>
90     </font>
91    </property>
92    <property name="text">
93     <string>Categories:</string>
94    </property>
95   </widget>
96   <widget class="QComboBox" name="comboBoxTopCategory">
97    <property name="geometry">
98     <rect>
99      <x>10</x>
100      <y>260</y>
101      <width>601</width>
102      <height>41</height>
103     </rect>
104    </property>
105   </widget>
106   <widget class="QLabel" name="labelInfoToUser">
107    <property name="geometry">
108     <rect>
109      <x>10</x>
110      <y>310</y>
111      <width>521</width>
112      <height>51</height>
113     </rect>
114    </property>
115    <property name="text">
116     <string/>
117    </property>
118   </widget>
119  </widget>
120  <resources/>
121  <connections/>
122 </ui>