1<?xml version="1.0" encoding="UTF-8"?>
2<ui version="4.0">
3 <class>DownloadsPalette_Base</class>
4 <widget class="QDialog" name="DownloadsPalette_Base">
5  <property name="geometry">
6   <rect>
7    <x>0</x>
8    <y>0</y>
9    <width>310</width>
10    <height>325</height>
11   </rect>
12  </property>
13  <property name="windowTitle">
14   <string>Downloads</string>
15  </property>
16  <layout class="QVBoxLayout" name="verticalLayout">
17   <item>
18    <widget class="QListView" name="listView"/>
19   </item>
20   <item>
21    <layout class="QHBoxLayout" name="horizontalLayout">
22     <item>
23      <widget class="QPushButton" name="showInButton">
24       <property name="enabled">
25        <bool>false</bool>
26       </property>
27       <property name="text">
28        <string>Show</string>
29       </property>
30       <property name="autoDefault">
31        <bool>false</bool>
32       </property>
33      </widget>
34     </item>
35     <item>
36      <widget class="QPushButton" name="removeButton">
37       <property name="enabled">
38        <bool>false</bool>
39       </property>
40       <property name="text">
41        <string>Remove</string>
42       </property>
43      </widget>
44     </item>
45     <item>
46      <widget class="QPushButton" name="removeAllButton">
47       <property name="enabled">
48        <bool>false</bool>
49       </property>
50       <property name="text">
51        <string>Remove All</string>
52       </property>
53      </widget>
54     </item>
55    </layout>
56   </item>
57  </layout>
58 </widget>
59 <resources/>
60 <connections/>
61</ui>
62