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

Include reference to help-files for IDL generated by ActiveQt

    XMLWordPrintable

Details

    • Suggestion
    • Resolution: Out of scope
    • P3: Somewhat important
    • Some future release
    • 4.0.1
    • ActiveX Support
    • None

    Description

      The IDL generated by ActiveQt when building a server doesn't include any reasonable documentation (the metaobject doesn't support documentation for signals, slots or properties to be provided as part of the class declaration). However, IDL supports a helpfile(...) attribute for the type library:

      [
      uuid(...),
      version(1.0),
      helpfile("myactiveX.hlp"),
      helpstring("myactiveX 1.0 Type Library")
      ]
      library myactiveXLib
      {
      importlib("stdole32.tlb");
      importlib("stdole2.tlb");
      ....
      }

      IDC could generate this helpfile() string based on a command line parameter which could in turn be provided through an entry in the .pro file.

      Attachments

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

        Activity

          People

            pullatti Prasanth Ullattil
            vhilshei Volker Hilsheimer
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes