import QtQuick 1.0 Rectangle { radius: 5 gradient: Gradient { GradientStop { position: 0 color: "#ffffff" } GradientStop { position: 1 color: "#B0B0B0" } } }