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. [Solved]On-screen keyboard
Qt 6.11 is out! See what's new in the release blog

[Solved]On-screen keyboard

Scheduled Pinned Locked Moved Mobile and Embedded
8 Posts 4 Posters 6.7k 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.
  • A Offline
    A Offline
    alexQt
    wrote on last edited by
    #1

    Hi ! Should the standard on-screen keyboard to appear when the focus is on LineEdit or other text components? If yes, why is it not happening? I use standard components from the repository in my Symbian application. Help solve the problem, please.

    1 Reply Last reply
    0
    • M Offline
      M Offline
      manishsharma
      wrote on last edited by
      #2

      are you doing any extra stuff for example installing your own QInputContext ? May be you can put your sample code here..

      1 Reply Last reply
      0
      • F Offline
        F Offline
        Fuzzbender
        wrote on last edited by
        #3

        Is anything happening when you focus on LineEdit? Can you give any additional details what kind of application (QML, QWidgets, QWebView, ...) you are having?

        1 Reply Last reply
        0
        • A Offline
          A Offline
          alexQt
          wrote on last edited by
          #4

          [quote author="Fuzzbender" date="1313478383"]Is anything happening when you focus on LineEdit? Can you give any additional details what kind of application (QML, QWidgets, QWebView, ...) you are having?[/quote]
          I have QWidget application for Mobile (Symbian) devices. I dragged LineEdit from repository and didn't change any parametres. On my phone, when I click on it, the cursor appears only.

          1 Reply Last reply
          0
          • F Offline
            F Offline
            Fuzzbender
            wrote on last edited by
            #5

            Hmm. What Symbian device is that? And which Qt version?

            1 Reply Last reply
            0
            • A Offline
              A Offline
              alexQt
              wrote on last edited by
              #6

              [quote author="Fuzzbender" date="1313559382"]Hmm. What Symbian device is that? And which Qt version?
              [/quote]

              Nokia 5530 and 5800 (both S60 5th Edition, Symbian^1). Qt 4.7.3. Qt Creator 2.2.1

              1 Reply Last reply
              0
              • S Offline
                S Offline
                samus8zero2x
                wrote on last edited by
                #7

                There's a standard keyboard? We're implementing our own and have to check the QApplication::focusWidget() function.

                1 Reply Last reply
                0
                • F Offline
                  F Offline
                  Fuzzbender
                  wrote on last edited by
                  #8

                  Native partial keyboard (aka non-fullscreen editing mode, aka splitview) for Qt/Symbian is supported starting from Qt 4.7.4. See https://bugreports.qt.nokia.com/browse/QTBUG-16572 for details.

                  The traditional symbian editing mode (fullscreen "middle state") should work just by focusing a text editable widget.

                  alexQt, the QLineEdit should open the fullscreen keyboard automatically. If it doesn't, could you try and send a QEvent::RequestSoftwareInputPanel event to 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