|
Qucs-S S-parameter Viewer & RF Synthesis Tools
|
Custom popup displaying S-parameters in matrix layout with other parameters below (definition) More...
#include <QComboBox>#include <QFrame>#include <QGridLayout>#include <QPaintEvent>#include <QPushButton>#include <QStringList>#include <QVBoxLayout>#include <QApplication>#include <QEvent>#include <QGraphicsDropShadowEffect>#include <QHoverEvent>#include <QScreen>#include <QScrollArea>#include <QStyle>#include <QStyleOptionComboBox>#include <cmath>

Go to the source code of this file.
Classes | |
| class | MatrixComboPopup |
| Custom popup displaying S-parameters in matrix layout with other parameters below. More... | |
| class | MatrixComboBox |
| ComboBox with custom matrix-style popup for parameter selection. More... | |
| class | HoverButton |
| Custom button with hover effect and shadow. More... | |
Custom popup displaying S-parameters in matrix layout with other parameters below (definition)