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

Keeping the screen active during periods of user inactivity

    XMLWordPrintable

Details

    • Suggestion
    • Resolution: Unresolved
    • Not Evaluated
    • None
    • None
    • Other
    • None

    Description

      Some kinds of applications, like presentation software or audio/video players, require the display to be kept active during long periods without user input. But most systems will turn off the display or go to sleep when they detect no keyboard/mouse activity for some time, in order to conserve power. So an application must be able to inform the system that it is active even during times without user interaction.

      Proposal:

      Add an API that allows a GUI application to prevent the screen from turning off or the screensaver from kicking in due to user inactivity. The application must be able to turn on or off this functionality when appropriate.

      On Windows, this API could use SetThreadExecutionState behind the scenes.

      Attachments

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

        Activity

          People

            laknoll Lars Knoll
            hyperquantum Kevin André
            Votes:
            1 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:

              Gerrit Reviews

                There are no open Gerrit changes