Uploaded image for project: 'Qt Design Studio'
  1. Qt Design Studio
  2. QDS-4185

Qt Design Studio has wrongly configured examples-manifest.xml

    XMLWordPrintable

Details

    • ddc6380c1b82ca5295af3c731e0c4a10efbd61d7 (qt-creator/tqtc-qt-creator/4.15) 5be41e7ba1c4768701b5398f09605a5b65e35c8c (qt-creator/tqtc-qt-creator/4.15)
    • QDS 2D- 2021 Week 14/16

    Description

      Qt Design Studio generates examples-manifest.xml with unexpected url entries.
      Examples docUrl and imageUrl in generated manifest start with qthelp://// and then just proceeds with the file path relative to manifest file, for example:

      docUrl="qthelp:////qt-design-studio-coffeemachine-example.html"
      imageUrl="qthelp:////images/coffee-machine-overview.png"
      

      QDS examples-manifest.xml was never used, so we never had issues with it, but now we are using qtcreators settings Help/InstalledExamples property and Qt Creator has issues locating documentation for them.
      Manifest has to create entries with property values referring to registered documentation, like these:

      docUrl="qthelp://org.qt-project.qtdesignstudio.200/doc/qt-design-studio-coffeemachine-example.html"
      imageUrl="qthelp://org.qt-project.qtdesignstudio.200/doc/images/coffee-machine-overview.png"
      

      Attachments

        For Gerrit Dashboard: QDS-4185
        # Subject Branch Project Status CR V

        Activity

          People

            algerman Aleksei German
            algerman Aleksei German
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes