linphone-desktop/tests/ui/components/SearchBar/SearchBar.qml
2016-09-06 10:37:32 +02:00

6 lines
87 B
QML

import QtQuick 2.5
Text {
anchors.centerIn: parent
text: qsTr('helloWorld')
}