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

Resources added with qt_add_resources not visible in .ui Designer

XMLWordPrintable

      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"
      )
      

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

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

              Created:
              Updated:
              Resolved:

                There are no open Gerrit changes