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

Android: standarddialogs example looks crazy with GL plugin

    XMLWordPrintable

Details

    • Android
    • d8f7a2ddf4e098786a5dec27e11786f5ff4e0433

    Description

      When running the standarddialogs example with the GL-based plugin, all the labels and buttons will be scaled up, and their position on screen will not match the touch position, so something is very off.

      Update:

      This problem can be reproduced with the following example:

      #include <QApplication>
      #include <QPushButton>

      int main(int argc, char *argv[])
      {
      QApplication app(argc, argv);

      QPushButton w("Hello, Qt!");
      w.show();
      return app.exec();
      }

      Attachments

        Issue Links

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

          Activity

            People

              tvete Paul Olav Tvete
              esabraha Eskil Abrahamsen Blomfeldt
              Votes:
              1 Vote for this issue
              Watchers:
              3 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved:

                Gerrit Reviews

                  There are no open Gerrit changes