Results 1 to 2 of 2

Thread: debugging QWT

  1. #1
    Join Date
    Jun 2011
    Location
    Delft, Netherlands
    Posts
    11
    Qt products
    Qt4
    Platforms
    Unix/X11

    Default debugging QWT

    Hi,

    we are using QwtPlot und want to get a better understanding, what it is actually doing (how are the axis labels created; actually we need trailing zeros for the numbers).

    We work with QT creator on Ubuntu 10.10.

    How can I tell qtcreator, where to find the source code of QWT?
    (It is in ~/00Software/qwt-6.0.0/src )

    It only sees the header files and the .so file, therefore I cannot debug into the library.

    Best regards:

    Uwe Fechner

  2. #2
    Join Date
    Oct 2010
    Location
    Berlin, Germany
    Posts
    358
    Thanks
    18
    Thanked 68 Times in 66 Posts
    Qt products
    Qt4
    Platforms
    Windows

    Default Re: debugging QWT

    Quote Originally Posted by ufechner View Post
    we are using QwtPlot und want to get a better understanding, what it is actually doing (how are the axis labels created; actually we need trailing zeros for the numbers).
    implement your own QwtScaleDraw and override the "virtual QwtText label (double value) const" method.

    greetings
    Felix

Similar Threads

  1. Qt Creator Debugging with MS CDB x64
    By pcmaster in forum Qt Tools
    Replies: 2
    Last Post: 2nd December 2010, 13:14
  2. Debugging help
    By poporacer in forum Newbie
    Replies: 7
    Last Post: 7th November 2010, 18:28
  3. Replies: 3
    Last Post: 6th September 2010, 23:00
  4. debugging qt
    By freekill in forum Newbie
    Replies: 4
    Last Post: 26th November 2009, 05:21
  5. Debugging with gdb
    By SteM in forum Newbie
    Replies: 4
    Last Post: 9th August 2007, 14:40

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
  •  
Digia, Qt and their respective logos are trademarks of Digia Plc in Finland and/or other countries worldwide.