|
1 <?xml version="1.0" encoding="utf-8"?> |
|
2 <!DOCTYPE html PUBLIC '-//W3C//DTD XHTML 1.0 Strict//EN' |
|
3 'http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd'> |
|
4 <html><head> |
|
5 <title>eric5.Helpviewer.OpenSearch.OpenSearchDialog</title> |
|
6 <style> |
|
7 b'body {\n background:white;\n margin: 0em 1em 10em 1em;\n color: black;\n}\n\nh1 { color: white; background: #4FA4FF; }\nh2 { color: white; background: #4FA4FF; }\nh3 { color: white; background: #00557F; }\nh4 { color: white; background: #00557F; }\n \na { color: #AA5500; }\n' |
|
8 </style> |
|
9 </head> |
|
10 <body><a NAME="top" ID="top"></a> |
|
11 <h1>eric5.Helpviewer.OpenSearch.OpenSearchDialog</h1> |
|
12 <p> |
|
13 Module implementing a dialog for the configuration of search engines. |
|
14 </p> |
|
15 <h3>Global Attributes</h3> |
|
16 <table> |
|
17 <tr><td>None</td></tr> |
|
18 </table> |
|
19 <h3>Classes</h3> |
|
20 <table> |
|
21 <tr> |
|
22 <td><a href="#OpenSearchDialog">OpenSearchDialog</a></td> |
|
23 <td>Class implementing a dialog for the configuration of search engines.</td> |
|
24 </tr> |
|
25 </table> |
|
26 <h3>Functions</h3> |
|
27 <table> |
|
28 <tr><td>None</td></tr> |
|
29 </table> |
|
30 <hr /><hr /> |
|
31 <a NAME="OpenSearchDialog" ID="OpenSearchDialog"></a> |
|
32 <h2>OpenSearchDialog</h2> |
|
33 <p> |
|
34 Class implementing a dialog for the configuration of search engines. |
|
35 </p> |
|
36 <h3>Derived from</h3> |
|
37 QDialog, Ui_OpenSearchDialog |
|
38 <h3>Class Attributes</h3> |
|
39 <table> |
|
40 <tr><td>None</td></tr> |
|
41 </table> |
|
42 <h3>Methods</h3> |
|
43 <table> |
|
44 <tr> |
|
45 <td><a href="#OpenSearchDialog.__init__">OpenSearchDialog</a></td> |
|
46 <td>Constructor</td> |
|
47 </tr><tr> |
|
48 <td><a href="#OpenSearchDialog.__selectionChanged">__selectionChanged</a></td> |
|
49 <td>Private slot to handle a change of the selection.</td> |
|
50 </tr><tr> |
|
51 <td><a href="#OpenSearchDialog.on_addButton_clicked">on_addButton_clicked</a></td> |
|
52 <td>Private slot to add a new search engine.</td> |
|
53 </tr><tr> |
|
54 <td><a href="#OpenSearchDialog.on_deleteButton_clicked">on_deleteButton_clicked</a></td> |
|
55 <td>Private slot to delete the selected search engines.</td> |
|
56 </tr><tr> |
|
57 <td><a href="#OpenSearchDialog.on_editButton_clicked">on_editButton_clicked</a></td> |
|
58 <td>Private slot to edit the data of the current search engine.</td> |
|
59 </tr><tr> |
|
60 <td><a href="#OpenSearchDialog.on_restoreButton_clicked">on_restoreButton_clicked</a></td> |
|
61 <td>Private slot to restore the default search engines.</td> |
|
62 </tr> |
|
63 </table> |
|
64 <a NAME="OpenSearchDialog.__init__" ID="OpenSearchDialog.__init__"></a> |
|
65 <h4>OpenSearchDialog (Constructor)</h4> |
|
66 <b>OpenSearchDialog</b>(<i>parent = None</i>) |
|
67 <p> |
|
68 Constructor |
|
69 </p><a NAME="OpenSearchDialog.__selectionChanged" ID="OpenSearchDialog.__selectionChanged"></a> |
|
70 <h4>OpenSearchDialog.__selectionChanged</h4> |
|
71 <b>__selectionChanged</b>(<i>selected, deselected</i>) |
|
72 <p> |
|
73 Private slot to handle a change of the selection. |
|
74 </p><dl> |
|
75 <dt><i>selected</i></dt> |
|
76 <dd> |
|
77 item selection of selected items (QItemSelection) |
|
78 </dd><dt><i>deselected</i></dt> |
|
79 <dd> |
|
80 item selection of deselected items (QItemSelection) |
|
81 </dd> |
|
82 </dl><a NAME="OpenSearchDialog.on_addButton_clicked" ID="OpenSearchDialog.on_addButton_clicked"></a> |
|
83 <h4>OpenSearchDialog.on_addButton_clicked</h4> |
|
84 <b>on_addButton_clicked</b>(<i></i>) |
|
85 <p> |
|
86 Private slot to add a new search engine. |
|
87 </p><a NAME="OpenSearchDialog.on_deleteButton_clicked" ID="OpenSearchDialog.on_deleteButton_clicked"></a> |
|
88 <h4>OpenSearchDialog.on_deleteButton_clicked</h4> |
|
89 <b>on_deleteButton_clicked</b>(<i></i>) |
|
90 <p> |
|
91 Private slot to delete the selected search engines. |
|
92 </p><a NAME="OpenSearchDialog.on_editButton_clicked" ID="OpenSearchDialog.on_editButton_clicked"></a> |
|
93 <h4>OpenSearchDialog.on_editButton_clicked</h4> |
|
94 <b>on_editButton_clicked</b>(<i></i>) |
|
95 <p> |
|
96 Private slot to edit the data of the current search engine. |
|
97 </p><a NAME="OpenSearchDialog.on_restoreButton_clicked" ID="OpenSearchDialog.on_restoreButton_clicked"></a> |
|
98 <h4>OpenSearchDialog.on_restoreButton_clicked</h4> |
|
99 <b>on_restoreButton_clicked</b>(<i></i>) |
|
100 <p> |
|
101 Private slot to restore the default search engines. |
|
102 </p> |
|
103 <div align="right"><a href="#top">Up</a></div> |
|
104 <hr /> |
|
105 </body></html> |