Results 1 to 2 of 2

Thread: QCustomplot

  1. #1
    Join Date
    Mar 2014
    Posts
    1
    Qt products
    Qt5
    Platforms
    Windows

    Default QCustomplot

    Hello,Iam a beginner in qt.Please help me in coming out of linking issues of QCustomPlot with Qt 5.1.0

    The issues are with
    QPrinter printer(QPrinter::ScreenResolution);
    printer.setOutputFileName(fileName);
    printer.setOutputFormat(QPrinter::PdfFormat);
    printer.setFullPage(true);
    printer.setColorMode(QPrinter::Color);

    You can check the issue in the below attached png file.
    Any one suggest me which plotting library should i use for plotting sinewave in qt.

    Thank you in advance
    Attached Images Attached Images

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

    Default Re: QCustomplot

    The error has nothing to do with QCustomPlot.
    Do you have " printsupport" in your pro file QT variable? Have you run qmake since adding it?

    You can use Qwt, QCustomPlot, or Digia's commercial offerings for technical plotting.

Similar Threads

  1. reference to connect is ambiguous QQuickItem QMainWindow QCustomPlot
    By TheIndependentAquarius in forum Qt Quick
    Replies: 2
    Last Post: 29th January 2014, 14:04
  2. Help with QCustomPlot
    By aashok91 in forum Qt Programming
    Replies: 0
    Last Post: 9th January 2013, 00:56
  3. QRubberband and QcustomPlot
    By OzQTNoob in forum Newbie
    Replies: 1
    Last Post: 16th October 2012, 03:19

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.