mirror of
https://github.com/status-im/status-desktop.git
synced 2025-01-10 06:16:32 +00:00
17 lines
268 B
QML
17 lines
268 B
QML
import QtQuick 2.13
|
|
|
|
import utils 1.0
|
|
import "."
|
|
|
|
import StatusQ.Core 0.1
|
|
import StatusQ.Controls 0.1
|
|
|
|
StatusInput {
|
|
id: searchBox
|
|
placeholderText: qsTr("Search")
|
|
input.icon.name: "search"
|
|
input.clearable: true
|
|
leftPadding: 0
|
|
rightPadding: 0
|
|
}
|