mirror of
https://github.com/QRouland/UTPass.git
synced 2025-06-30 01:02:29 +00:00
up
This commit is contained in:
@ -13,6 +13,15 @@ PageHeader {
|
||||
Action {
|
||||
iconName: "search"
|
||||
text: i18n.tr("Search")
|
||||
onTriggered: {
|
||||
mainHeader.contents = TextField {
|
||||
id: searchBar
|
||||
placeholderText: i18n.tr("Search")
|
||||
height: units.gu(4)
|
||||
visible: false
|
||||
anchors.verticalCenter: parent.verticalCenter
|
||||
}
|
||||
}
|
||||
},
|
||||
Action {
|
||||
iconName: "settings"
|
||||
|
Reference in New Issue
Block a user