Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. General talk
  3. Showcase
  4. Looking for an open source Qt VirtualKeyboard widget?
Forum Updated to NodeBB v4.3 + New Features

Looking for an open source Qt VirtualKeyboard widget?

Scheduled Pinned Locked Moved Showcase
14 Posts 5 Posters 14.0k 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.
  • L Offline
    L Offline
    luca
    wrote on last edited by
    #2

    It looks good.
    I'll try it.

    Why did you use QPL license?

    1 Reply Last reply
    0
    • A Offline
      A Offline
      AlterX
      wrote on last edited by
      #3

      Now with french support!

      Qt Ambassador
      Real-time cooperative teams: http://www.softairrealfight.net
      Free Real-time network platform sdk: https://github.com/AlterX76/Solomon

      https://codereview.qt-project.org/...

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

        I tested it and was good, but I want to change the layout between typing , to another language. can you help me what to do?
        I want a keyboard with 2 layouts support!

        1 Reply Last reply
        0
        • A AlterX

          Have a look at my project ;-)

          http://qt-apps.org/content/show.php/VirtualKeyboard?content=107388

          M Offline
          M Offline
          mbnoimi
          wrote on last edited by
          #5

          @AlterX May you please create a repository for this nice project in Github, Gitlab or Sourceforge?
          Thus the community can share your code.

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

            Hello,
            yes I will do this since I was already thinking of doing such thing...Before doing this, I have to merge some new features.

            Qt Ambassador
            Real-time cooperative teams: http://www.softairrealfight.net
            Free Real-time network platform sdk: https://github.com/AlterX76/Solomon

            https://codereview.qt-project.org/...

            M 1 Reply Last reply
            0
            • A AlterX

              Hello,
              yes I will do this since I was already thinking of doing such thing...Before doing this, I have to merge some new features.

              M Offline
              M Offline
              mbnoimi
              wrote on last edited by
              #7

              @AlterX I tested your project under Android and I want to add some improvements so I'll wait until creating your repository

              BTW, May you please use Git version control.

              1 Reply Last reply
              0
              • A Offline
                A Offline
                AlterX
                wrote on last edited by
                #8

                https://github.com/AlterX76/VirtualKeyboard

                Qt Ambassador
                Real-time cooperative teams: http://www.softairrealfight.net
                Free Real-time network platform sdk: https://github.com/AlterX76/Solomon

                https://codereview.qt-project.org/...

                M 1 Reply Last reply
                0
                • A AlterX

                  https://github.com/AlterX76/VirtualKeyboard

                  M Offline
                  M Offline
                  mbnoimi
                  wrote on last edited by
                  #9

                  @AlterX

                  Thanks for contributions. I'll create merge request within next 24 hrs.

                  1 Reply Last reply
                  0
                  • A Offline
                    A Offline
                    AlterX
                    wrote on last edited by
                    #10

                    Ok... :)

                    Qt Ambassador
                    Real-time cooperative teams: http://www.softairrealfight.net
                    Free Real-time network platform sdk: https://github.com/AlterX76/Solomon

                    https://codereview.qt-project.org/...

                    1 Reply Last reply
                    0
                    • Hamed.MasafiH Offline
                      Hamed.MasafiH Offline
                      Hamed.Masafi
                      wrote on last edited by
                      #11

                      Is there any way for adding new keyboard layout?

                      Remote object sharing (OO RPC)
                      http://forum.qt.io/topic/60680/remote-object-sharing-oo-rpc-solved

                      Advanced, Powerful and easy to use ORM for Qt5
                      https://forum.qt.io/topic/67417/advanced-powerful-and-easy-to-use-orm-for-qt5

                      A 1 Reply Last reply
                      0
                      • Hamed.MasafiH Hamed.Masafi

                        Is there any way for adding new keyboard layout?

                        A Offline
                        A Offline
                        AlterX
                        wrote on last edited by
                        #12

                        @Hamed.Masafi

                        Hello,
                        if you mean in terms of contributions, yes you can download the code, make your changes (copying a *.ts file, translating it) and integrate in the code as in the Qt way.
                        If you have no confidence with Qt, just copy a ts file as template, make your change and send this to me and I will integrate it

                        Qt Ambassador
                        Real-time cooperative teams: http://www.softairrealfight.net
                        Free Real-time network platform sdk: https://github.com/AlterX76/Solomon

                        https://codereview.qt-project.org/...

                        1 Reply Last reply
                        0
                        • Hamed.MasafiH Offline
                          Hamed.MasafiH Offline
                          Hamed.Masafi
                          wrote on last edited by
                          #13

                          @AlterX Thanks for reply.
                          My mean is is there any config file like mechanism for creating new layout, Or it can be done by some coding.
                          Some languages (like mine, persian) needs extra butons in keyboard layout.
                          I've seen your project long time ago in qt-apps. Thanks for sharind. I will use it.

                          Remote object sharing (OO RPC)
                          http://forum.qt.io/topic/60680/remote-object-sharing-oo-rpc-solved

                          Advanced, Powerful and easy to use ORM for Qt5
                          https://forum.qt.io/topic/67417/advanced-powerful-and-easy-to-use-orm-for-qt5

                          A 1 Reply Last reply
                          0
                          • Hamed.MasafiH Hamed.Masafi

                            @AlterX Thanks for reply.
                            My mean is is there any config file like mechanism for creating new layout, Or it can be done by some coding.
                            Some languages (like mine, persian) needs extra butons in keyboard layout.
                            I've seen your project long time ago in qt-apps. Thanks for sharind. I will use it.

                            A Offline
                            A Offline
                            AlterX
                            wrote on last edited by
                            #14

                            @Hamed.Masafi

                            You mean more buttons than are currently on the keyboard?
                            Right now there is no other way to add new buttons.
                            Something that we can think about, is to create an extra line of buttons that could be displayed programmatically when needed.

                            Qt Ambassador
                            Real-time cooperative teams: http://www.softairrealfight.net
                            Free Real-time network platform sdk: https://github.com/AlterX76/Solomon

                            https://codereview.qt-project.org/...

                            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