~ubuntu-branches/ubuntu/wily/qgis/wily

« back to all changes in this revision

Viewing changes to python/plugins/plugin_installer/qgsplugininstallerbase.ui

  • Committer: Bazaar Package Importer
  • Author(s): Johan Van de Wauw
  • Date: 2010-07-11 20:23:24 UTC
  • mfrom: (3.1.4 squeeze)
  • Revision ID: james.westby@ubuntu.com-20100711202324-5ktghxa7hracohmr
Tags: 1.4.0+12730-3ubuntu1
* Merge from Debian unstable (LP: #540941).
* Fix compilation issues with QT 4.7
* Add build-depends on libqt4-webkit-dev 

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0" encoding="UTF-8"?>
 
2
<ui version="4.0">
 
3
 <author>Matthew Perry, Borys Jurgiel</author>
 
4
 <class>QgsPluginInstallerDialogBase</class>
 
5
 <widget class="QDialog" name="QgsPluginInstallerDialogBase">
 
6
  <property name="geometry">
 
7
   <rect>
 
8
    <x>0</x>
 
9
    <y>0</y>
 
10
    <width>799</width>
 
11
    <height>382</height>
 
12
   </rect>
 
13
  </property>
 
14
  <property name="windowTitle">
 
15
   <string>QGIS Python Plugin Installer</string>
 
16
  </property>
 
17
  <property name="windowIcon">
 
18
   <iconset resource="resources.qrc">
 
19
    <normaloff>:/plugins/installer/qgis-icon.png</normaloff>:/plugins/installer/qgis-icon.png</iconset>
 
20
  </property>
 
21
  <property name="whatsThis">
 
22
   <string>QGIS Python Plugin Installer</string>
 
23
  </property>
 
24
  <layout class="QGridLayout">
 
25
   <item row="1" column="0">
 
26
    <layout class="QHBoxLayout">
 
27
     <item>
 
28
      <widget class="QPushButton" name="buttonHelp">
 
29
       <property name="text">
 
30
        <string>Help</string>
 
31
       </property>
 
32
      </widget>
 
33
     </item>
 
34
     <item>
 
35
      <spacer name="horizontalSpacer_2">
 
36
       <property name="orientation">
 
37
        <enum>Qt::Horizontal</enum>
 
38
       </property>
 
39
       <property name="sizeType">
 
40
        <enum>QSizePolicy::Fixed</enum>
 
41
       </property>
 
42
       <property name="sizeHint" stdset="0">
 
43
        <size>
 
44
         <width>20</width>
 
45
         <height>20</height>
 
46
        </size>
 
47
       </property>
 
48
      </spacer>
 
49
     </item>
 
50
     <item>
 
51
      <widget class="QLabel" name="label_3">
 
52
       <property name="whatsThis">
 
53
        <string/>
 
54
       </property>
 
55
       <property name="text">
 
56
        <string>The plugins will be installed to ~/.qgis/python/plugins</string>
 
57
       </property>
 
58
      </widget>
 
59
     </item>
 
60
     <item>
 
61
      <spacer name="horizontalSpacer">
 
62
       <property name="orientation">
 
63
        <enum>Qt::Horizontal</enum>
 
64
       </property>
 
65
       <property name="sizeHint" stdset="0">
 
66
        <size>
 
67
         <width>40</width>
 
68
         <height>20</height>
 
69
        </size>
 
70
       </property>
 
71
      </spacer>
 
72
     </item>
 
73
     <item>
 
74
      <widget class="QPushButton" name="buttonClose">
 
75
       <property name="sizePolicy">
 
76
        <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
 
77
         <horstretch>0</horstretch>
 
78
         <verstretch>0</verstretch>
 
79
        </sizepolicy>
 
80
       </property>
 
81
       <property name="toolTip">
 
82
        <string>Close the Installer window</string>
 
83
       </property>
 
84
       <property name="whatsThis">
 
85
        <string>Close the Installer window</string>
 
86
       </property>
 
87
       <property name="text">
 
88
        <string>Close</string>
 
89
       </property>
 
90
      </widget>
 
91
     </item>
 
92
    </layout>
 
93
   </item>
 
94
   <item row="0" column="0">
 
95
    <widget class="QTabWidget" name="tabWidget">
 
96
     <property name="toolTip">
 
97
      <string/>
 
98
     </property>
 
99
     <property name="whatsThis">
 
100
      <string/>
 
101
     </property>
 
102
     <property name="currentIndex">
 
103
      <number>0</number>
 
104
     </property>
 
105
     <widget class="QWidget" name="tab">
 
106
      <attribute name="title">
 
107
       <string>Plugins</string>
 
108
      </attribute>
 
109
      <attribute name="toolTip">
 
110
       <string>List of available and installed plugins</string>
 
111
      </attribute>
 
112
      <layout class="QVBoxLayout">
 
113
       <item>
 
114
        <layout class="QHBoxLayout">
 
115
         <item>
 
116
          <widget class="QLabel" name="label_5">
 
117
           <property name="enabled">
 
118
            <bool>true</bool>
 
119
           </property>
 
120
           <property name="text">
 
121
            <string>Filter:</string>
 
122
           </property>
 
123
           <property name="buddy">
 
124
            <cstring>lineFilter</cstring>
 
125
           </property>
 
126
          </widget>
 
127
         </item>
 
128
         <item>
 
129
          <widget class="QLineEdit" name="lineFilter">
 
130
           <property name="enabled">
 
131
            <bool>true</bool>
 
132
           </property>
 
133
           <property name="toolTip">
 
134
            <string>Display only plugins containing this word in their metadata</string>
 
135
           </property>
 
136
           <property name="whatsThis">
 
137
            <string>Display only plugins containing this word in their metadata</string>
 
138
           </property>
 
139
          </widget>
 
140
         </item>
 
141
         <item>
 
142
          <widget class="QComboBox" name="comboFilter1">
 
143
           <property name="enabled">
 
144
            <bool>true</bool>
 
145
           </property>
 
146
           <property name="sizePolicy">
 
147
            <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
 
148
             <horstretch>0</horstretch>
 
149
             <verstretch>0</verstretch>
 
150
            </sizepolicy>
 
151
           </property>
 
152
           <property name="toolTip">
 
153
            <string>Display only plugins from given repository</string>
 
154
           </property>
 
155
           <property name="statusTip">
 
156
            <string/>
 
157
           </property>
 
158
           <property name="whatsThis">
 
159
            <string>Display only plugins from given repository</string>
 
160
           </property>
 
161
           <item>
 
162
            <property name="text">
 
163
             <string>all repositories</string>
 
164
            </property>
 
165
           </item>
 
166
          </widget>
 
167
         </item>
 
168
         <item>
 
169
          <widget class="QComboBox" name="comboFilter2">
 
170
           <property name="enabled">
 
171
            <bool>true</bool>
 
172
           </property>
 
173
           <property name="sizePolicy">
 
174
            <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
 
175
             <horstretch>0</horstretch>
 
176
             <verstretch>0</verstretch>
 
177
            </sizepolicy>
 
178
           </property>
 
179
           <property name="toolTip">
 
180
            <string>Display only plugins with matching status</string>
 
181
           </property>
 
182
           <property name="whatsThis">
 
183
            <string>Display only plugins with matching status</string>
 
184
           </property>
 
185
          </widget>
 
186
         </item>
 
187
        </layout>
 
188
       </item>
 
189
       <item>
 
190
        <widget class="QTreeWidget" name="treePlugins">
 
191
         <property name="alternatingRowColors">
 
192
          <bool>true</bool>
 
193
         </property>
 
194
         <property name="rootIsDecorated">
 
195
          <bool>false</bool>
 
196
         </property>
 
197
         <property name="itemsExpandable">
 
198
          <bool>false</bool>
 
199
         </property>
 
200
         <property name="sortingEnabled">
 
201
          <bool>true</bool>
 
202
         </property>
 
203
         <property name="allColumnsShowFocus">
 
204
          <bool>true</bool>
 
205
         </property>
 
206
         <column>
 
207
          <property name="text">
 
208
           <string>Status</string>
 
209
          </property>
 
210
         </column>
 
211
         <column>
 
212
          <property name="text">
 
213
           <string>Name</string>
 
214
          </property>
 
215
         </column>
 
216
         <column>
 
217
          <property name="text">
 
218
           <string>Version</string>
 
219
          </property>
 
220
         </column>
 
221
         <column>
 
222
          <property name="text">
 
223
           <string>Description</string>
 
224
          </property>
 
225
         </column>
 
226
         <column>
 
227
          <property name="text">
 
228
           <string>Author</string>
 
229
          </property>
 
230
         </column>
 
231
         <column>
 
232
          <property name="text">
 
233
           <string>Repository</string>
 
234
          </property>
 
235
         </column>
 
236
        </widget>
 
237
       </item>
 
238
       <item>
 
239
        <layout class="QHBoxLayout">
 
240
         <item>
 
241
          <spacer>
 
242
           <property name="orientation">
 
243
            <enum>Qt::Horizontal</enum>
 
244
           </property>
 
245
           <property name="sizeHint" stdset="0">
 
246
            <size>
 
247
             <width>40</width>
 
248
             <height>20</height>
 
249
            </size>
 
250
           </property>
 
251
          </spacer>
 
252
         </item>
 
253
         <item>
 
254
          <widget class="QPushButton" name="buttonInstall">
 
255
           <property name="sizePolicy">
 
256
            <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
 
257
             <horstretch>0</horstretch>
 
258
             <verstretch>0</verstretch>
 
259
            </sizepolicy>
 
260
           </property>
 
261
           <property name="minimumSize">
 
262
            <size>
 
263
             <width>160</width>
 
264
             <height>0</height>
 
265
            </size>
 
266
           </property>
 
267
           <property name="toolTip">
 
268
            <string>Install, reinstall or upgrade the selected plugin</string>
 
269
           </property>
 
270
           <property name="whatsThis">
 
271
            <string>Install, reinstall or upgrade the selected plugin</string>
 
272
           </property>
 
273
           <property name="text">
 
274
            <string>Install/upgrade plugin</string>
 
275
           </property>
 
276
          </widget>
 
277
         </item>
 
278
         <item>
 
279
          <widget class="QPushButton" name="buttonUninstall">
 
280
           <property name="enabled">
 
281
            <bool>true</bool>
 
282
           </property>
 
283
           <property name="toolTip">
 
284
            <string>Uninstall the selected plugin</string>
 
285
           </property>
 
286
           <property name="whatsThis">
 
287
            <string>Uninstall the selected plugin</string>
 
288
           </property>
 
289
           <property name="text">
 
290
            <string>Uninstall plugin</string>
 
291
           </property>
 
292
          </widget>
 
293
         </item>
 
294
        </layout>
 
295
       </item>
 
296
      </layout>
 
297
     </widget>
 
298
     <widget class="QWidget" name="tab_2">
 
299
      <attribute name="title">
 
300
       <string>Repositories</string>
 
301
      </attribute>
 
302
      <attribute name="toolTip">
 
303
       <string>List of plugin repositories</string>
 
304
      </attribute>
 
305
      <layout class="QGridLayout">
 
306
       <item row="0" column="0" colspan="7">
 
307
        <widget class="QTreeWidget" name="treeRepositories">
 
308
         <property name="rootIsDecorated">
 
309
          <bool>false</bool>
 
310
         </property>
 
311
         <property name="itemsExpandable">
 
312
          <bool>false</bool>
 
313
         </property>
 
314
         <column>
 
315
          <property name="text">
 
316
           <string>Status</string>
 
317
          </property>
 
318
         </column>
 
319
         <column>
 
320
          <property name="text">
 
321
           <string>Name</string>
 
322
          </property>
 
323
         </column>
 
324
         <column>
 
325
          <property name="text">
 
326
           <string>URL</string>
 
327
          </property>
 
328
         </column>
 
329
        </widget>
 
330
       </item>
 
331
       <item row="1" column="1">
 
332
        <spacer>
 
333
         <property name="orientation">
 
334
          <enum>Qt::Horizontal</enum>
 
335
         </property>
 
336
         <property name="sizeType">
 
337
          <enum>QSizePolicy::Preferred</enum>
 
338
         </property>
 
339
         <property name="sizeHint" stdset="0">
 
340
          <size>
 
341
           <width>20</width>
 
342
           <height>20</height>
 
343
          </size>
 
344
         </property>
 
345
        </spacer>
 
346
       </item>
 
347
       <item row="1" column="2">
 
348
        <widget class="QPushButton" name="buttonFetchRepositories">
 
349
         <property name="enabled">
 
350
          <bool>true</bool>
 
351
         </property>
 
352
         <property name="toolTip">
 
353
          <string>Add third party plugin repositories to the list</string>
 
354
         </property>
 
355
         <property name="whatsThis">
 
356
          <string>Add third party plugin repositories to the list</string>
 
357
         </property>
 
358
         <property name="text">
 
359
          <string>Add 3rd party repositories</string>
 
360
         </property>
 
361
        </widget>
 
362
       </item>
 
363
       <item row="1" column="3">
 
364
        <spacer>
 
365
         <property name="orientation">
 
366
          <enum>Qt::Horizontal</enum>
 
367
         </property>
 
368
         <property name="sizeHint" stdset="0">
 
369
          <size>
 
370
           <width>40</width>
 
371
           <height>20</height>
 
372
          </size>
 
373
         </property>
 
374
        </spacer>
 
375
       </item>
 
376
       <item row="1" column="4">
 
377
        <widget class="QPushButton" name="buttonAddRep">
 
378
         <property name="toolTip">
 
379
          <string>Add a new plugin repository</string>
 
380
         </property>
 
381
         <property name="whatsThis">
 
382
          <string>Add a new plugin repository</string>
 
383
         </property>
 
384
         <property name="text">
 
385
          <string>Add...</string>
 
386
         </property>
 
387
        </widget>
 
388
       </item>
 
389
       <item row="1" column="5">
 
390
        <widget class="QPushButton" name="buttonEditRep">
 
391
         <property name="toolTip">
 
392
          <string>Edit the selected repository</string>
 
393
         </property>
 
394
         <property name="whatsThis">
 
395
          <string>Edit the selected repository</string>
 
396
         </property>
 
397
         <property name="text">
 
398
          <string>Edit...</string>
 
399
         </property>
 
400
        </widget>
 
401
       </item>
 
402
       <item row="1" column="6">
 
403
        <widget class="QPushButton" name="buttonDeleteRep">
 
404
         <property name="toolTip">
 
405
          <string>Remove the selected repository</string>
 
406
         </property>
 
407
         <property name="whatsThis">
 
408
          <string>Remove the selected repository</string>
 
409
         </property>
 
410
         <property name="text">
 
411
          <string>Delete</string>
 
412
         </property>
 
413
        </widget>
 
414
       </item>
 
415
      </layout>
 
416
     </widget>
 
417
     <widget class="QWidget" name="tab_3">
 
418
      <attribute name="title">
 
419
       <string>Options</string>
 
420
      </attribute>
 
421
      <attribute name="toolTip">
 
422
       <string>Configuration of the plugin installer</string>
 
423
      </attribute>
 
424
      <layout class="QVBoxLayout" name="verticalLayout">
 
425
       <item>
 
426
        <widget class="QGroupBox" name="checkUpdates">
 
427
         <property name="enabled">
 
428
          <bool>true</bool>
 
429
         </property>
 
430
         <property name="sizePolicy">
 
431
          <sizepolicy hsizetype="Preferred" vsizetype="Preferred">
 
432
           <horstretch>0</horstretch>
 
433
           <verstretch>0</verstretch>
 
434
          </sizepolicy>
 
435
         </property>
 
436
         <property name="title">
 
437
          <string>Check for updates on startup</string>
 
438
         </property>
 
439
         <property name="checkable">
 
440
          <bool>true</bool>
 
441
         </property>
 
442
         <property name="checked">
 
443
          <bool>false</bool>
 
444
         </property>
 
445
         <layout class="QGridLayout" name="gridLayout">
 
446
          <item row="0" column="0">
 
447
           <widget class="QComboBox" name="comboInterval">
 
448
            <item>
 
449
             <property name="text">
 
450
              <string>every time QGIS starts</string>
 
451
             </property>
 
452
            </item>
 
453
            <item>
 
454
             <property name="text">
 
455
              <string>once a day</string>
 
456
             </property>
 
457
            </item>
 
458
            <item>
 
459
             <property name="text">
 
460
              <string>every 3 days</string>
 
461
             </property>
 
462
            </item>
 
463
            <item>
 
464
             <property name="text">
 
465
              <string>every week</string>
 
466
             </property>
 
467
            </item>
 
468
            <item>
 
469
             <property name="text">
 
470
              <string>every 2 weeks</string>
 
471
             </property>
 
472
            </item>
 
473
            <item>
 
474
             <property name="text">
 
475
              <string>every month</string>
 
476
             </property>
 
477
            </item>
 
478
           </widget>
 
479
          </item>
 
480
          <item row="2" column="0">
 
481
           <spacer name="verticalSpacer_3">
 
482
            <property name="orientation">
 
483
             <enum>Qt::Vertical</enum>
 
484
            </property>
 
485
            <property name="sizeType">
 
486
             <enum>QSizePolicy::Fixed</enum>
 
487
            </property>
 
488
            <property name="sizeHint" stdset="0">
 
489
             <size>
 
490
              <width>20</width>
 
491
              <height>10</height>
 
492
             </size>
 
493
            </property>
 
494
           </spacer>
 
495
          </item>
 
496
          <item row="1" column="0">
 
497
           <widget class="QLabel" name="label">
 
498
            <property name="sizePolicy">
 
499
             <sizepolicy hsizetype="Preferred" vsizetype="Preferred">
 
500
              <horstretch>0</horstretch>
 
501
              <verstretch>0</verstretch>
 
502
             </sizepolicy>
 
503
            </property>
 
504
            <property name="text">
 
505
             <string>&lt;!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.0//EN&quot; &quot;http://www.w3.org/TR/REC-html40/strict.dtd&quot;&gt;
 
506
&lt;html&gt;&lt;head&gt;&lt;meta name=&quot;qrichtext&quot; content=&quot;1&quot; /&gt;&lt;style type=&quot;text/css&quot;&gt;
 
507
p, li { white-space: pre-wrap; }
 
508
&lt;/style&gt;&lt;/head&gt;&lt;body style=&quot; font-family:'DejaVu Sans'; font-size:9pt; font-weight:400; font-style:normal;&quot;&gt;
 
509
&lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-weight:600;&quot;&gt;Note:&lt;/span&gt; If this function is enabled, Quantum GIS will inform you whenever a new plugin or plugin update is available. Otherwise, fetching repositories will be performed during opening of the Plugin Installer window.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
 
510
            </property>
 
511
            <property name="wordWrap">
 
512
             <bool>true</bool>
 
513
            </property>
 
514
           </widget>
 
515
          </item>
 
516
         </layout>
 
517
        </widget>
 
518
       </item>
 
519
       <item>
 
520
        <widget class="QGroupBox" name="groupBox_2">
 
521
         <property name="sizePolicy">
 
522
          <sizepolicy hsizetype="Preferred" vsizetype="Preferred">
 
523
           <horstretch>0</horstretch>
 
524
           <verstretch>1</verstretch>
 
525
          </sizepolicy>
 
526
         </property>
 
527
         <property name="title">
 
528
          <string>Allowed plugins</string>
 
529
         </property>
 
530
         <layout class="QGridLayout" name="gridLayout_2">
 
531
          <item row="0" column="0">
 
532
           <widget class="QRadioButton" name="radioPluginType0">
 
533
            <property name="enabled">
 
534
             <bool>false</bool>
 
535
            </property>
 
536
            <property name="text">
 
537
             <string>Only show plugins from the official repository</string>
 
538
            </property>
 
539
            <property name="checked">
 
540
             <bool>true</bool>
 
541
            </property>
 
542
           </widget>
 
543
          </item>
 
544
          <item row="1" column="0">
 
545
           <widget class="QRadioButton" name="radioPluginType1">
 
546
            <property name="enabled">
 
547
             <bool>false</bool>
 
548
            </property>
 
549
            <property name="text">
 
550
             <string>Show all plugins except those marked as experimental</string>
 
551
            </property>
 
552
            <property name="checked">
 
553
             <bool>false</bool>
 
554
            </property>
 
555
           </widget>
 
556
          </item>
 
557
          <item row="2" column="0">
 
558
           <widget class="QRadioButton" name="radioPluginType2">
 
559
            <property name="enabled">
 
560
             <bool>false</bool>
 
561
            </property>
 
562
            <property name="text">
 
563
             <string>Show all plugins, even those marked as experimental</string>
 
564
            </property>
 
565
           </widget>
 
566
          </item>
 
567
          <item row="3" column="0">
 
568
           <widget class="QLabel" name="label_2">
 
569
            <property name="sizePolicy">
 
570
             <sizepolicy hsizetype="Preferred" vsizetype="MinimumExpanding">
 
571
              <horstretch>0</horstretch>
 
572
              <verstretch>0</verstretch>
 
573
             </sizepolicy>
 
574
            </property>
 
575
            <property name="minimumSize">
 
576
             <size>
 
577
              <width>0</width>
 
578
              <height>75</height>
 
579
             </size>
 
580
            </property>
 
581
            <property name="text">
 
582
             <string>&lt;!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.0//EN&quot; &quot;http://www.w3.org/TR/REC-html40/strict.dtd&quot;&gt;
 
583
&lt;html&gt;&lt;head&gt;&lt;meta name=&quot;qrichtext&quot; content=&quot;1&quot; /&gt;&lt;style type=&quot;text/css&quot;&gt;
 
584
p, li { white-space: pre-wrap; }
 
585
&lt;/style&gt;&lt;/head&gt;&lt;body style=&quot; font-family:'DejaVu Sans'; font-size:9pt; font-weight:400; font-style:normal;&quot;&gt;
 
586
&lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-weight:600;&quot;&gt;Note:&lt;/span&gt; Experimental plugins are generally unsuitable for production use. These plugins are in early stages of development, and should be considered 'incomplete' or 'proof of concept' tools. QGIS does not recommend installing these plugins unless you intend to use them for testing purposes.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
 
587
            </property>
 
588
            <property name="textFormat">
 
589
             <enum>Qt::RichText</enum>
 
590
            </property>
 
591
            <property name="alignment">
 
592
             <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop</set>
 
593
            </property>
 
594
            <property name="wordWrap">
 
595
             <bool>true</bool>
 
596
            </property>
 
597
           </widget>
 
598
          </item>
 
599
         </layout>
 
600
        </widget>
 
601
       </item>
 
602
      </layout>
 
603
     </widget>
 
604
    </widget>
 
605
   </item>
 
606
  </layout>
 
607
 </widget>
 
608
 <tabstops>
 
609
  <tabstop>tabWidget</tabstop>
 
610
  <tabstop>lineFilter</tabstop>
 
611
  <tabstop>comboFilter1</tabstop>
 
612
  <tabstop>comboFilter2</tabstop>
 
613
  <tabstop>treePlugins</tabstop>
 
614
  <tabstop>buttonInstall</tabstop>
 
615
  <tabstop>buttonUninstall</tabstop>
 
616
  <tabstop>buttonClose</tabstop>
 
617
  <tabstop>buttonHelp</tabstop>
 
618
  <tabstop>treeRepositories</tabstop>
 
619
  <tabstop>buttonFetchRepositories</tabstop>
 
620
  <tabstop>buttonAddRep</tabstop>
 
621
  <tabstop>buttonEditRep</tabstop>
 
622
  <tabstop>buttonDeleteRep</tabstop>
 
623
  <tabstop>checkUpdates</tabstop>
 
624
  <tabstop>comboInterval</tabstop>
 
625
  <tabstop>radioPluginType0</tabstop>
 
626
  <tabstop>radioPluginType1</tabstop>
 
627
  <tabstop>radioPluginType2</tabstop>
 
628
 </tabstops>
 
629
 <resources>
 
630
  <include location="resources.qrc"/>
 
631
 </resources>
 
632
 <connections>
 
633
  <connection>
 
634
   <sender>buttonClose</sender>
 
635
   <signal>released()</signal>
 
636
   <receiver>QgsPluginInstallerDialogBase</receiver>
 
637
   <slot>close()</slot>
 
638
   <hints>
 
639
    <hint type="sourcelabel">
 
640
     <x>790</x>
 
641
     <y>372</y>
 
642
    </hint>
 
643
    <hint type="destinationlabel">
 
644
     <x>380</x>
 
645
     <y>235</y>
 
646
    </hint>
 
647
   </hints>
 
648
  </connection>
 
649
 </connections>
 
650
</ui>