eric7/WebBrowser/QtHelp/HelpDocsInstaller.py

branch
eric7
changeset 8549
15eca21fd968
parent 8463
4a25c872d020
child 8602
4cff99ec9550
equal deleted inserted replaced
8548:c87eb20797b7 8549:15eca21fd968
108 def __installQtDoc(self, name, version, engine): 108 def __installQtDoc(self, name, version, engine):
109 """ 109 """
110 Private method to install/update a Qt help document. 110 Private method to install/update a Qt help document.
111 111
112 @param name name of the Qt help document (string) 112 @param name name of the Qt help document (string)
113 @param version Qt version of the help documens (integer) 113 @param version Qt version of the help documents (integer)
114 @param engine reference to the help engine (QHelpEngineCore) 114 @param engine reference to the help engine (QHelpEngineCore)
115 @return flag indicating success (boolean) 115 @return flag indicating success (boolean)
116 """ 116 """
117 versionKey = "qt_version_{0}@@{1}".format(version, name) 117 versionKey = "qt_version_{0}@@{1}".format(version, name)
118 info = engine.customValue(versionKey, "") 118 info = engine.customValue(versionKey, "")

eric ide

mercurial