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();
98 void setDefaultSettings();
102 QGridLayout* m_mainLayout;
103 QWidget* m_contentWidget;
104 QPushButton* m_toggleButton;
110 QLabel* Topology_Label;
111 QComboBox* Topology_Combo;
116 QWidget* SolutionWidget;
117 QRadioButton* Solution1_RB;
118 QRadioButton* Solution2_RB;
123 QLabel* StubTermination_Label;
124 QComboBox* StubTermination_ComboBox;
129 QGroupBox* Weighting_GroupBox;
130 QComboBox* Weighting_Combo;
131 QLabel* Ripple_Label;
137 QLabel* Sections_Label;
138 QSpinBox* Sections_SpinBox;
145 QLabel* TeeNetworkMask_Label;
146 QComboBox* TeeNetworkMask_Combo;
153 QLabel* Ohm_Zin_Label;
166 QLabel* TL_Implementation_Label;
167 QComboBox* TL_Implementation_Combo;
170 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