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

BUG→QScreen::primaryOrientation()

    XMLWordPrintable

Details

    • Android

    Description

      Widget::Widget(QWidget *parent)
          : QWidget(parent)
          , ui(new Ui::Widget)
      {
          ui->setupUi(this);
      
          QString txt;
          QDebug(&txt)<<qApp->primaryScreen()->primaryOrientation();
          ui->plainTextEdit->setPlainText(txt);
      
          //Android
          //Qt 5.14.2 OK
          //Qt 5.15.1 BUG: always Qt::LandscapeOrientation
      }
      

      Attachments

        1. Screenshot.png
          38 kB
          298218699
        2. untitled.7z
          1 kB
          298218699
        No reviews matched the request. Check your Options in the drop-down menu of this sections header.

        Activity

          People

            bartlomiejmoskal Bartlomiej Moskal
            298218699 298218699
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes