1<?xml version="1.0" encoding="UTF-8"?>
2<ui version="4.0">
3 <class>BookmarkManagerWidget</class>
4 <widget class="QWidget" name="BookmarkManagerWidget">
5  <property name="geometry">
6   <rect>
7    <x>0</x>
8    <y>0</y>
9    <width>517</width>
10    <height>348</height>
11   </rect>
12  </property>
13  <property name="windowTitle">
14   <string>Manage Bookmarks</string>
15  </property>
16  <layout class="QVBoxLayout" name="verticalLayout">
17   <item>
18    <layout class="QHBoxLayout" name="horizontalLayout">
19     <item>
20      <spacer name="horizontalSpacer">
21       <property name="orientation">
22        <enum>Qt::Horizontal</enum>
23       </property>
24       <property name="sizeHint" stdset="0">
25        <size>
26         <width>40</width>
27         <height>20</height>
28        </size>
29       </property>
30      </spacer>
31     </item>
32     <item>
33      <widget class="QLabel" name="label">
34       <property name="text">
35        <string>Search:</string>
36       </property>
37      </widget>
38     </item>
39     <item>
40      <widget class="QLineEdit" name="lineEdit"/>
41     </item>
42    </layout>
43   </item>
44   <item>
45    <widget class="QTreeView" name="treeView">
46     <property name="acceptDrops">
47      <bool>true</bool>
48     </property>
49     <property name="showDropIndicator" stdset="0">
50      <bool>true</bool>
51     </property>
52     <property name="dragEnabled">
53      <bool>true</bool>
54     </property>
55     <property name="autoExpandDelay">
56      <number>1000</number>
57     </property>
58     <property name="uniformRowHeights">
59      <bool>true</bool>
60     </property>
61     <property name="allColumnsShowFocus">
62      <bool>true</bool>
63     </property>
64     <attribute name="headerDefaultSectionSize">
65      <number>225</number>
66     </attribute>
67     <attribute name="headerMinimumSectionSize">
68      <number>50</number>
69     </attribute>
70     <attribute name="headerDefaultSectionSize">
71      <number>225</number>
72     </attribute>
73     <attribute name="headerMinimumSectionSize">
74      <number>50</number>
75     </attribute>
76    </widget>
77   </item>
78   <item>
79    <layout class="QHBoxLayout" name="horizontalLayout_2">
80     <item>
81      <widget class="QPushButton" name="remove">
82       <property name="text">
83        <string>Remove</string>
84       </property>
85      </widget>
86     </item>
87     <item>
88      <widget class="QPushButton" name="importExport">
89       <property name="text">
90        <string>Import and Backup</string>
91       </property>
92      </widget>
93     </item>
94     <item>
95      <spacer name="horizontalSpacer_2">
96       <property name="orientation">
97        <enum>Qt::Horizontal</enum>
98       </property>
99       <property name="sizeHint" stdset="0">
100        <size>
101         <width>40</width>
102         <height>20</height>
103        </size>
104       </property>
105      </spacer>
106     </item>
107     <item>
108      <widget class="QPushButton" name="pushButton_5">
109       <property name="text">
110        <string>OK</string>
111       </property>
112      </widget>
113     </item>
114    </layout>
115   </item>
116  </layout>
117 </widget>
118 <resources/>
119 <connections>
120  <connection>
121   <sender>pushButton_5</sender>
122   <signal>clicked()</signal>
123   <receiver>BookmarkManagerWidget</receiver>
124   <slot>close()</slot>
125   <hints>
126    <hint type="sourcelabel">
127     <x>445</x>
128     <y>328</y>
129    </hint>
130    <hint type="destinationlabel">
131     <x>340</x>
132     <y>313</y>
133    </hint>
134   </hints>
135  </connection>
136 </connections>
137</ui>
138