Qt Forum

    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Unsolved

    Unsolved How to port a qt application by killing weston display manager.

    Qt WebKit
    2
    6
    478
    Loading More Posts
    • 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
      Lavanya last edited by

      We are devloping an application realted to voip based as the vedio related application requires non weston so we decided to kill the weston and run the application using eglgs platform as well as linuxfb based platform . Application displayed without any fail but the issue is i couldn't able to accessany icons of the application say it have 3 push buttons to go to diferent pages and for different tasks none of them workeed it dispaled like stared image that's it aslo the image is little zoom out kind displayed font also got changed also in console it showed "failed to load module:/usr/lib/gbm_dri.so""Backend gbm_pvr.so found"
      Can i get any information why this is happening.
      Also can someone let me know what i have to do to make my qt application to run independent on weston.
      Thanks & Regards
      A.N.V.LAVANYA

      1 Reply Last reply Reply Quote 0
      • SGaist
        SGaist Lifetime Qt Champion last edited by

        Hi,

        From the looks of it, your input configuration might be wrong. What are you using to interact with your GUI ?

        Interested in AI ? www.idiap.ch
        Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct

        1 Reply Last reply Reply Quote 0
        • L
          Lavanya last edited by Lavanya

          Sorry if i am not mistaken you are asking about mouse or touch interaction only right.
          If so we have given pushbutton::clicked() function in application but to board touch is enabled .
          And also after killing weston mouse shows cursor but not actually selecting icon what we pressed on them.

          1 Reply Last reply Reply Quote 0
          • SGaist
            SGaist Lifetime Qt Champion last edited by

            So you are using both a touchscreen and a mouse ?

            Interested in AI ? www.idiap.ch
            Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct

            1 Reply Last reply Reply Quote 0
            • L
              Lavanya last edited by

              @SGaist said in How to port a qt application by killing weston display manager.:

              using both a touchscreen and a mouse ?

              Yes

              1 Reply Last reply Reply Quote 0
              • SGaist
                SGaist Lifetime Qt Champion last edited by

                Did you configure correctly the input backend to use when starting your application ?

                Interested in AI ? www.idiap.ch
                Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct

                1 Reply Last reply Reply Quote 0
                • First post
                  Last post