Custom tooltip class/method description in Qt Creator
-
Hello,
Is there a standard commenting style to get Qt Creator displaying user defined class/method comments in tooltips as it is doing for Qt class/methods; on a per project basis? Either in -almost- instanneously (Code Model update) or through the build process.
!http://dl.dropbox.com/u/1142649/Qt-tooltip.png(Qt tooltip)!
How to get this kind of tooltip for the classes of the current project in Qt Creator? -
Hi,
unfortunately this is currently not possible. This information is extracted from the generated Qt documents shipped with Creator.
We do have plans to support such a feature in the future, but there's no one (that I'm aware of) actually working on it right now. Contributions are welcome though. ;-)
Cheers,
Leandro