- 
    Bug 
- 
    Resolution: Unresolved
- 
    P2: Important 
- 
    None
- 
    Qt Creator 2.7.0
- 
    None
Just try this code with Desktop Components installed:
import QtQuick 1.1 import QtDesktop 1.0 ApplicationWindow { width: 400 height: 300 SplitterRow { anchors.fill: parent Rectangle{ width: 200 height: 100 } Rectangle{ width: 200 height: 100 } } }