image viewer

This commit is contained in:
2019-04-03 16:11:22 +02:00
parent 5aa22fbfdd
commit a643810119
7 changed files with 223 additions and 2 deletions
+2 -2
View File
@@ -127,11 +127,11 @@ QStandardItem* insertPath(QString szPath, QStandardItem* lpRootItem)
switch(path)
{
case 0:
lpNewItem->setData(QVariant::fromValue(true), STYLEDDELEGATE_BOLD);
lpNewItem->setData(QVariant::fromValue(false), STYLEDDELEGATE_BOLD);
lpNewItem->setData(QVariant::fromValue(false), STYLEDDELEGATE_ITALIC);
break;
case 1:
lpNewItem->setData(QVariant::fromValue(false), STYLEDDELEGATE_BOLD);
lpNewItem->setData(QVariant::fromValue(true), STYLEDDELEGATE_BOLD);
lpNewItem->setData(QVariant::fromValue(false), STYLEDDELEGATE_ITALIC);
break;
case 2: