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 |