7#ifndef MATCHINGNETWORKPARAMETERSWIDGET_H
8#define MATCHINGNETWORKPARAMETERSWIDGET_H
21#include <QRadioButton>
26#include "Schematic/structures.h"
65 titleLabel->setText(title);
80 void onParameterChanged();
83 void onToggleCollapse(){
88 void adjustChebyshevRippleVisibility();
95 void connectSignals();
99 QGridLayout* m_mainLayout;
100 QWidget* m_contentWidget;
101 QPushButton* m_toggleButton;
107 QLabel* Topology_Label;
108 QComboBox* Topology_Combo;
113 QWidget* SolutionWidget;
114 QRadioButton* Solution1_RB;
115 QRadioButton* Solution2_RB;
120 QLabel* StubTermination_Label;
121 QComboBox* StubTermination_ComboBox;
126 QGroupBox* Weighting_GroupBox;
127 QComboBox* Weighting_Combo;
128 QLabel* Ripple_Label;
134 QLabel* Sections_Label;
135 QSpinBox* Sections_SpinBox;
142 QLabel* Ohm_Zin_Label;
149 QLabel* TL_Implementation_Label;
150 QComboBox* TL_Implementation_Combo;
153 QGridLayout* mainLayout;
Custom QDoubleSpinBox. It includes a context menu (right-click) for setting the minimum,...
A QDoubleSpinBox subclass that provides a context menu for configuring range and step.
Definition CustomDoubleSpinBox.h:28
Matching network design parameters.
Definition structures.h:220