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. Regarding to arrange the keyboard to the below as the Qt provided virtual keyboard

Regarding to arrange the keyboard to the below as the Qt provided virtual keyboard

Scheduled Pinned Locked Moved Unsolved General and Desktop
10 Posts 3 Posters 2.1k Views 3 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.
  • Pradeep KumarP Offline
    Pradeep KumarP Offline
    Pradeep Kumar
    wrote on last edited by
    #1

    Hi,

    Regarding how to align the keyboard at the bottom, we have move() method which takes x and y cocordinates.

    i want to have similar to other virtual keyboard , in the keyboard which is being developed.
    How can i achieve like the below mentioned image.

    0_1502730119903_Screenshot (29).png

    how can i align at bottom ?.

    0_1502730167625_Screenshot (44).png

    Thanks,

    Pradeep Kumar
    Qt,QML Developer

    mrjjM 1 Reply Last reply
    0
    • Pradeep KumarP Pradeep Kumar

      Hi,

      Regarding how to align the keyboard at the bottom, we have move() method which takes x and y cocordinates.

      i want to have similar to other virtual keyboard , in the keyboard which is being developed.
      How can i achieve like the below mentioned image.

      0_1502730119903_Screenshot (29).png

      how can i align at bottom ?.

      0_1502730167625_Screenshot (44).png

      Thanks,

      mrjjM Offline
      mrjjM Offline
      mrjj
      Lifetime Qt Champion
      wrote on last edited by
      #2

      @Pradeep-Kumar
      Hi
      availableGeometry() return screen size without tray size
      and screenGeometry() return with.
      So the difference is the height of the tray / start bar.

      Note its possible to a setting so it will auto hide.
      Also, you can move it to any corner.
      So dont assume is at bottom always. :)

      small_birdS 1 Reply Last reply
      2
      • mrjjM mrjj

        @Pradeep-Kumar
        Hi
        availableGeometry() return screen size without tray size
        and screenGeometry() return with.
        So the difference is the height of the tray / start bar.

        Note its possible to a setting so it will auto hide.
        Also, you can move it to any corner.
        So dont assume is at bottom always. :)

        small_birdS Offline
        small_birdS Offline
        small_bird
        wrote on last edited by
        #3

        @mrjj Hello, could you tell me how to change the height of the keyboard?

        mrjjM 1 Reply Last reply
        0
        • small_birdS small_bird

          @mrjj Hello, could you tell me how to change the height of the keyboard?

          mrjjM Offline
          mrjjM Offline
          mrjj
          Lifetime Qt Champion
          wrote on last edited by
          #4

          @small_bird
          HI
          Which one ?
          The Qt version or the Microsoft build in one?

          small_birdS 2 Replies Last reply
          0
          • mrjjM mrjj

            @small_bird
            HI
            Which one ?
            The Qt version or the Microsoft build in one?

            small_birdS Offline
            small_birdS Offline
            small_bird
            wrote on last edited by
            #5

            @mrjj The qt version.

            1 Reply Last reply
            0
            • mrjjM mrjj

              @small_bird
              HI
              Which one ?
              The Qt version or the Microsoft build in one?

              small_birdS Offline
              small_birdS Offline
              small_bird
              wrote on last edited by small_bird
              #6

              @mrjj I try to change the height, however, the height seems to change corresponding to the width. It has the ratio?

              mrjjM 1 Reply Last reply
              0
              • small_birdS small_bird

                @mrjj I try to change the height, however, the height seems to change corresponding to the width. It has the ratio?

                mrjjM Offline
                mrjjM Offline
                mrjj
                Lifetime Qt Champion
                wrote on last edited by
                #7

                @small_bird
                they often have to keep buttons square-ish.
                Not sure with Qt version though. i mean why it does it.

                small_birdS 1 Reply Last reply
                0
                • mrjjM mrjj

                  @small_bird
                  they often have to keep buttons square-ish.
                  Not sure with Qt version though. i mean why it does it.

                  small_birdS Offline
                  small_birdS Offline
                  small_bird
                  wrote on last edited by
                  #8

                  @mrjj I try to make the keyboard as one long line, to avoid overlap the input text area.

                  mrjjM 1 Reply Last reply
                  0
                  • small_birdS small_bird

                    @mrjj I try to make the keyboard as one long line, to avoid overlap the input text area.

                    mrjjM Offline
                    mrjjM Offline
                    mrjj
                    Lifetime Qt Champion
                    wrote on last edited by
                    #9

                    @small_bird
                    I'm not sure it will do that pr default.
                    But you have the full source so you make it :)
                    Or maybe make a new layout that can do it.
                    I have not tried myself so I can't tell to which extend anew layout can control the height.

                    small_birdS 1 Reply Last reply
                    0
                    • mrjjM mrjj

                      @small_bird
                      I'm not sure it will do that pr default.
                      But you have the full source so you make it :)
                      Or maybe make a new layout that can do it.
                      I have not tried myself so I can't tell to which extend anew layout can control the height.

                      small_birdS Offline
                      small_birdS Offline
                      small_bird
                      wrote on last edited by
                      #10

                      @mrjj Ok, thank you anyway!

                      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