Results 1 to 20 of 28

Thread: How Can i Load data from file.ecg and plot it ?

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    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: How Can i Load data from file.ecg and plot it ?

    There's no video tutorial because the instructions in the INSTALL file are both complete and adequate.

    Since you have not explained the problem you are experiencing actually is we are unable to help.

  2. The following user says thank you to ChrisW67 for this useful post:

    ahmed ali (21st March 2012)

  3. #2
    Join Date
    Mar 2012
    Posts
    19
    Thanks
    15
    Qt products
    Qt3 Qt4 Qt/Embedded Qt Jambi
    Platforms
    Windows Symbian S60

    Default Re: How Can i Load data from file.ecg and plot it ?

    thanks a lot,
    I have done these steps to install QWT in my windows:
    1.i downloaded the qwt library called qwt-6.0.1
    2.unzipped it to C:/Qwt
    3.then i started QT command prompt i found it in ( start > QtSDK > Desktop > Qt 4.8.0 for Desktop (MSVC 2010)
    4.cd C:\QWT\qwt-6.0.1 this is the folder where i put the unzipped library
    5.qmake qwt.pro this command executed successfully
    6. when i try to execute nmake or nmake install i have this msg: 'nmake' is not recognized as an internal or external command, operable program or batch file

    i stooped at this point can any body help me ?
    thanks in advance

  4. #3
    Join Date
    Sep 2011
    Location
    Manchester
    Posts
    538
    Thanks
    3
    Thanked 106 Times in 103 Posts
    Qt products
    Qt4 Qt/Embedded
    Platforms
    MacOS X Unix/X11 Windows

    Default Re: How Can i Load data from file.ecg and plot it ?

    Try mingw32-make instead.

  5. #4
    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: How Can i Load data from file.ecg and plot it ?

    Quote Originally Posted by ahmed ali View Post
    6. when i try to execute nmake or nmake install i have this msg: 'nmake' is not recognized as an internal or external command, operable program or batch file
    The Qt command prompt set the shell PATH to find the components of the Qt SDK. If, and only if, you are using the bundled MingW compiler this is also present in the environment.

    You are using the Microsoft C++ compiler that expects a raft of stuff in its environment, the most important of which is the compiler/tool binaries in the PATH. When you use Microsoft's IDE this is all hidden for you (IMHO to the detriment of understanding). Microsoft, since at least the early '90s, provides a shell script called vcvars32.bat for Setting the Path and Environment Variables for Command-Line Builds (there may be a 64-bit version also). Execute this first after opening the Qt command prompt and you should find that things work better. You will need this to build Qt or any third party library, module etc. built from the command line: this is not unique to Qwt. I cannot tell you which version or where you have the Microsoft compiler installed so I cannot give you the exact command to type.

    I think it perfectly reasonable that every set of install instructions for a library, like Qwt, assumes that the programmer has a working compiler environment. To expect otherwise is to expect the library author to have access to every possible permutation of system and compiler and produce a blow-by-blow set of instructions for each. Having done that you can be 100% certain that they will still not match some programmer's particular environment, and they will complain. The majority of blogs and other attempts to provide blow-by-blow instructions for Qwt fail in that way and generally demonstrate the lack of understanding of the author.

  6. The following user says thank you to ChrisW67 for this useful post:

    ahmed ali (22nd March 2012)

  7. #5
    Join Date
    Mar 2012
    Posts
    19
    Thanks
    15
    Qt products
    Qt3 Qt4 Qt/Embedded Qt Jambi
    Platforms
    Windows Symbian S60

    Default Re: How Can i Load data from file.ecg and plot it ?

    Master of zen << thanks a lot for your advice, but when i asked for a video tutorial this is as i am a beginner in Qt and i thought that i have something wrong in my setting.


    ChrisW67 << Lot of thanks for helping me, i have read your Reply and i will try it now.

  8. #6
    Join Date
    Jan 2006
    Location
    Warsaw, Poland
    Posts
    33,368
    Thanks
    3
    Thanked 5,018 Times in 4,794 Posts
    Qt products
    Qt3 Qt4 Qt5 Qt/Embedded
    Platforms
    Unix/X11 Windows Android Maemo/MeeGo
    Wiki edits
    10

    Default Re: How Can i Load data from file.ecg and plot it ?

    Quote Originally Posted by ahmed ali View Post
    Master of zen << thanks a lot for your advice, but when i asked for a video tutorial this is as i am a beginner in Qt and i thought that i have something wrong in my setting.
    Before you start learning how to run, first you have to learn how to stand on your feet.
    Your biological and technological distinctiveness will be added to our own. Resistance is futile.

    Please ask Qt related questions on the forum and not using private messages or visitor messages.


  9. The following user says thank you to wysota for this useful post:

    ahmed ali (22nd March 2012)

  10. #7
    Join Date
    Mar 2012
    Posts
    19
    Thanks
    15
    Qt products
    Qt3 Qt4 Qt/Embedded Qt Jambi
    Platforms
    Windows Symbian S60

    Default Re: How Can i Load data from file.ecg and plot it ?

    ChrisW67 << again, thanks a lot for helping me finally i installed it correctly

    Master of zen << thanks a lot for your Precious Advices

Similar Threads

  1. Replies: 12
    Last Post: 31st October 2010, 17:08
  2. Load data from different ui
    By Xtresis in forum Newbie
    Replies: 2
    Last Post: 29th September 2010, 11:57
  3. Way to load all of data from 2 tables into one QTableView?
    By Kevin Hoang in forum Qt Programming
    Replies: 8
    Last Post: 3rd April 2010, 09:42
  4. Saving pure plot data to image file
    By Debilski in forum Qwt
    Replies: 4
    Last Post: 7th April 2009, 17:02
  5. Replies: 6
    Last Post: 26th March 2009, 05:45

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.