|
1 <?xml version="1.0" encoding="UTF-8"?> |
|
2 <ui version="4.0"> |
|
3 <class>BookmarksImportDialog</class> |
|
4 <widget class="QDialog" name="BookmarksImportDialog"> |
|
5 <property name="geometry"> |
|
6 <rect> |
|
7 <x>0</x> |
|
8 <y>0</y> |
|
9 <width>550</width> |
|
10 <height>354</height> |
|
11 </rect> |
|
12 </property> |
|
13 <property name="minimumSize"> |
|
14 <size> |
|
15 <width>550</width> |
|
16 <height>350</height> |
|
17 </size> |
|
18 </property> |
|
19 <property name="windowTitle"> |
|
20 <string>Import Bookmarks</string> |
|
21 </property> |
|
22 <property name="sizeGripEnabled"> |
|
23 <bool>true</bool> |
|
24 </property> |
|
25 <layout class="QVBoxLayout" name="verticalLayout_3"> |
|
26 <item> |
|
27 <widget class="QStackedWidget" name="pagesWidget"> |
|
28 <property name="currentIndex"> |
|
29 <number>0</number> |
|
30 </property> |
|
31 <widget class="QWidget" name="sourcePage"> |
|
32 <layout class="QVBoxLayout" name="verticalLayout"> |
|
33 <property name="leftMargin"> |
|
34 <number>0</number> |
|
35 </property> |
|
36 <property name="topMargin"> |
|
37 <number>0</number> |
|
38 </property> |
|
39 <property name="rightMargin"> |
|
40 <number>0</number> |
|
41 </property> |
|
42 <property name="bottomMargin"> |
|
43 <number>0</number> |
|
44 </property> |
|
45 <item> |
|
46 <widget class="QLabel" name="label_2"> |
|
47 <property name="text"> |
|
48 <string>Choose source from which you want to import bookmarks:</string> |
|
49 </property> |
|
50 </widget> |
|
51 </item> |
|
52 <item> |
|
53 <widget class="QListWidget" name="sourcesList"> |
|
54 <property name="toolTip"> |
|
55 <string>Choose the source to import from</string> |
|
56 </property> |
|
57 </widget> |
|
58 </item> |
|
59 </layout> |
|
60 </widget> |
|
61 <widget class="QWidget" name="filePage"> |
|
62 <layout class="QVBoxLayout" name="verticalLayout_2"> |
|
63 <item> |
|
64 <layout class="QHBoxLayout" name="horizontalLayout_2"> |
|
65 <item> |
|
66 <widget class="QLabel" name="iconLabel"> |
|
67 <property name="minimumSize"> |
|
68 <size> |
|
69 <width>48</width> |
|
70 <height>48</height> |
|
71 </size> |
|
72 </property> |
|
73 <property name="maximumSize"> |
|
74 <size> |
|
75 <width>48</width> |
|
76 <height>48</height> |
|
77 </size> |
|
78 </property> |
|
79 </widget> |
|
80 </item> |
|
81 <item> |
|
82 <widget class="QLabel" name="importingFromLabel"/> |
|
83 </item> |
|
84 </layout> |
|
85 </item> |
|
86 <item> |
|
87 <spacer name="verticalSpacer"> |
|
88 <property name="orientation"> |
|
89 <enum>Qt::Vertical</enum> |
|
90 </property> |
|
91 <property name="sizeHint" stdset="0"> |
|
92 <size> |
|
93 <width>20</width> |
|
94 <height>44</height> |
|
95 </size> |
|
96 </property> |
|
97 </spacer> |
|
98 </item> |
|
99 <item> |
|
100 <widget class="QLabel" name="fileLabel1"> |
|
101 <property name="wordWrap"> |
|
102 <bool>true</bool> |
|
103 </property> |
|
104 </widget> |
|
105 </item> |
|
106 <item> |
|
107 <widget class="QLabel" name="standardDirLabel"> |
|
108 <property name="textInteractionFlags"> |
|
109 <set>Qt::LinksAccessibleByMouse|Qt::TextSelectableByMouse</set> |
|
110 </property> |
|
111 </widget> |
|
112 </item> |
|
113 <item> |
|
114 <widget class="QLabel" name="fileLabel2"/> |
|
115 </item> |
|
116 <item> |
|
117 <spacer name="verticalSpacer_2"> |
|
118 <property name="orientation"> |
|
119 <enum>Qt::Vertical</enum> |
|
120 </property> |
|
121 <property name="sizeHint" stdset="0"> |
|
122 <size> |
|
123 <width>20</width> |
|
124 <height>44</height> |
|
125 </size> |
|
126 </property> |
|
127 </spacer> |
|
128 </item> |
|
129 <item> |
|
130 <widget class="E5PathPicker" name="filePicker" native="true"> |
|
131 <property name="sizePolicy"> |
|
132 <sizepolicy hsizetype="Expanding" vsizetype="Preferred"> |
|
133 <horstretch>0</horstretch> |
|
134 <verstretch>0</verstretch> |
|
135 </sizepolicy> |
|
136 </property> |
|
137 <property name="focusPolicy"> |
|
138 <enum>Qt::StrongFocus</enum> |
|
139 </property> |
|
140 <property name="toolTip"> |
|
141 <string>Enter the name of the bookmarks file or directory</string> |
|
142 </property> |
|
143 </widget> |
|
144 </item> |
|
145 <item> |
|
146 <spacer name="verticalSpacer_3"> |
|
147 <property name="orientation"> |
|
148 <enum>Qt::Vertical</enum> |
|
149 </property> |
|
150 <property name="sizeHint" stdset="0"> |
|
151 <size> |
|
152 <width>20</width> |
|
153 <height>44</height> |
|
154 </size> |
|
155 </property> |
|
156 </spacer> |
|
157 </item> |
|
158 </layout> |
|
159 </widget> |
|
160 </widget> |
|
161 </item> |
|
162 <item> |
|
163 <layout class="QHBoxLayout" name="horizontalLayout"> |
|
164 <item> |
|
165 <spacer name="horizontalSpacer"> |
|
166 <property name="orientation"> |
|
167 <enum>Qt::Horizontal</enum> |
|
168 </property> |
|
169 <property name="sizeHint" stdset="0"> |
|
170 <size> |
|
171 <width>40</width> |
|
172 <height>20</height> |
|
173 </size> |
|
174 </property> |
|
175 </spacer> |
|
176 </item> |
|
177 <item> |
|
178 <widget class="QPushButton" name="nextButton"> |
|
179 <property name="text"> |
|
180 <string>Next ></string> |
|
181 </property> |
|
182 </widget> |
|
183 </item> |
|
184 <item> |
|
185 <widget class="QPushButton" name="cancelButton"> |
|
186 <property name="text"> |
|
187 <string>Cancel</string> |
|
188 </property> |
|
189 </widget> |
|
190 </item> |
|
191 </layout> |
|
192 </item> |
|
193 </layout> |
|
194 </widget> |
|
195 <customwidgets> |
|
196 <customwidget> |
|
197 <class>E5PathPicker</class> |
|
198 <extends>QWidget</extends> |
|
199 <header>E5Gui/E5PathPicker.h</header> |
|
200 <container>1</container> |
|
201 </customwidget> |
|
202 </customwidgets> |
|
203 <tabstops> |
|
204 <tabstop>sourcesList</tabstop> |
|
205 <tabstop>nextButton</tabstop> |
|
206 <tabstop>cancelButton</tabstop> |
|
207 <tabstop>filePicker</tabstop> |
|
208 </tabstops> |
|
209 <resources/> |
|
210 <connections/> |
|
211 </ui> |