Touch or Face id login, and password field

Hello! I can not figure out how to work with the subj… What widgets to use for this? How to make a password field with the display “*****”? Please help, thanks.

This added in the upcoming version. Right now you can use the following code:

import QtQuick 2.5

Item {
    Timer {
        running: true
        interval: 50
        repeat: !contentUi.p_loader.item
        onTriggered: contentUi.p_loader.item.echoMode = TextInput.Password
    }
}

image

See the example textfield_password.pma (929.1 KB)


Back to Flipabit >
Copyright © 2018. Flipabit Team. All rights reserved.