Add italic to the bolded header cell

This commit is contained in:
Charles Haley 2013-05-11 18:33:14 +02:00
parent 9fbdff152e
commit cf8a7905ba

View File

@ -32,6 +32,7 @@ class HeaderView(QHeaderView): # {{{
self.hover = -1
self.current_font = QFont(self.font())
self.current_font.setBold(True)
self.current_font.setItalic(True)
def event(self, e):
if e.type() in (e.HoverMove, e.HoverEnter):