Commit 34d5b3b5 authored by Clément Fauconnier's avatar Clément Fauconnier

added folder icon

parent c706a686
...@@ -502,12 +502,13 @@ QVariant UBDocumentTreeModel::data(const QModelIndex &index, int role) const ...@@ -502,12 +502,13 @@ QVariant UBDocumentTreeModel::data(const QModelIndex &index, int role) const
} else if (isConstant(index)) { } else if (isConstant(index)) {
return QIcon(":images/libpalette/ApplicationsCategory.svg"); return QIcon(":images/libpalette/ApplicationsCategory.svg");
} }
// switch (static_cast<int>(dataNode->nodeType())) { switch (static_cast<int>(dataNode->nodeType()))
// case UBDocumentTreeNode::Catalog : {
// return QIcon(":images/folder.png"); case UBDocumentTreeNode::Catalog :
return QIcon(":images/folder.png");
// case UBDocumentTreeNode::Document : // case UBDocumentTreeNode::Document :
// return QIcon(":images/toolbar/board.png"); // return QIcon(":images/toolbar/board.png");
// } }
} }
break; break;
case (Qt::FontRole) : case (Qt::FontRole) :
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment