You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Create enough I/Q recording files such that they take up more than one page in the I/Q tool.
Open the I/Q tool and click on the first recording file.
Scroll down to the bottom of the list of I/Q files.
Within one second, you'll be returned to the top of the list. This makes it very difficult to select the I/Q files you want.
This happens because CIqTool::timeoutFunction executes once per second and calls CIqTool::refreshDir, which clears and rebuilds the list, then calls QListWidget::setCurrentRow. I imagine there's a better way to keep the file list up to date.
The text was updated successfully, but these errors were encountered:
Steps to reproduce:
Within one second, you'll be returned to the top of the list. This makes it very difficult to select the I/Q files you want.
This happens because
CIqTool::timeoutFunction
executes once per second and callsCIqTool::refreshDir
, which clears and rebuilds the list, then callsQListWidget::setCurrentRow
. I imagine there's a better way to keep the file list up to date.The text was updated successfully, but these errors were encountered: