D
D
Dmitry Burnashev2018-12-04 09:02:33
Qt
Dmitry Burnashev, 2018-12-04 09:02:33

How to change the contents of the popup when hovering over a method/variable?

To change the contents of the pop-up window when hovering over a class method/variable in the code, I use "///" above the method/variable, this works with methods, but with variables only for C ++ classes (int, bool, etc.).
When I declare a variable of type QString (as well as any other Qt classes), the standard Qt description of the class of this variable is displayed, but I would like to display a description of what the variable is responsible for. How can I do that?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
E
eeiaao, 2018-12-11
@eeiaao

In the documentation for the subject, the item is called "Viewing function tooltips", which, as it were, hints at .

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question