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

Application window transparency does not work in Android

    XMLWordPrintable

Details

    • Bug
    • Resolution: Done
    • Not Evaluated
    • None
    • 5.6.1
    • GUI: Window management
    • None
    • ARMv7 Android 4.0.3

    Description

      I need a transparent MainWindow background for Android application. I have added android:theme="@android:style/Theme.Translucent" to <application...> section of AndroidManifest.xml. Even I added lines
      MainWindow w;
      w.setAttribute( Qt::WA_NoSystemBackground );
      w.setAttribute( Qt::WA_TranslucentBackground );
      w.setAttribute( Qt::WA_OpaquePaintEvent, false );
      to main(). After application starts I can see underlaying application for very short time then it coveres by black background. I did not find how solve this. I strongly need transparent MainWindow background.

      Attachments

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

        Activity

          People

            Unassigned Unassigned
            gourmand64 Gourmet
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes