1<?xml version="1.0" encoding="UTF-8"?>
2<ui version="4.0">
3 <class>PluginSourceDialog</class>
4 <widget class="QDialog" name="PluginSourceDialog">
5  <property name="geometry">
6   <rect>
7    <x>0</x>
8    <y>0</y>
9    <width>207</width>
10    <height>76</height>
11   </rect>
12  </property>
13  <property name="windowTitle">
14   <string>Plugin source</string>
15  </property>
16  <layout class="QVBoxLayout" name="pluginSourceLayout">
17   <item>
18    <widget class="QLabel" name="source_lbl">
19     <property name="font">
20      <font>
21       <weight>75</weight>
22       <bold>true</bold>
23       <underline>true</underline>
24      </font>
25     </property>
26     <property name="text">
27      <string>Search plugin source:</string>
28     </property>
29    </widget>
30   </item>
31   <item>
32    <layout class="QHBoxLayout" name="layout1">
33     <item>
34      <widget class="QPushButton" name="localButton">
35       <property name="text">
36        <string>Local file</string>
37       </property>
38      </widget>
39     </item>
40     <item>
41      <widget class="QPushButton" name="urlButton">
42       <property name="text">
43        <string>Web link</string>
44       </property>
45      </widget>
46     </item>
47    </layout>
48   </item>
49  </layout>
50 </widget>
51 <resources/>
52 <connections/>
53</ui>
54