Searched refs:shaderPropertiesItem (Results 1 – 1 of 1) sorted by relevance
603 QStandardItem* shaderPropertiesItem = new QStandardItem (QString("shader_properties")); in buildMaterialModel() local604 shaderPropertiesItem->setFlags(shaderPropertiesItem->flags() &= ~Qt::ItemIsEditable); in buildMaterialModel()605 … shaderPropertiesItem->setData(QVariant(static_cast<int>(MaterialProperty::Object)), Qt::UserRole); in buildMaterialModel()610 addProperty(shaderPropertiesItem, pit->first, pit->second); in buildMaterialModel()612 passItem->appendRow(shaderPropertiesItem); in buildMaterialModel()