Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Qt Creator and other tools
  4. Function documentation popup
Forum Updated to NodeBB v4.3 + New Features

Function documentation popup

Scheduled Pinned Locked Moved Solved Qt Creator and other tools
3 Posts 2 Posters 400 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.
  • D Offline
    D Offline
    damianatorrpm
    wrote on last edited by damianatorrpm
    #1

    Hi, I hope this is the right place to ask.

    When hovering over a function in QtCreator, it shows a description in one line.
    Can it accept a table like 1) 2) 3) on their own rows?:

    /*!
        \fn function
        1) Does stuff
        2) Does more stuff
        3) Does some more stuff
    
     * @param A parameter.
     * @return a value
     */
    

    It always shows in one line only

    aha_1980A 1 Reply Last reply
    0
    • D damianatorrpm

      Hi, I hope this is the right place to ask.

      When hovering over a function in QtCreator, it shows a description in one line.
      Can it accept a table like 1) 2) 3) on their own rows?:

      /*!
          \fn function
          1) Does stuff
          2) Does more stuff
          3) Does some more stuff
      
       * @param A parameter.
       * @return a value
       */
      

      It always shows in one line only

      aha_1980A Offline
      aha_1980A Offline
      aha_1980
      Lifetime Qt Champion
      wrote on last edited by
      #2

      Hi @damianatorrpm,

      yes, the tooltip shows the summary (first line) only. I'm not aware of a way to change that.

      Regards

      Qt has to stay free or it will die.

      1 Reply Last reply
      1
      • D Offline
        D Offline
        damianatorrpm
        wrote on last edited by
        #3

        @aha_1980 Thanks for the answer!
        https://bugreports.qt.io/browse/QTCREATORBUG-24043

        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