Uploaded image for project: 'Qt Creator'
  1. Qt Creator
  2. QTCREATORBUG-2714

Qt Quick Toolbar: Image toolbar for Image-based components shows no filename and wrong thumbnail

    XMLWordPrintable

Details

    • Bug
    • Resolution: Done
    • P2: Important
    • Qt Creator 2.3.0
    • Qt Creator 2.2.0
    • Quick Designer
    • None
    •  ef71dcc80de3bad403e1c9002217ab82faf5264a

    Description

      If you have the following code in Button.qml,

      import Qt 4.7
      
      Image {
           source: "images/button.png"
      }
      

      The file where you instantiate the item looks like this:

       Button {} 
       Image { source: "foo.png" }
      

      If you first hover over Image to active the Qt Quick Toolbar, and then hover over Button, foo.png will be displayed as the filename and the thumbnail will be that of foo.png, not images/button.png as one would expect.

      Attachments

        For Gerrit Dashboard: QTCREATORBUG-2714
        # Subject Branch Project Status CR V

        Activity

          People

            thohartm Thomas Hartmann
            holmsted Lasse Holmstedt
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes