Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Mobile and Embedded
  4. Virtual keyboard, not fullscreen
Forum Updated to NodeBB v4.3 + New Features

Virtual keyboard, not fullscreen

Scheduled Pinned Locked Moved Mobile and Embedded
4 Posts 3 Posters 3.4k 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.
  • strahlexS Offline
    strahlexS Offline
    strahlex
    wrote on last edited by
    #1

    Hello Qt developers,

    When using QTextEdit on Symbian platform the virtual keyboard shows up fullscreen by default, is it possible to use the keyboard non-fullscreen, so that the user could see the real textedit (not the one from the keyboard)?

    Strahlex

    Feel free to check out my website machinekoder.com
    and my pet projects Intellicute and QtQuickVcp

    1 Reply Last reply
    0
    • J Offline
      J Offline
      Jake007
      wrote on last edited by
      #2

      Unfortunately no.
      It's managed by the operating system.

      Take a look at this, maybe it'll help: "virtual keyboard":http://qt-apps.org/content/show.php/VirtualKeyboard?content=107388

      Don't know how it'll look on mobile platform.


      Code is poetry

      1 Reply Last reply
      0
      • strahlexS Offline
        strahlexS Offline
        strahlex
        wrote on last edited by
        #3

        Thank you, but what I searched for was a native solution, like in the messaging application.

        Feel free to check out my website machinekoder.com
        and my pet projects Intellicute and QtQuickVcp

        1 Reply Last reply
        0
        • C Offline
          C Offline
          cptG
          wrote on last edited by
          #4

          Hey Strahlex!
          I was just facing the same question and could not find anything but this thread on google.
          So sorry for reviving this old thread, but there is a solution and maybe it'll help someone who googles it just like me.
          Just set the ApplicationAttribute AA_S60DisablePartialScreenInputMode to false:

          @QApplication::setAttribute(Qt::AA_S60DisablePartialScreenInputMode, false);@

          ...that's all. Took some grepping through the qt sources for me to find that out :/

          Cheers!

          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