2020-06-17 19:31:01 +00:00
|
|
|
import QtQuick 2.13
|
2020-06-15 16:24:21 +00:00
|
|
|
import "../imports"
|
|
|
|
|
|
|
|
Input {
|
|
|
|
id: searchBox
|
|
|
|
placeholderText: qsTr("Search")
|
|
|
|
icon: "../app/img/search.svg"
|
|
|
|
iconWidth: 17
|
|
|
|
iconHeight: 17
|
|
|
|
customHeight: 36
|
|
|
|
fontPixelSize: 12
|
2020-06-17 19:31:01 +00:00
|
|
|
}
|