5 <link rel="stylesheet" href="styles.css"> |
5 <link rel="stylesheet" href="styles.css"> |
6 </head> |
6 </head> |
7 <body> |
7 <body> |
8 <a NAME="top" ID="top"></a> |
8 <a NAME="top" ID="top"></a> |
9 <h1>eric7.WebBrowser.Bookmarks.BookmarksImportDialog</h1> |
9 <h1>eric7.WebBrowser.Bookmarks.BookmarksImportDialog</h1> |
10 |
|
11 <p> |
10 <p> |
12 Module implementing a dialog for importing bookmarks from other sources. |
11 Module implementing a dialog for importing bookmarks from other sources. |
13 </p> |
12 </p> |
|
13 |
14 <h3>Global Attributes</h3> |
14 <h3>Global Attributes</h3> |
15 |
|
16 <table> |
15 <table> |
17 <tr><td>None</td></tr> |
16 <tr><td>None</td></tr> |
18 </table> |
17 </table> |
|
18 |
19 <h3>Classes</h3> |
19 <h3>Classes</h3> |
20 |
|
21 <table> |
20 <table> |
22 |
|
23 <tr> |
21 <tr> |
24 <td><a href="#BookmarksImportDialog">BookmarksImportDialog</a></td> |
22 <td><a href="#BookmarksImportDialog">BookmarksImportDialog</a></td> |
25 <td>Class implementing a dialog for importing bookmarks from other sources.</td> |
23 <td>Class implementing a dialog for importing bookmarks from other sources.</td> |
26 </tr> |
24 </tr> |
27 </table> |
25 </table> |
|
26 |
28 <h3>Functions</h3> |
27 <h3>Functions</h3> |
29 |
|
30 <table> |
28 <table> |
31 <tr><td>None</td></tr> |
29 <tr><td>None</td></tr> |
32 </table> |
30 </table> |
|
31 |
33 <hr /> |
32 <hr /> |
34 <hr /> |
33 <hr /> |
35 <a NAME="BookmarksImportDialog" ID="BookmarksImportDialog"></a> |
34 <a NAME="BookmarksImportDialog" ID="BookmarksImportDialog"></a> |
36 <h2>BookmarksImportDialog</h2> |
35 <h2>BookmarksImportDialog</h2> |
37 |
|
38 <p> |
36 <p> |
39 Class implementing a dialog for importing bookmarks from other sources. |
37 Class implementing a dialog for importing bookmarks from other sources. |
40 </p> |
38 </p> |
|
39 |
41 <h3>Derived from</h3> |
40 <h3>Derived from</h3> |
42 QDialog, Ui_BookmarksImportDialog |
41 QDialog, Ui_BookmarksImportDialog |
43 <h3>Class Attributes</h3> |
42 <h3>Class Attributes</h3> |
44 |
|
45 <table> |
43 <table> |
46 <tr><td>SourcesListIdRole</td></tr> |
44 <tr><td>SourcesListIdRole</td></tr> |
47 </table> |
45 </table> |
|
46 |
48 <h3>Class Methods</h3> |
47 <h3>Class Methods</h3> |
49 |
|
50 <table> |
48 <table> |
51 <tr><td>None</td></tr> |
49 <tr><td>None</td></tr> |
52 </table> |
50 </table> |
|
51 |
53 <h3>Methods</h3> |
52 <h3>Methods</h3> |
54 |
|
55 <table> |
53 <table> |
56 |
|
57 <tr> |
54 <tr> |
58 <td><a href="#BookmarksImportDialog.__init__">BookmarksImportDialog</a></td> |
55 <td><a href="#BookmarksImportDialog.__init__">BookmarksImportDialog</a></td> |
59 <td>Constructor</td> |
56 <td>Constructor</td> |
60 </tr> |
57 </tr> |
61 <tr> |
58 <tr> |
81 <tr> |
78 <tr> |
82 <td><a href="#BookmarksImportDialog.on_sourcesList_itemSelectionChanged">on_sourcesList_itemSelectionChanged</a></td> |
79 <td><a href="#BookmarksImportDialog.on_sourcesList_itemSelectionChanged">on_sourcesList_itemSelectionChanged</a></td> |
83 <td>Private slot to handle changes of the selection of the import source.</td> |
80 <td>Private slot to handle changes of the selection of the import source.</td> |
84 </tr> |
81 </tr> |
85 </table> |
82 </table> |
|
83 |
86 <h3>Static Methods</h3> |
84 <h3>Static Methods</h3> |
87 |
|
88 <table> |
85 <table> |
89 <tr><td>None</td></tr> |
86 <tr><td>None</td></tr> |
90 </table> |
87 </table> |
91 |
88 |
|
89 |
92 <a NAME="BookmarksImportDialog.__init__" ID="BookmarksImportDialog.__init__"></a> |
90 <a NAME="BookmarksImportDialog.__init__" ID="BookmarksImportDialog.__init__"></a> |
93 <h4>BookmarksImportDialog (Constructor)</h4> |
91 <h4>BookmarksImportDialog (Constructor)</h4> |
94 <b>BookmarksImportDialog</b>(<i>parent=None</i>) |
92 <b>BookmarksImportDialog</b>(<i>parent=None</i>) |
95 |
|
96 <p> |
93 <p> |
97 Constructor |
94 Constructor |
98 </p> |
95 </p> |
|
96 |
99 <dl> |
97 <dl> |
100 |
98 |
101 <dt><i>parent</i> (QWidget)</dt> |
99 <dt><i>parent</i> (QWidget)</dt> |
102 <dd> |
100 <dd> |
103 reference to the parent widget |
101 reference to the parent widget |
104 </dd> |
102 </dd> |
105 </dl> |
103 </dl> |
106 <a NAME="BookmarksImportDialog.__enableNextButton" ID="BookmarksImportDialog.__enableNextButton"></a> |
104 <a NAME="BookmarksImportDialog.__enableNextButton" ID="BookmarksImportDialog.__enableNextButton"></a> |
107 <h4>BookmarksImportDialog.__enableNextButton</h4> |
105 <h4>BookmarksImportDialog.__enableNextButton</h4> |
108 <b>__enableNextButton</b>(<i></i>) |
106 <b>__enableNextButton</b>(<i></i>) |
109 |
|
110 <p> |
107 <p> |
111 Private slot to set the enabled state of the next button. |
108 Private slot to set the enabled state of the next button. |
112 </p> |
109 </p> |
|
110 |
113 <a NAME="BookmarksImportDialog.getImportedBookmarks" ID="BookmarksImportDialog.getImportedBookmarks"></a> |
111 <a NAME="BookmarksImportDialog.getImportedBookmarks" ID="BookmarksImportDialog.getImportedBookmarks"></a> |
114 <h4>BookmarksImportDialog.getImportedBookmarks</h4> |
112 <h4>BookmarksImportDialog.getImportedBookmarks</h4> |
115 <b>getImportedBookmarks</b>(<i></i>) |
113 <b>getImportedBookmarks</b>(<i></i>) |
116 |
|
117 <p> |
114 <p> |
118 Public method to get the imported bookmarks. |
115 Public method to get the imported bookmarks. |
119 </p> |
116 </p> |
|
117 |
120 <dl> |
118 <dl> |
121 <dt>Return:</dt> |
119 <dt>Return:</dt> |
122 <dd> |
120 <dd> |
123 top level bookmark |
121 top level bookmark |
124 </dd> |
122 </dd> |
130 </dd> |
128 </dd> |
131 </dl> |
129 </dl> |
132 <a NAME="BookmarksImportDialog.on_cancelButton_clicked" ID="BookmarksImportDialog.on_cancelButton_clicked"></a> |
130 <a NAME="BookmarksImportDialog.on_cancelButton_clicked" ID="BookmarksImportDialog.on_cancelButton_clicked"></a> |
133 <h4>BookmarksImportDialog.on_cancelButton_clicked</h4> |
131 <h4>BookmarksImportDialog.on_cancelButton_clicked</h4> |
134 <b>on_cancelButton_clicked</b>(<i></i>) |
132 <b>on_cancelButton_clicked</b>(<i></i>) |
135 |
|
136 <p> |
133 <p> |
137 Private slot documentation goes here. |
134 Private slot documentation goes here. |
138 </p> |
135 </p> |
|
136 |
139 <a NAME="BookmarksImportDialog.on_filePicker_textChanged" ID="BookmarksImportDialog.on_filePicker_textChanged"></a> |
137 <a NAME="BookmarksImportDialog.on_filePicker_textChanged" ID="BookmarksImportDialog.on_filePicker_textChanged"></a> |
140 <h4>BookmarksImportDialog.on_filePicker_textChanged</h4> |
138 <h4>BookmarksImportDialog.on_filePicker_textChanged</h4> |
141 <b>on_filePicker_textChanged</b>(<i>txt</i>) |
139 <b>on_filePicker_textChanged</b>(<i>txt</i>) |
142 |
|
143 <p> |
140 <p> |
144 Private slot handling changes of the file to import bookmarks form. |
141 Private slot handling changes of the file to import bookmarks form. |
145 </p> |
142 </p> |
|
143 |
146 <dl> |
144 <dl> |
147 |
145 |
148 <dt><i>txt</i> (str)</dt> |
146 <dt><i>txt</i> (str)</dt> |
149 <dd> |
147 <dd> |
150 text of the line edit |
148 text of the line edit |
151 </dd> |
149 </dd> |
152 </dl> |
150 </dl> |
153 <a NAME="BookmarksImportDialog.on_nextButton_clicked" ID="BookmarksImportDialog.on_nextButton_clicked"></a> |
151 <a NAME="BookmarksImportDialog.on_nextButton_clicked" ID="BookmarksImportDialog.on_nextButton_clicked"></a> |
154 <h4>BookmarksImportDialog.on_nextButton_clicked</h4> |
152 <h4>BookmarksImportDialog.on_nextButton_clicked</h4> |
155 <b>on_nextButton_clicked</b>(<i></i>) |
153 <b>on_nextButton_clicked</b>(<i></i>) |
156 |
|
157 <p> |
154 <p> |
158 Private slot to switch to the next page. |
155 Private slot to switch to the next page. |
159 </p> |
156 </p> |
|
157 |
160 <a NAME="BookmarksImportDialog.on_sourcesList_itemSelectionChanged" ID="BookmarksImportDialog.on_sourcesList_itemSelectionChanged"></a> |
158 <a NAME="BookmarksImportDialog.on_sourcesList_itemSelectionChanged" ID="BookmarksImportDialog.on_sourcesList_itemSelectionChanged"></a> |
161 <h4>BookmarksImportDialog.on_sourcesList_itemSelectionChanged</h4> |
159 <h4>BookmarksImportDialog.on_sourcesList_itemSelectionChanged</h4> |
162 <b>on_sourcesList_itemSelectionChanged</b>(<i></i>) |
160 <b>on_sourcesList_itemSelectionChanged</b>(<i></i>) |
163 |
|
164 <p> |
161 <p> |
165 Private slot to handle changes of the selection of the import source. |
162 Private slot to handle changes of the selection of the import source. |
166 </p> |
163 </p> |
|
164 |
167 <div align="right"><a href="#top">Up</a></div> |
165 <div align="right"><a href="#top">Up</a></div> |
168 <hr /> |
166 <hr /> |
169 </body></html> |
167 </body></html> |