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. Qt virtual keyboard default layout difference
Forum Updated to NodeBB v4.3 + New Features

Qt virtual keyboard default layout difference

Scheduled Pinned Locked Moved Unsolved Mobile and Embedded
9 Posts 3 Posters 1.1k Views 2 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.
  • V Offline
    V Offline
    vkey
    wrote on last edited by
    #1

    Hi , When i run QT virtual keyboard on my device layout is this 98f07e7e-e220-49c1-8af0-937904ad53a1-image.png

    but on QT website default layout for keyboard is like this 1921ddc7-2ef4-430b-be84-ae2f4354f3a4-image.png

    Why it is two default are different ? and how can i have second layout instead of first ?

    TomZT Axel SpoerlA 2 Replies Last reply
    0
    • V vkey

      Hi , When i run QT virtual keyboard on my device layout is this 98f07e7e-e220-49c1-8af0-937904ad53a1-image.png

      but on QT website default layout for keyboard is like this 1921ddc7-2ef4-430b-be84-ae2f4354f3a4-image.png

      Why it is two default are different ? and how can i have second layout instead of first ?

      TomZT Offline
      TomZT Offline
      TomZ
      wrote on last edited by
      #2

      @vkey Not tried with this specific Qt component, but in general locale specific details on unix come from the 'locale' concept.

      This is typically set by some nice GUI, in KDE for instance. But if you are using just a bare setup without some desktop environment you'll want to check your locale.

      echo $LANG
      echo $LANGUAGE

      from the same shell you start your app with:
      'export LANG=en_GB.UTF-8'

      For more details, check https://sourceware.org/glibc/wiki/Locales

      1 Reply Last reply
      0
      • V vkey

        Hi , When i run QT virtual keyboard on my device layout is this 98f07e7e-e220-49c1-8af0-937904ad53a1-image.png

        but on QT website default layout for keyboard is like this 1921ddc7-2ef4-430b-be84-ae2f4354f3a4-image.png

        Why it is two default are different ? and how can i have second layout instead of first ?

        Axel SpoerlA Offline
        Axel SpoerlA Offline
        Axel Spoerl
        Moderators
        wrote on last edited by
        #3

        @vkey
        The example on our website is a macOS virtual keyboard.
        Just by looking at the colors of your version, it appears to me that you are using another operating system.

        Software Engineer
        The Qt Company, Oslo

        TomZT 1 Reply Last reply
        0
        • Axel SpoerlA Axel Spoerl

          @vkey
          The example on our website is a macOS virtual keyboard.
          Just by looking at the colors of your version, it appears to me that you are using another operating system.

          TomZT Offline
          TomZT Offline
          TomZ
          wrote on last edited by
          #4

          To be clear, the word "layout" to me made me think about one having the "Z" on the top row and the other having the "Y" there.

          Axel SpoerlA 1 Reply Last reply
          0
          • TomZT TomZ

            To be clear, the word "layout" to me made me think about one having the "Z" on the top row and the other having the "Y" there.

            Axel SpoerlA Offline
            Axel SpoerlA Offline
            Axel Spoerl
            Moderators
            wrote on last edited by
            #5

            @TomZ
            Hi Tom,
            Yours is Slovenian, which according to Wikipedia is part of the QWERTZ empire.
            The one on our website is British, which is QWERTY.
            By googling, I also found this older link, where someone claiming to speak on behalf of all Slovenes (including other parts of the Balkans) urged Apple to support Slovenian QWERTZ.
            => Ne vidim problem!
            Lijep pozdrav
            Axel

            Software Engineer
            The Qt Company, Oslo

            TomZT 1 Reply Last reply
            0
            • Axel SpoerlA Axel Spoerl

              @TomZ
              Hi Tom,
              Yours is Slovenian, which according to Wikipedia is part of the QWERTZ empire.
              The one on our website is British, which is QWERTY.
              By googling, I also found this older link, where someone claiming to speak on behalf of all Slovenes (including other parts of the Balkans) urged Apple to support Slovenian QWERTZ.
              => Ne vidim problem!
              Lijep pozdrav
              Axel

              TomZT Offline
              TomZT Offline
              TomZ
              wrote on last edited by
              #6

              @Axel-Spoerl said in Qt virtual keyboard default layout difference:

              Hi Tom,
              Yours is Slovenian

              you realize I'm not OP?

              I think I answered the question in the first reply.. Lets see if OP comes back and helps us settle this :-)

              Axel SpoerlA 1 Reply Last reply
              0
              • TomZT TomZ

                @Axel-Spoerl said in Qt virtual keyboard default layout difference:

                Hi Tom,
                Yours is Slovenian

                you realize I'm not OP?

                I think I answered the question in the first reply.. Lets see if OP comes back and helps us settle this :-)

                Axel SpoerlA Offline
                Axel SpoerlA Offline
                Axel Spoerl
                Moderators
                wrote on last edited by
                #7

                @TomZ said in Qt virtual keyboard default layout difference:

                you realize I'm not OP?

                Now I do. Apologies.

                Software Engineer
                The Qt Company, Oslo

                1 Reply Last reply
                0
                • V Offline
                  V Offline
                  vkey
                  wrote on last edited by
                  #8

                  Thank you for the Reply and sorry for the confusion caused because of the different locale setting in my screen shots.
                  @TomZ yes with the layout i mean positioning of the keys . Specially the last line , I would like to have hide keyboard button in the last line instead of clicking on Setting button in first layout .
                  @Axel-Spoerl I am using yocto Linux and Qt version 6.5.1 .
                  Does QT have different default layout in different OS ?

                  Axel SpoerlA 1 Reply Last reply
                  0
                  • V vkey

                    Thank you for the Reply and sorry for the confusion caused because of the different locale setting in my screen shots.
                    @TomZ yes with the layout i mean positioning of the keys . Specially the last line , I would like to have hide keyboard button in the last line instead of clicking on Setting button in first layout .
                    @Axel-Spoerl I am using yocto Linux and Qt version 6.5.1 .
                    Does QT have different default layout in different OS ?

                    Axel SpoerlA Offline
                    Axel SpoerlA Offline
                    Axel Spoerl
                    Moderators
                    wrote on last edited by Axel Spoerl
                    #9

                    @vkey said in Qt virtual keyboard default layout difference:

                    Does QT have different default layout in different OS ?

                    The layout in terms of QWERTZ / QWERTY and all the special keys depends on your locale.
                    How exactly the keyboard is shaped / designed, that is OS dependent.

                    Software Engineer
                    The Qt Company, Oslo

                    1 Reply Last reply
                    1

                    • Login

                    • Login or register to search.
                    • First post
                      Last post
                    0
                    • Categories
                    • Recent
                    • Tags
                    • Popular
                    • Users
                    • Groups
                    • Search
                    • Get Qt Extensions
                    • Unsolved