Something like tooltip?
-
Hello,
I want to put some information about my program.
Of course I put short info using tooltip, but want to write down bit more detailed info about each widget (buttons, line text edit, spinbox, label, etc...) and want to show them in the program either (not only in the code like comments)?Is there something else like tooltip? Or can I define tooltip different way like show this tooltip when I hover the widget and show another tooltip if I hover the same widget with pressing special button like alt or ctrl or user defined key, etc..?
Or if I cannot do this kind of thing but only can write down in the source code as a comment, is that possible to extract those info at once in some way (ex, some plugin like python comment parser https://pypi.org/project/comment-parser/)?
Please let me know if you have any idea or need further information.
I'm using Qt 5.4, well it is quite old version but probably move to the recent version sooner or later.Thank you so much in advance! :)
Best wishes,
JESuh -
Hello,
I want to put some information about my program.
Of course I put short info using tooltip, but want to write down bit more detailed info about each widget (buttons, line text edit, spinbox, label, etc...) and want to show them in the program either (not only in the code like comments)?Is there something else like tooltip? Or can I define tooltip different way like show this tooltip when I hover the widget and show another tooltip if I hover the same widget with pressing special button like alt or ctrl or user defined key, etc..?
Or if I cannot do this kind of thing but only can write down in the source code as a comment, is that possible to extract those info at once in some way (ex, some plugin like python comment parser https://pypi.org/project/comment-parser/)?
Please let me know if you have any idea or need further information.
I'm using Qt 5.4, well it is quite old version but probably move to the recent version sooner or later.Thank you so much in advance! :)
Best wishes,
JESuh@ElenaSuh said in Something like tooltip?:
can write down in the source code as a comment, is that possible to extract those info at once in some way (ex, some plugin like python comment parser https://pypi.org/project/comment-parser/)?
Usually tools like Doxygen are used for this (https://doxygen.nl/)
-
@ElenaSuh said in Something like tooltip?:
can write down in the source code as a comment, is that possible to extract those info at once in some way (ex, some plugin like python comment parser https://pypi.org/project/comment-parser/)?
Usually tools like Doxygen are used for this (https://doxygen.nl/)