Switch URLs to https
[qBittorrent.git] / src / gui / search / pluginselectdialog.ui
blob7bd9d57d8261660fa110114f804b9fcdfd2af2d5
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 <weight>75</weight>
25 <bold>true</bold>
26 <underline>true</underline>
27 </font>
28 </property>
29 <property name="text">
30 <string>Installed search plugins:</string>
31 </property>
32 </widget>
33 </item>
34 <item>
35 <widget class="QTreeWidget" name="pluginsTree">
36 <property name="contextMenuPolicy">
37 <enum>Qt::CustomContextMenu</enum>
38 </property>
39 <property name="selectionMode">
40 <enum>QAbstractItemView::ExtendedSelection</enum>
41 </property>
42 <property name="uniformRowHeights">
43 <bool>true</bool>
44 </property>
45 <property name="itemsExpandable">
46 <bool>false</bool>
47 </property>
48 <property name="sortingEnabled">
49 <bool>true</bool>
50 </property>
51 <column>
52 <property name="text">
53 <string>Name</string>
54 </property>
55 </column>
56 <column>
57 <property name="text">
58 <string>Version</string>
59 </property>
60 </column>
61 <column>
62 <property name="text">
63 <string>Url</string>
64 </property>
65 </column>
66 <column>
67 <property name="text">
68 <string>Enabled</string>
69 </property>
70 </column>
71 <column>
72 <property name="text">
73 <string/>
74 </property>
75 </column>
76 </widget>
77 </item>
78 <item>
79 <widget class="QLabel" name="label">
80 <property name="text">
81 <string>Warning: Be sure to comply with your country's copyright laws when downloading torrents from any of these search engines.</string>
82 </property>
83 <property name="wordWrap">
84 <bool>true</bool>
85 </property>
86 </widget>
87 </item>
88 <item>
89 <widget class="QLabel" name="getNewPlugin_lbl">
90 <property name="font">
91 <font>
92 <italic>true</italic>
93 </font>
94 </property>
95 <property name="text">
96 <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>
97 </property>
98 <property name="openExternalLinks">
99 <bool>true</bool>
100 </property>
101 </widget>
102 </item>
103 <item>
104 <layout class="QHBoxLayout" name="layout1">
105 <item>
106 <widget class="QPushButton" name="installButton">
107 <property name="text">
108 <string>Install a new one</string>
109 </property>
110 </widget>
111 </item>
112 <item>
113 <widget class="QPushButton" name="updateButton">
114 <property name="text">
115 <string>Check for updates</string>
116 </property>
117 </widget>
118 </item>
119 <item>
120 <widget class="QPushButton" name="closeButton">
121 <property name="text">
122 <string>Close</string>
123 </property>
124 </widget>
125 </item>
126 </layout>
127 </item>
128 </layout>
129 <action name="actionEnable">
130 <property name="checkable">
131 <bool>true</bool>
132 </property>
133 <property name="text">
134 <string>Enabled</string>
135 </property>
136 </action>
137 <action name="actionUninstall">
138 <property name="text">
139 <string>Uninstall</string>
140 </property>
141 </action>
142 </widget>
143 <resources/>
144 <connections/>
145 </ui>