eric6/WebBrowser/QtHelp/HelpIndexWidget.py

branch
maintenance
changeset 8043
0acf98cd089a
parent 7924
8a96736d465e
parent 7923
91e843545d9a
child 8176
31965986ecd1
equal deleted inserted replaced
7991:866adc8c315b 8043:0acf98cd089a
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