Ride Editor XDATA cell delegate

.. mostly just handles the time column.
This commit is contained in:
Mark Liversedge
2016-07-09 14:28:57 +01:00
parent 4d735df508
commit 14c42cbe2f
3 changed files with 180 additions and 2 deletions

View File

@@ -224,7 +224,7 @@ XDataTableModel::removeColumns (int , int , const QModelIndex &)
void
XDataTableModel::setValue(int row, int column, double value)
{
//ride->command->setPointValue(row, headingsType[column], value);
ride->command->setXDataPointValue(xdata, row, column, value);
}
double