Results 1 to 6 of 6

Thread: How to pass a 2 dimensional float array from QML to C++?

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    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 to pass a 2 dimensional float array from QML to C++?

    Where is the segmentation fault? What is the backtrace for it? Why did you choose QList<QVariantList> as the argument type? Why not use QVariant instead? What is the effect you wish to obtain? Maybe a QQmlListProperty would be a better solution?
    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.


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

    TheIndependentAquarius (29th September 2014)

Similar Threads

  1. 2 Dimensional array in QML
    By nestuser in forum Qt Programming
    Replies: 3
    Last Post: 5th October 2012, 07:38
  2. Operations in 2 dimensional array
    By Stanfillirenfro in forum Qt Programming
    Replies: 4
    Last Post: 5th August 2012, 16:50
  3. Replies: 2
    Last Post: 18th December 2011, 23:34
  4. Multi-dimensional objects array
    By matulik in forum Newbie
    Replies: 3
    Last Post: 23rd October 2011, 02:20
  5. use QVector as 2 dimensional Array
    By umulingu in forum Qt Programming
    Replies: 3
    Last Post: 1st January 2010, 12:31

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.