Helpviewer/Bookmarks/BookmarksImporters/__init__.py

changeset 3670
f0cb7579c0b4
parent 3656
441956d8fce5
child 4021
195a471c327b
equal deleted inserted replaced
3669:ac84ac3c0f05 3670:f0cb7579c0b4
22 @return list of tuples with an icon (QIcon), readable name (string) and 22 @return list of tuples with an icon (QIcon), readable name (string) and
23 internal name (string) 23 internal name (string)
24 """ 24 """
25 importers = [] 25 importers = []
26 importers.append( 26 importers.append(
27 (UI.PixmapCache.getIcon("ericWeb48.png"), "eric5 Web Browser", 27 (UI.PixmapCache.getIcon("ericWeb48.png"), "eric6 Web Browser",
28 "e5browser")) 28 "e5browser"))
29 importers.append( 29 importers.append(
30 (UI.PixmapCache.getIcon("firefox.png"), "Mozilla Firefox", "firefox")) 30 (UI.PixmapCache.getIcon("firefox.png"), "Mozilla Firefox", "firefox"))
31 importers.append( 31 importers.append(
32 (UI.PixmapCache.getIcon("chrome.png"), "Google Chrome", "chrome")) 32 (UI.PixmapCache.getIcon("chrome.png"), "Google Chrome", "chrome"))

eric ide

mercurial