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

Screen change signal cannot be detected

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Duplicate
    • Icon: Not Evaluated Not Evaluated
    • None
    • 5.15.15
    • QPA: EGLFS
    • None

      the below code will not be triggered.

          QObject::connect(&app, &QGuiApplication::screenAdded, [](QScreen *screen){
              qDebug()<< "screenAdded";
          });
          QObject::connect(&app, &QGuiApplication::screenRemoved, [](QScreen *screen){
              qDebug()<< "screenRemoved";
          });
      

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

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

              Created:
              Updated:
              Resolved:

                There are no open Gerrit changes