12 lines
100 B
QML
12 lines
100 B
QML
import QtQuick
|
|
|
|
Item
|
|
{
|
|
|
|
SearchBar
|
|
{
|
|
id:searchBar
|
|
anchors.margins: 9
|
|
}
|
|
}
|