Helpviewer/HelpTabBar.py

branch
Py2 comp.
changeset 2525
8b507a9a2d40
parent 2403
e3d7a861547c
child 2847
1843ef6e2656
equal deleted inserted replaced
2523:139f182b72f6 2525:8b507a9a2d40
4 # 4 #
5 5
6 """ 6 """
7 Module implementing a specialized tab bar for the web browser. 7 Module implementing a specialized tab bar for the web browser.
8 """ 8 """
9
10 from __future__ import unicode_literals # __IGNORE_WARNING__
9 11
10 from PyQt4.QtCore import Qt, QPoint, QTimer, QEvent 12 from PyQt4.QtCore import Qt, QPoint, QTimer, QEvent
11 from PyQt4.QtGui import QFrame, QLabel 13 from PyQt4.QtGui import QFrame, QLabel
12 14
13 from E5Gui.E5TabWidget import E5WheelTabBar 15 from E5Gui.E5TabWidget import E5WheelTabBar

eric ide

mercurial