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. virtual Keyboard localization support

virtual Keyboard localization support

Scheduled Pinned Locked Moved Unsolved QML and Qt Quick
2 Posts 2 Posters 194 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.
  • S Offline
    S Offline
    Satyakaama Mugali
    wrote on last edited by
    #1

    Hello sir,

    May i get sample example on adding /removing/reordering new language from keyboard

    L 1 Reply Last reply
    0
    • S Satyakaama Mugali

      Hello sir,

      May i get sample example on adding /removing/reordering new language from keyboard

      L Offline
      L Offline
      lemons
      wrote on last edited by
      #2

      @Satyakaama-Mugali

      InputPanel {
          id: keyboard
          Component.onCompleted: {
              // set your locales
              VirtualKeyboardSettings.activeLocales = ["en_US", "de_DE", "es_ES", "it_IT"]
          }
      }
      
      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