53 HelpHelpFile = 'source.qch' |
53 HelpHelpFile = 'source.qch' |
54 HelpCollectionProjectFile = 'source.qhcp' |
54 HelpCollectionProjectFile = 'source.qhcp' |
55 HelpCollectionFile = 'collection.qhc' |
55 HelpCollectionFile = 'collection.qhc' |
56 |
56 |
57 |
57 |
58 class QtHelpGenerator(object): |
58 class QtHelpGenerator: |
59 """ |
59 """ |
60 Class implementing the QtHelp generator for the builtin documentation |
60 Class implementing the QtHelp generator for the builtin documentation |
61 generator. |
61 generator. |
62 """ |
62 """ |
63 def __init__(self, htmlDir, |
63 def __init__(self, htmlDir, |