Mercurial > lcfOS
diff python/astviewer.py @ 207:8b2f20aae086
cleaning of files
author | Windel Bouwman |
---|---|
date | Sat, 29 Jun 2013 10:05:42 +0200 |
parents | ee0d30533dae |
children | 57c032c5e753 |
line wrap: on
line diff
--- a/python/astviewer.py Fri Jun 28 16:49:38 2013 +0200 +++ b/python/astviewer.py Sat Jun 29 10:05:42 2013 +0200 @@ -4,8 +4,8 @@ class AstModelBuilder: def __init__(self): - self.functionIco = QIcon(QPixmap('functionicon.png').scaled(32, 32)) - self.variableIco = QIcon(QPixmap('variableicon.png').scaled(32, 32)) + self.functionIco = QIcon(QPixmap('icons/functionicon.png').scaled(32, 32)) + self.variableIco = QIcon(QPixmap('icons/variableicon.png').scaled(32, 32)) self.visitor = Visitor(self.p1, self.p2) self.model = QStandardItemModel() self.model.setHorizontalHeaderLabels(['Object', 'Type'])