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 the virtualkeyboard development as a plugin design

Regarding the virtualkeyboard development as a plugin design

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

    Hi,

    was developing virtual keyboard as plugin, how to identify the other app lineedit?.
    asking coz the virtual keyboard how can it be recognised to allow to input text to other app.

    Thanks,0_1502356210217_Screenshot (44).png

    Any suggestion?.

    Thanks,

    Pradeep Kumar
    Qt,QML Developer

    mrjjM 1 Reply Last reply
    0
    • Pradeep KumarP Pradeep Kumar

      Hi,

      was developing virtual keyboard as plugin, how to identify the other app lineedit?.
      asking coz the virtual keyboard how can it be recognised to allow to input text to other app.

      Thanks,0_1502356210217_Screenshot (44).png

      Any suggestion?.

      Thanks,

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

      @Pradeep-Kumar

      You can use QDBusConnection it seems
      https://www.kdab.com/qt-input-method-virtual-keyboard/

      This only works on linux.

      1 Reply Last reply
      1
      • Pradeep KumarP Offline
        Pradeep KumarP Offline
        Pradeep Kumar
        wrote on last edited by
        #3

        i asked coz if i give to many users they should use this virtual keyboard.
        is it platform specific?.

        Another query : if the app is developed using other languages, if lineedit exists, how to recognize to launch virtual keyboard app when clicked on lineedit of another app.?.

        Thanks,

        Pradeep Kumar
        Qt,QML Developer

        mrjjM 1 Reply Last reply
        0
        • Pradeep KumarP Pradeep Kumar

          i asked coz if i give to many users they should use this virtual keyboard.
          is it platform specific?.

          Another query : if the app is developed using other languages, if lineedit exists, how to recognize to launch virtual keyboard app when clicked on lineedit of another app.?.

          Thanks,

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

          @Pradeep-Kumar

          • is it platform specific?.
            Yes

          • if the app is developed using other languages, if lineedit exists, how to recognize to launch virtual keyboard app when clicked on lineedit of another app

          You can only know system settings. If app have own language system, you cannot

          1 Reply Last reply
          0
          • Pradeep KumarP Offline
            Pradeep KumarP Offline
            Pradeep Kumar
            wrote on last edited by
            #5

            I asked because, if i deploy to android mobile or desktop of Windows, linux.
            Other app having lineedit developed using Qt only, how to append to the lineedit, how to get signals from the other app?.

            Thanks,

            Pradeep Kumar
            Qt,QML Developer

            mrjjM 1 Reply Last reply
            0
            • Pradeep KumarP Pradeep Kumar

              I asked because, if i deploy to android mobile or desktop of Windows, linux.
              Other app having lineedit developed using Qt only, how to append to the lineedit, how to get signals from the other app?.

              Thanks,

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

              @Pradeep-Kumar

              • how to get signals from the other app?.
                That really depends on the platform, when possible.
              1 Reply Last reply
              0
              • Pradeep KumarP Offline
                Pradeep KumarP Offline
                Pradeep Kumar
                wrote on last edited by
                #7

                depends on platform. how?.
                and as earlier mentioned , virtualkeyboard do i need to make as an app or plugin?.
                whats better and any suggestions?.

                Thanks,

                Pradeep Kumar
                Qt,QML Developer

                mrjjM 1 Reply Last reply
                0
                • Pradeep KumarP Pradeep Kumar

                  depends on platform. how?.
                  and as earlier mentioned , virtualkeyboard do i need to make as an app or plugin?.
                  whats better and any suggestions?.

                  Thanks,

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

                  @Pradeep-Kumar said in Regarding the virtualkeyboard development as a plugin design:

                  depends on platform. how?.

                  There is no universal way, one can interface other (unknown) apps.
                  Windows does it one way, linux , other, macOs own way etc.

                  • virtualkeyboard do i need to make as an app or plugin?.

                  In most cases it would be an app if u plan to use as a utility tool.

                  1 Reply Last reply
                  0
                  • Pradeep KumarP Offline
                    Pradeep KumarP Offline
                    Pradeep Kumar
                    wrote on last edited by
                    #9

                    k need to develop as an app, and virtualkeyboard will be another class , need to show on click of lineedit. and hide when not required.
                    and this will be part of one app, not a separate app?.

                    Thanks,

                    Pradeep Kumar
                    Qt,QML Developer

                    mrjjM 1 Reply Last reply
                    0
                    • Pradeep KumarP Pradeep Kumar

                      k need to develop as an app, and virtualkeyboard will be another class , need to show on click of lineedit. and hide when not required.
                      and this will be part of one app, not a separate app?.

                      Thanks,

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

                      @Pradeep-Kumar said in Regarding the virtualkeyboard development as a plugin design:

                      and this will be part of one app, not a separate app?.

                      Well if used inside an app. you can just use it as plugin.

                      1 Reply Last reply
                      0
                      • Pradeep KumarP Offline
                        Pradeep KumarP Offline
                        Pradeep Kumar
                        wrote on last edited by
                        #11

                        well i need to make virtualkeyboard a s part of my existing app only.

                        Thanks,

                        Pradeep Kumar
                        Qt,QML Developer

                        mrjjM 1 Reply Last reply
                        0
                        • Pradeep KumarP Pradeep Kumar

                          well i need to make virtualkeyboard a s part of my existing app only.

                          Thanks,

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

                          @Pradeep-Kumar

                          ok then plugin seems best option or direct inclusion via a .pri file

                          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