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. How to increase Virtual Keyboard keypad size
Forum Updated to NodeBB v4.3 + New Features

How to increase Virtual Keyboard keypad size

Scheduled Pinned Locked Moved Unsolved QML and Qt Quick
2 Posts 2 Posters 511 Views 1 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.
  • J Offline
    J Offline
    James A
    wrote on last edited by
    #1

    Hai All,

    Is there any way to increase the Virtual Keyboard keypad size ?

    df0557aa-fbe7-40a5-99ca-dd2e1c589090-image.png

    Regards,
    James A

    1 Reply Last reply
    0
    • L Offline
      L Offline
      lemons
      wrote on last edited by
      #2

      @James-A

      I think you could simply copy the default styling to your project and modify it.
      Here you can modify anything (font size, font family, colors, keyboard size, replace images, etc.).

      QtQuick/VirtualKeyboard/Styles/default/

      // apply your style in main.cpp
      qputenv("QT_VIRTUALKEYBOARD_STYLE", "yourStyleDirectoryName");
      qputenv("QT_VIRTUALKEYBOARD_LAYOUT_PATH", "qrc:/path/to/your/style/directory/from/above");
      
      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