Originally Posted by wysota The method expects to receive a double* argument, so you need to pass double* and not double**. Qt Code: Switch view m_curve->setData(sn[0],sn[1],points); m_curve->setData(sn[0],sn[1],points); To copy to clipboard, switch view to plain text mode I am not cleared...... what is the meaning for double**
m_curve->setData(sn[0],sn[1],points);
2D array of doubles.
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.
Forum Rules
Bookmarks