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

Include reference to help-files for IDL generated by ActiveQt

XMLWordPrintable

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

      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.

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

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

              Created:
              Updated:
              Resolved:

                There are no open Gerrit changes