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. How to add turkish language keyboard in qt ?
QtWS25 Last Chance

How to add turkish language keyboard in qt ?

Scheduled Pinned Locked Moved Unsolved Mobile and Embedded
8 Posts 2 Posters 850 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.
  • Q Offline
    Q Offline
    Qt embedded developer
    wrote on last edited by
    #1

    Hello i want to implement turkish keyboard in qt. i want help to implement it. if any body can give tips , reference then it will help me a lot.

    i have implemented English language key board . but i want to implement generic keyboard that we can use for any language.

    jsulmJ 1 Reply Last reply
    0
    • Q Qt embedded developer

      Hello i want to implement turkish keyboard in qt. i want help to implement it. if any body can give tips , reference then it will help me a lot.

      i have implemented English language key board . but i want to implement generic keyboard that we can use for any language.

      jsulmJ Offline
      jsulmJ Offline
      jsulm
      Lifetime Qt Champion
      wrote on last edited by
      #2

      @Qt-embedded-developer Do you mean https://doc.qt.io/qt-5/qtvirtualkeyboard-index.html ?

      https://forum.qt.io/topic/113070/qt-code-of-conduct

      Q 1 Reply Last reply
      0
      • jsulmJ jsulm

        @Qt-embedded-developer Do you mean https://doc.qt.io/qt-5/qtvirtualkeyboard-index.html ?

        Q Offline
        Q Offline
        Qt embedded developer
        wrote on last edited by Qt embedded developer
        #3

        @jsulm I want to add keyboard like below image:

        keyboard.png

        jsulmJ 1 Reply Last reply
        0
        • Q Qt embedded developer

          @jsulm I want to add keyboard like below image:

          keyboard.png

          jsulmJ Offline
          jsulmJ Offline
          jsulm
          Lifetime Qt Champion
          wrote on last edited by jsulm
          #4

          @Qt-embedded-developer I still don't understand: do you use Qt virtual keyboard or not?
          If not: you already added one for English, what is the problem adding one for Turkish?

          https://forum.qt.io/topic/113070/qt-code-of-conduct

          Q 1 Reply Last reply
          0
          • jsulmJ jsulm

            @Qt-embedded-developer I still don't understand: do you use Qt virtual keyboard or not?
            If not: you already added one for English, what is the problem adding one for Turkish?

            Q Offline
            Q Offline
            Qt embedded developer
            wrote on last edited by Qt embedded developer
            #5

            @jsulm No i used grid layout and push button to add keyboard for English language.

            i want to use generic method to add language change in my keyboard.

            I am not using qml engine. if i want to use virtual keyboard in above formatted ui using qt c++ is it possible ?

            jsulmJ 1 Reply Last reply
            0
            • Q Qt embedded developer

              @jsulm No i used grid layout and push button to add keyboard for English language.

              i want to use generic method to add language change in my keyboard.

              I am not using qml engine. if i want to use virtual keyboard in above formatted ui using qt c++ is it possible ?

              jsulmJ Offline
              jsulmJ Offline
              jsulm
              Lifetime Qt Champion
              wrote on last edited by
              #6

              @Qt-embedded-developer Please answer yes or no: are you using https://doc.qt.io/qt-5/qtvirtualkeyboard-index.html ?

              https://forum.qt.io/topic/113070/qt-code-of-conduct

              Q 1 Reply Last reply
              0
              • jsulmJ jsulm

                @Qt-embedded-developer Please answer yes or no: are you using https://doc.qt.io/qt-5/qtvirtualkeyboard-index.html ?

                Q Offline
                Q Offline
                Qt embedded developer
                wrote on last edited by Qt embedded developer
                #7

                @jsulm No. i have edited answer you can review my previous reply.

                jsulmJ 1 Reply Last reply
                0
                • Q Qt embedded developer

                  @jsulm No. i have edited answer you can review my previous reply.

                  jsulmJ Offline
                  jsulmJ Offline
                  jsulm
                  Lifetime Qt Champion
                  wrote on last edited by
                  #8

                  @Qt-embedded-developer Qt Virtual Keyboard should also work with widgets, but I never tried.
                  If you want to use your own virtual keyboard then you will need to make it more generic to support different languages. You could, for example, define the keyboard layout in XML and then implement a function which reads this XML and generates the keyboard.

                  https://forum.qt.io/topic/113070/qt-code-of-conduct

                  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