mirror of
https://github.com/QRouland/UTPass.git
synced 2025-08-22 13:56:00 +00:00
Various improvement :)
This commit is contained in:
30
qml/pages/Settings.qml
Normal file
30
qml/pages/Settings.qml
Normal file
@ -0,0 +1,30 @@
|
||||
import QtQuick 2.4
|
||||
import Ubuntu.Components 1.3
|
||||
import "headers"
|
||||
|
||||
Page {
|
||||
header: StackHeader {
|
||||
id:settingsHeader
|
||||
title: i18n.tr('Settings')
|
||||
}
|
||||
|
||||
Rectangle {
|
||||
anchors.top: settingsHeader.bottom
|
||||
anchors.bottom: parent.bottom
|
||||
width: parent.width
|
||||
color: "#FFF"
|
||||
|
||||
Flow {
|
||||
spacing: 1
|
||||
anchors.fill: parent
|
||||
Text {
|
||||
horizontalAlignment: Text.AlignHCenter
|
||||
width: parent.width
|
||||
height: units.gu(6)
|
||||
text: "Settings"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user