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

Add an argument with the screen number to QWidget::showFullScreen()

    XMLWordPrintable

Details

    Description

      It would be nice to be able to set a widget fullscreen on a certain screen, not necessarily the screen where the widget is.

      It would be usefull to be able to do something like this

      QDesktopWidget *desktop = app.desktop();
      int lastScreen = desktop->numScreens() - 1;
      mainWindow.showFullscreen(lastScreen);

      Attachments

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

        Activity

          People

            sorvig Morten Sørvig
            poulain Benjamin Poulain (closed Nokia identity) (Inactive)
            Votes:
            1 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes