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

cannot change Screen of Window on EGLFS

    XMLWordPrintable

Details

    • Bug
    • Resolution: Incomplete
    • Not Evaluated
    • None
    • 5.15.15
    • QPA: EGLFS
    • None
    • Linux/Yocto

    Description

      Boot2Qt i.MX8MP

      Window {
          id: root
          visible: true
          screen: Qt.application.screens[0]
          Timer {
              id: timer
              running: true
              interval: 5000
              onTriggered: root.screen = Qt.application.screens[1]
          }
      }
      

      the above code will cause the crash

      Attachments

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

        Activity

          People

            lagocs Laszlo Agocs
            jiu shanheng jiu
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes