remove a TODO

This commit is contained in:
Ryan Tang 2023-02-09 19:05:58 -05:00
parent 95a1a6ed6b
commit 166cc4357c

View File

@ -323,8 +323,6 @@ Scope::Scope(Digitizer2Gen **digi, unsigned int nDigi, ReadDataThread ** readDat
plotView->setRenderHints(QPainter::Antialiasing); plotView->setRenderHints(QPainter::Antialiasing);
layout->addWidget(plotView, rowID, 0, 1, 6); layout->addWidget(plotView, rowID, 0, 1, 6);
//TODO zoom and pan, see Zoom Line example
//------------ close button //------------ close button
rowID ++; rowID ++;
bnScopeStart = new QPushButton("Start", this); bnScopeStart = new QPushButton("Start", this);