Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. General and Desktop
  4. Something like tooltip?
Forum Updated to NodeBB v4.3 + New Features

Something like tooltip?

Scheduled Pinned Locked Moved Solved General and Desktop
3 Posts 2 Posters 274 Views
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • E Offline
    E Offline
    ElenaSuh
    wrote on last edited by
    #1

    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

    jsulmJ 1 Reply Last reply
    0
    • E ElenaSuh

      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

      jsulmJ Offline
      jsulmJ Offline
      jsulm
      Lifetime Qt Champion
      wrote on last edited by
      #2

      @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/)

      https://forum.qt.io/topic/113070/qt-code-of-conduct

      E 1 Reply Last reply
      3
      • jsulmJ jsulm

        @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/)

        E Offline
        E Offline
        ElenaSuh
        wrote on last edited by
        #3

        @jsulm Hello, Thank you for the reply!
        I think this is what I looking for :)

        Thank you so much!

        -JESuh

        1 Reply Last reply
        1

        • Login

        • Login or register to search.
        • First post
          Last post
        0
        • Categories
        • Recent
        • Tags
        • Popular
        • Users
        • Groups
        • Search
        • Get Qt Extensions
        • Unsolved