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

Qml TaskbarButton from QtWinExtras 1.0 crashes app on Windows 7 with Basic theme

    XMLWordPrintable

Details

    • Bug
    • Resolution: Cannot Reproduce
    • Not Evaluated
    • None
    • 5.9.1
    • Extras: Win
    • None

    Description

      Following code crashes on Windows 7 with enabled Basic theme. If switch to Aero theme all works fine.
       

      import QtWinExtras 1.0
       
      ApplicationWindow \{
         //---------------------------------------------------------------------------
        // Windows taskbar progress
        //---------------------------------------------------------------------------
        TaskbarButton \{
          progress.visible: true
          progress.minimum: 0
          progress.maximum: 100
          progress.value: 75
        }  
      }
      

      Attachments

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

        Activity

          People

            kleint Friedemann Kleint
            bobdmv Dmitry Bobylev
            Votes:
            1 Vote for this issue
            Watchers:
            5 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes