Open in Web IDE
Quickly and easily edit multiple files in your project.
Edit
Edit this file only.
import QtQuick 1.1
import "."
import "custom" as Components
Item {
width: parent ? parent.width : 200
height: 24
StyleItem {
anchors.fill: parent
elementType: "statusbar"
}