Results 1 to 2 of 2

Thread: plotting a binary file

  1. #1
    Join Date
    Nov 2015
    Posts
    128
    Thanks
    70
    Qt products
    Qt5
    Platforms
    Windows

    Default plotting a binary file

    Hi, I want to plot a binary file. It has 11 columns that the first column is time. each column has 20 rows. I want to plot each column on the first column (time), in Qt Widgets Applications so I created a project of Qt Widgets Applications.

    I need:

    1- for plotting this binary file I have no idea. please help me.
    2- for each column I must put Check Box that by checking it and pushing a Push Button, plots it. (if I check for example 5 Check Boxes, it must plot 5 related signals).

    please help me.

  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: plotting a binary file

    You could look at Qwt for various styles of plot that suit technical applications (your app seems to be)

    For the checkable list you could look at a QListWidget and set each QListWidgetItem's flags to include Qt::ItemIsUserCheckable.
    A QPushButton with a slot handling the click event can trigger the plotting.

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

    Alex22 (8th November 2015)

Similar Threads

  1. Qwtplot3d Plotting file containing 3D points.
    By spikestar in forum Qt Programming
    Replies: 1
    Last Post: 23rd September 2012, 23:08
  2. Replies: 19
    Last Post: 11th May 2012, 21:06
  3. Replies: 0
    Last Post: 4th August 2009, 15:24
  4. Binary file Reading.........
    By umulingu in forum Qt Programming
    Replies: 11
    Last Post: 20th July 2009, 06:18
  5. How to Print a doc file (or binary file) to printer
    By rmagro in forum Qt Programming
    Replies: 15
    Last Post: 5th September 2008, 15:46

Tags for this Thread

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.