24 |
24 |
25 class BookmarksImportDialog(QDialog, Ui_BookmarksImportDialog): |
25 class BookmarksImportDialog(QDialog, Ui_BookmarksImportDialog): |
26 """ |
26 """ |
27 Class implementing a dialog for importing bookmarks from other sources. |
27 Class implementing a dialog for importing bookmarks from other sources. |
28 """ |
28 """ |
29 SourcesListIdRole = Qt.UserRole |
29 SourcesListIdRole = Qt.ItemDataRole.UserRole |
30 |
30 |
31 def __init__(self, parent=None): |
31 def __init__(self, parent=None): |
32 """ |
32 """ |
33 Constructor |
33 Constructor |
34 |
34 |