Skip to content
Snippets Groups Projects
TimelineView.qml 145 B
Newer Older
  • Learn to ignore specific revisions
  • import QtQuick 2.1
    
    Rectangle {
    	anchors.fill: parent
    
    	Text {
    		anchors.centerIn: parent
    		text: qsTr("No room open")
    		font.pointSize: 24
    	}
    }