QmlDesigner: Add component complete feature

This notifies the views if the instance has be really instanced.
This commit is contained in:
Marco Bubke
2010-12-09 16:09:37 +01:00
parent c04797fdce
commit 1312a04221
35 changed files with 341 additions and 17 deletions

View File

@@ -198,6 +198,10 @@ void NavigatorView::instancePropertyChange(const QList<QPair<ModelNode, QString>
{
}
void NavigatorView::instancesCompleted(const QVector<ModelNode> &/*completedNodeList*/)
{
}
void NavigatorView::nodeOrderChanged(const NodeListProperty &listProperty, const ModelNode &node, int oldIndex)
{
if (m_treeModel->isInTree(node))