- GLScope: fix pi crossing on dPhi displays
- GLScope: have individual amplification settings for each channel
- GLScope: store recent traces in memory and retriev
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
from PyQt5.QtCore import * | |
from PyQt5.QtWidgets import QApplication | |
from PyQt5.QtWidgets import QMainWindow | |
from PyQt5.QtWidgets import QMdiArea | |
from PyQt5.QtWidgets import QWidget | |
from PyQt5.QtWidgets import QDockWidget | |
from PyQt5.QtWidgets import QAction | |
from PyQt5.QtWidgets import QHBoxLayout | |
from PyQt5.QtWidgets import QVBoxLayout | |
from PyQt5.QtWidgets import QMdiSubWindow |