- 
    
Bug
 - 
    Resolution: Out of scope
 - 
    
P3: Somewhat important
 - 
    Qt Creator 2.3.0-beta
 
The designer is extending the dummydata idea with a special dummycontext file:
filename_dummycontext.qml:
import QtQuick 1.0
import QmlDesigner 1.0
DummyContextObject {
    parent: QtObject 
}
It is providing a dummy context for a object. The qml viewer should simply skip all file with _dummydata.qml.