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

Resources added with qt_add_resources not visible in .ui Designer

    XMLWordPrintable

Details

    Description

      After adding files as resources with qt_add_resources, these are visible in the project tree, but not available in the resource browser in integrated designer, e.g. when selecting the "..." for the "pixmap" property of a QLabel.

      This happens with the qt_add_resources variant that directly takes a list of (e.g. image) files, not when adding .qrc files directly. E.g.

      qt_add_resources(untitled "logo"
        FILES
          "images/qtlogo.png"
          "images/qtlogo@2x.png"
      )
      

      Attachments

        Issue Links

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

          Activity

            People

              cadam Cristian Adam
              con Eike Ziller
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated:

                Gerrit Reviews

                  There are no open Gerrit changes