Results 1 to 3 of 3

Thread: Mapping of elemnet in an Array created by Pure C++ to Qt Array that can be used by Qt

  1. #1
    Join Date
    Nov 2010
    Posts
    1
    Qt products
    Qt4
    Platforms
    Windows

    Question Mapping of elemnet in an Array created by Pure C++ to Qt Array that can be used by Qt

    I have written a program in c++ and I found that i need a UI like Qt UI. i have so many data and specialy array that contain int values, I want to use these values to plot by using the plotter, the problem when i use those values it gives an error those aren't qt variable something like that.

    Best Regards,

  2. #2
    Join Date
    Jan 2006
    Location
    Belgium
    Posts
    1,938
    Thanked 268 Times in 268 Posts
    Qt products
    Qt4
    Platforms
    Unix/X11 Windows
    Wiki edits
    20

    Default Re: Mapping of elemnet in an Array created by Pure C++ to Qt Array that can be used b

    Please post the exact error message you get.

  3. #3
    Join Date
    Jan 2006
    Location
    Munich, Germany
    Posts
    4,714
    Thanks
    21
    Thanked 418 Times in 411 Posts
    Qt products
    Qt3 Qt4 Qt5 Qt/Embedded
    Platforms
    Unix/X11 Windows

    Default Re: Mapping of elemnet in an Array created by Pure C++ to Qt Array that can be used b

    Data elements don't need to be Qt specific, if we are talking natural types like ints floats etc.
    You probably are trying to do (call) something in an improper way.
    Post some relevant code where the compile error points to.
    ==========================signature=============== ==================
    S.O.L.I.D principles (use them!):
    https://en.wikipedia.org/wiki/SOLID_...iented_design)

    Do you write clean code? - if you are TDD'ing then maybe, if not, your not writing clean code.

Similar Threads

  1. declare an array of QSemaphore and array of slot functions
    By radeberger in forum Qt Programming
    Replies: 11
    Last Post: 2nd May 2010, 13:24
  2. 2D Array
    By ctote in forum Qt Programming
    Replies: 5
    Last Post: 27th January 2010, 10:57
  3. Min and Max value in array
    By Benjamin in forum Qt Programming
    Replies: 13
    Last Post: 27th February 2009, 14:19
  4. array of slots?
    By vonCZ in forum Newbie
    Replies: 10
    Last Post: 19th July 2007, 08:16
  5. problem with array
    By mickey in forum General Programming
    Replies: 7
    Last Post: 16th May 2006, 15:39

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.