mirror of
https://github.com/QRouland/UTPass.git
synced 2025-06-29 16:52:29 +00:00
Add search bar
This commit is contained in:
12
qml/components/Search.qml
Normal file
12
qml/components/Search.qml
Normal file
@ -0,0 +1,12 @@
|
||||
import QtQuick 2.4
|
||||
|
||||
Item {
|
||||
TextField {
|
||||
id: searchBar
|
||||
placeholderText: i18n.tr("Search")
|
||||
height: units.gu(4)
|
||||
visible: false
|
||||
anchors.verticalCenter: parent.verticalCenter
|
||||
}
|
||||
Component.onCompleted: ;
|
||||
}
|
@ -1,2 +1,3 @@
|
||||
FileDir 1.0 FileDir.qml
|
||||
Link 1.0 Link.qml
|
||||
Link 1.0 Link.qml
|
||||
Search 1.0 Search.qml
|
Reference in New Issue
Block a user