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. Universal numeric keypad for the whole application
Forum Updated to NodeBB v4.3 + New Features

Universal numeric keypad for the whole application

Scheduled Pinned Locked Moved Unsolved QML and Qt Quick
2 Posts 2 Posters 1.6k Views 2 Watching
  • 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.
  • LucyL Offline
    LucyL Offline
    Lucy
    wrote on last edited by
    #1

    I would like to make a Qt Quick application in QML with multiple windows/tabs concept. Each application window should have more than one TextField and a keypad that supports numerical input only. Until now I have implemeneted my own on-screen keyboard. My window/tab is represented as an Item, whose Elements are TextFields, and a numeric on-screen keypad, which is an Item that contains numeric Buttons. In that case my application consists of multiple TextField - keypad connections. Consequently, I am actually having as many keyboard instances as my application is having TextFields.
    Since this should be possible to avoid, I've started wondering if there is some better approach to build application with described functionalities. Please, let me now if you know what is a good approach to do that. Thank you!

    1 Reply Last reply
    0
    • tomasz3dkT Offline
      tomasz3dkT Offline
      tomasz3dk
      wrote on last edited by
      #2

      Hi. You can adopt QtFreeVirtualKeyboard for your needs.

      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