Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. General and Desktop
  4. how to change the size of virtual keyboard?
Qt 6.11 is out! See what's new in the release blog

how to change the size of virtual keyboard?

Scheduled Pinned Locked Moved Unsolved General and Desktop
3 Posts 2 Posters 1.0k 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.
  • JoeCFDJ Offline
    JoeCFDJ Offline
    JoeCFD
    wrote on last edited by JoeCFD
    #1

    The size of virtual keyboard is full screen when it pops up. How to change its properties? qml is not used here.
    It is set-up by the following code.

    LineEdit::LineEdit(QWidget *parent)
    : QLineEdit( parent )
    {
    setAttribute( Qt::WA_InputMethodEnabled, true );
    setInputMethodHints( inputMethodHints() );
    }

    1 Reply Last reply
    0
    • mrjjM Offline
      mrjjM Offline
      mrjj
      Lifetime Qt Champion
      wrote on last edited by
      #2

      Hi
      So its the systems keyboard that pops up ?

      1 Reply Last reply
      0
      • JoeCFDJ Offline
        JoeCFDJ Offline
        JoeCFD
        wrote on last edited by
        #3

        7a745273-de27-4301-a12c-4fdaec17e6e9-image.png It is qt

        I believe it is the Qt keyboard

        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