2022-09-01 09:30:30 +00:00
|
|
|
import QtQuick 2.14
|
2021-09-28 15:04:06 +00:00
|
|
|
|
2022-03-21 17:43:42 +00:00
|
|
|
import StatusQ.Controls 0.1
|
|
|
|
|
|
|
|
StatusInput {
|
2022-07-22 10:28:04 +00:00
|
|
|
placeholderText: qsTr("Search")
|
2022-08-11 11:55:08 +00:00
|
|
|
input.asset.name: "search"
|
2022-03-21 17:43:42 +00:00
|
|
|
input.clearable: true
|
|
|
|
leftPadding: 0
|
2022-09-01 09:30:30 +00:00
|
|
|
rightPadding: 4
|
2020-06-17 19:31:01 +00:00
|
|
|
}
|