AllPlot Compare Mode

.. extending the interval compare to the allplot chart.
This commit is contained in:
Mark Liversedge
2014-01-03 14:59:20 +00:00
parent 5ea6a06492
commit df15888b0b
18 changed files with 2407 additions and 1047 deletions

View File

@@ -35,8 +35,6 @@ IntervalTreeView::IntervalTreeView(Context *context) : context(context)
void
IntervalTreeView::dropEvent(QDropEvent* event)
{
qDebug()<<"interval tree drop event!!"<<event->mimeData()->urls();
IntervalItem* item1 = (IntervalItem *)itemAt(event->pos());
QTreeWidget::dropEvent(event);
IntervalItem* item2 = (IntervalItem *)itemAt(event->pos());