Uploaded image for project: 'Qt'
  1. Qt
  2. QTBUG-37498

Dialogs are not working on imx6 board with eglfs

    XMLWordPrintable

Details

    Description

      Dialogs are working on raspberry pi, but not on imx6. If the capability handling is copied from the raspberry eglfs to imx6 elgfs hook, then it works.

       
      bool QEglFSImx6Hooks::hasCapability(QPlatformIntegration::Capability cap) const
      {
          switch (cap) {
              case QPlatformIntegration::ThreadedPixmaps:
              case QPlatformIntegration::OpenGL:
              case QPlatformIntegration::ThreadedOpenGL:
              case QPlatformIntegration::BufferQueueingOpenGL:
                  return true;
              default:
                  return false;
          }
      }
      

      In 5.2.0 it used to be working.

      Attachments

        No reviews matched the request. Check your Options in the drop-down menu of this sections header.

        Activity

          People

            qtcomsupport Qt Support
            qtcomsupport Qt Support
            Votes:
            0 Vote for this issue
            Watchers:
            5 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes