|
Qucs-S S-parameter Viewer & RF Synthesis Tools
|
Custom popup displaying S-parameters in matrix layout with other parameters below. More...
#include <matrixcombopopup.h>


Public Member Functions | |
| MatrixComboPopup (const QStringList &sParams, const QStringList &otherParams, QComboBox *parent=nullptr) | |
| Constructor. | |
| void | showBelow (QWidget *widget) |
| Shows popup below specified widget. | |
Custom popup displaying S-parameters in matrix layout with other parameters below.
| MatrixComboPopup::MatrixComboPopup | ( | const QStringList & | sParams, |
| const QStringList & | otherParams, | ||
| QComboBox * | parent = nullptr |
||
| ) |
Constructor.
| sParams | S-parameter list for matrix layout |
| otherParams | Additional parameters shown as list |
| parent | Parent combo box |
| void MatrixComboPopup::showBelow | ( | QWidget * | widget | ) |
Shows popup below specified widget.
| widget | Widget to align below |