eric6/WebBrowser/QtHelp/HelpIndexWidget.py

changeset 7900
72b88fb20261
parent 7781
607a6098cb44
child 7923
91e843545d9a
equal deleted inserted replaced
7899:ecf67e07b6e0 7900:72b88fb20261
76 76
77 @param url URL of the selected entry 77 @param url URL of the selected entry
78 @type QUrl 78 @type QUrl
79 @param keyword keyword for the URL 79 @param keyword keyword for the URL
80 @type str 80 @type str
81 @keyparam modifiers keyboard modifiers 81 @param modifiers keyboard modifiers
82 @type Qt.KeyboardModifiers or None 82 @type Qt.KeyboardModifiers or None
83 """ 83 """
84 if modifiers is None: 84 if modifiers is None:
85 modifiers = QApplication.keyboardModifiers() 85 modifiers = QApplication.keyboardModifiers()
86 if not url.isEmpty() and url.isValid(): 86 if not url.isEmpty() and url.isValid():

eric ide

mercurial