src/eric7/WebBrowser/TabManager/TabManagerWidget.py

branch
eric7
changeset 10475
ee41fab001f2
parent 10439
21c28b0f9e41
child 10482
72d9b5ea39b4
equal deleted inserted replaced
10474:c18ca679259d 10475:ee41fab001f2
38 Class implementing a window for managing the web browser tabs. 38 Class implementing a window for managing the web browser tabs.
39 39
40 @signal groupTypeChanged(int) emitted when the 'Group By' value was changed 40 @signal groupTypeChanged(int) emitted when the 'Group By' value was changed
41 """ 41 """
42 42
43 # TODO: change this to an enum
43 GroupByWindow = 0 44 GroupByWindow = 0
44 GroupByDomain = 1 45 GroupByDomain = 1
45 GroupByHost = 2 46 GroupByHost = 2
46 47
47 WebBrowserRole = Qt.ItemDataRole.UserRole + 1 48 WebBrowserRole = Qt.ItemDataRole.UserRole + 1

eric ide

mercurial