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

Android style broken on Android 5

    XMLWordPrintable

Details

    • Bug
    • Resolution: Out of scope
    • P1: Critical
    • None
    • 5.15.6
    • Widgets: Styles
    • None
    • Android

    Description

      Hi,
      I have a QWidget based application that works fine on Android 6 and up. However it crashes on setupui for every dialogs on Android 5. My guess is that Android Style extraction is broken.
      If I load a "Fusion" style no crash anymore, but if I do ((in main, before qApp.exe(); ) :

              QStyle *myStyle=QStyleFactory::create("Android");
              qApp->setStyle(myStyle);
      

      Then no QDialog is working anymore (plus I can see the palette is not correct either).

      --Philippe Lelong

      Attachments

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

        Activity

          People

            tpochep Timur Pocheptsov
            matirai Philippe
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes