Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. QML and Qt Quick
  4. TextField editing allowed only after entering a PIN
Forum Updated to NodeBB v4.3 + New Features

TextField editing allowed only after entering a PIN

Scheduled Pinned Locked Moved Unsolved QML and Qt Quick
1 Posts 1 Posters 122 Views
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • B Offline
    B Offline
    bitbang
    wrote on last edited by
    #1

    QML beginner here. So far I can get user input from TextFields using the VirtualKeyboard (thank you Qt for basic/basic.pro example).
    Now I want to enhance my UI form so that, when no user is logged to my application, attempting to edit the TextFields brings up a PIN keypad for the user to identify first. If PIN is accepted, editing continues on the TextField as usual, otherwise the editing is refused.
    This feature should be shared across all pages of the applicaton, but - among other things - I struggle how to share object references between UI forms (e.g. a global PIN keypad bound to some other global "currentUser" property) and how to put it declaratively.
    Any example/snippet/pointer?

    1 Reply Last reply
    0

    • Login

    • Login or register to search.
    • First post
      Last post
    0
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Get Qt Extensions
    • Unsolved