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);
Forum Rules
Bookmarks