Mercurial > hg > Feedworm
comparison FeedEntryItemDelegate.py @ 217:bb3c851b18b1
add source file endcoding header
author | Dirk Olmes <dirk@xanthippe.ping.de> |
---|---|
date | Sun, 27 Apr 2014 05:33:34 +0200 |
parents | babe14449162 |
children | 699d8f1cebd4 |
comparison
equal
deleted
inserted
replaced
216:9bc4b2465435 | 217:bb3c851b18b1 |
---|---|
1 | 1 # -*- coding: utf-8 -*- |
2 from PyQt4 import QtGui | 2 from PyQt4 import QtGui |
3 from PyQt4.QtGui import QFont | 3 from PyQt4.QtGui import QFont |
4 | 4 |
5 class FeedEntryItemDelegate(QtGui.QStyledItemDelegate): | 5 class FeedEntryItemDelegate(QtGui.QStyledItemDelegate): |
6 def __init__(self): | 6 def __init__(self): |