https://bugs.kde.org/show_bug.cgi?id=368970
--- Comment #10 from Gregor Mi <codestr...@posteo.org> --- For comparison I tried again with another library PyQt5. There I have code like this: ``` import sys from PyQt5.QtWidgets import QWidget, QApplication from PyQt5.QtGui import QPainter, QColor, QPen from PyQt5.QtCore import Qt class Example(QWidget): def __init__(self): super().__init__() self.initUI() ... ``` The when I hover over the base class of Example (QWidget) then the documentation is properly shown in the tooltip (and the corresponding QtHelp for C++ can be opened which is cool). Navigation to the corresponding python file is not possible with Ctrl+Click, though. -- You are receiving this mail because: You are watching all bug changes.