Results 1 to 3 of 3

Thread: QtCreator. A way to know something more about 'myfunction' ?

  1. #1
    Join Date
    Sep 2010
    Posts
    654
    Qt products
    Qt4
    Platforms
    Windows
    Thanks
    56
    Thanked 1 Time in 1 Post

    Default QtCreator. A way to know something more about 'myfunction' ?

    Is there a way to write some metadata to view a more detailed tooltip for 'myfunction'.
    Now I only see the type of the parameters that it expect, but I think that the name of them or the posibility of to write some metadata for the function would be useful.
    Any idea if there is now a way to do this?
    Thanks
    (Please move to QtTools .... and excuse me)
    Last edited by tonnot; 21st December 2010 at 19:30.

  2. #2
    Join Date
    Mar 2009
    Location
    Brisbane, Australia
    Posts
    7,729
    Qt products
    Qt4 Qt5
    Platforms
    Unix/X11 Windows
    Thanks
    13
    Thanked 1,610 Times in 1,537 Posts
    Wiki edits
    17

    Default Re: QtCreator. A way to know something more about 'myfunction' ?

    The names of function parameters, if specified in the declaration, are already shown in QtCreator tooltips and completion options.

  3. #3
    Join Date
    Sep 2010
    Posts
    654
    Qt products
    Qt4
    Platforms
    Windows
    Thanks
    56
    Thanked 1 Time in 1 Post

    Default Re: QtCreator. A way to know something more about 'myfunction' ?

    Ok, it is true... (I see the correct info)
    But if my parameters are std::string I only see 'myfunction(std::string)' and not 'myfunction(std::string value).
    Maybe it can be a bug ?

Similar Threads

  1. Qtcreator help
    By rashmi in forum Newbie
    Replies: 0
    Last Post: 16th November 2010, 05:13
  2. QtCreator 2.0 crashes application working in QtCreator 1.3
    By been_1990 in forum Qt Programming
    Replies: 2
    Last Post: 21st September 2010, 13:58
  3. QtCreator x64
    By Dato0011 in forum Qt Tools
    Replies: 6
    Last Post: 15th February 2010, 13:59
  4. Replies: 1
    Last Post: 10th February 2010, 08:28
  5. QtCreator like UI (MDI?)
    By soxs060389 in forum Qt Programming
    Replies: 4
    Last Post: 8th December 2009, 13:25

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Qt is a trademark of The Qt Company.