Correctly handle "torrent finished" events
[qBittorrent.git] / src / gui / search / pluginselectdialog.ui
blob388833c3575766cb05ee9dd0daf3659398a56379
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3 <class>PluginSelectDialog</class>
4 <widget class="QDialog" name="PluginSelectDialog">
5 <property name="geometry">
6 <rect>
7 <x>0</x>
8 <y>0</y>
9 <width>600</width>
10 <height>345</height>
11 </rect>
12 </property>
13 <property name="acceptDrops">
14 <bool>true</bool>
15 </property>
16 <property name="windowTitle">
17 <string>Search plugins</string>
18 </property>
19 <layout class="QVBoxLayout" name="pluginSelectLayout">
20 <item>
21 <widget class="QLabel" name="lbl_plugins">
22 <property name="font">
23 <font>
24 <bold>true</bold>
25 <underline>true</underline>
26 </font>
27 </property>
28 <property name="text">
29 <string>Installed search plugins:</string>
30 </property>
31 </widget>
32 </item>
33 <item>
34 <widget class="QTreeWidget" name="pluginsTree">
35 <property name="contextMenuPolicy">
36 <enum>Qt::ContextMenuPolicy::CustomContextMenu</enum>
37 </property>
38 <property name="selectionMode">
39 <enum>QAbstractItemView::SelectionMode::ExtendedSelection</enum>
40 </property>
41 <property name="uniformRowHeights">
42 <bool>true</bool>
43 </property>
44 <property name="itemsExpandable">
45 <bool>false</bool>
46 </property>
47 <property name="sortingEnabled">
48 <bool>true</bool>
49 </property>
50 <column>
51 <property name="text">
52 <string>Name</string>
53 </property>
54 </column>
55 <column>
56 <property name="text">
57 <string>Version</string>
58 </property>
59 </column>
60 <column>
61 <property name="text">
62 <string>Url</string>
63 </property>
64 </column>
65 <column>
66 <property name="text">
67 <string>Enabled</string>
68 </property>
69 </column>
70 <column>
71 <property name="text">
72 <string/>
73 </property>
74 </column>
75 </widget>
76 </item>
77 <item>
78 <widget class="QLabel" name="label">
79 <property name="text">
80 <string>Warning: Be sure to comply with your country's copyright laws when downloading torrents from any of these search engines.</string>
81 </property>
82 <property name="wordWrap">
83 <bool>true</bool>
84 </property>
85 </widget>
86 </item>
87 <item>
88 <widget class="QLabel" name="getNewPlugin_lbl">
89 <property name="font">
90 <font>
91 <italic>true</italic>
92 </font>
93 </property>
94 <property name="text">
95 <string>You can get new search engine plugins here: &lt;a href=&quot;https://plugins.qbittorrent.org&quot;&gt;https://plugins.qbittorrent.org&lt;/a&gt;</string>
96 </property>
97 <property name="openExternalLinks">
98 <bool>true</bool>
99 </property>
100 </widget>
101 </item>
102 <item>
103 <layout class="QHBoxLayout" name="layout1">
104 <item>
105 <widget class="QPushButton" name="installButton">
106 <property name="text">
107 <string>Install a new one</string>
108 </property>
109 </widget>
110 </item>
111 <item>
112 <widget class="QPushButton" name="updateButton">
113 <property name="text">
114 <string>Check for updates</string>
115 </property>
116 </widget>
117 </item>
118 <item>
119 <widget class="QPushButton" name="closeButton">
120 <property name="text">
121 <string>Close</string>
122 </property>
123 </widget>
124 </item>
125 </layout>
126 </item>
127 </layout>
128 <action name="actionEnable">
129 <property name="checkable">
130 <bool>true</bool>
131 </property>
132 <property name="text">
133 <string>Enabled</string>
134 </property>
135 </action>
136 <action name="actionUninstall">
137 <property name="text">
138 <string>Uninstall</string>
139 </property>
140 </action>
141 </widget>
142 <resources/>
143 <connections/>
144 </ui>