Correctly handle "torrent finished" events
[qBittorrent.git] / src / gui / search / pluginsourcedialog.ui
blob767431f4f09b3657c16b8e941f02561796f963fb
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 <bold>true</bold>
22 <underline>true</underline>
23 </font>
24 </property>
25 <property name="text">
26 <string>Search plugin source:</string>
27 </property>
28 </widget>
29 </item>
30 <item>
31 <layout class="QHBoxLayout" name="layout1">
32 <item>
33 <widget class="QPushButton" name="localButton">
34 <property name="text">
35 <string>Local file</string>
36 </property>
37 </widget>
38 </item>
39 <item>
40 <widget class="QPushButton" name="urlButton">
41 <property name="text">
42 <string>Web link</string>
43 </property>
44 </widget>
45 </item>
46 </layout>
47 </item>
48 </layout>
49 </widget>
50 <resources/>
51 <connections/>
52 </ui>