linphone-desktop/tests/ui/components/Form/RoundButton.qml
2016-09-06 16:49:31 +02:00

11 lines
184 B
QML

import QtQuick 2.7
import QtQuick.Controls 2.0
Button {
property alias image: backgroundImage.source
Image {
anchors.fill: parent
id: backgroundImage
}
}