91 void UpdateDesignParameters();
92 void on_TopoCombo_currentIndexChanged(
int);
95 QLabel *OhmLabel, *K1LabeldB, *NStagesLabel, *K1Label, *FreqLabel, *RefImp,
97 QLabel *AlphaLabel, *AlphadBLabel, *UnitsLabel;
98 QDoubleSpinBox *RefImpSpinbox, *FreqSpinbox, *AlphaSpinbox;
99 QDoubleSpinBox *K1Spinbox, *K2Spinbox, *K3Spinbox;
100 QSpinBox* NStagesSpinbox;
101 QComboBox* BranchesCombo;
102 QLabel* number_Output_Label;
103 QComboBox *TopoCombo, *FreqScaleCombo, *UnitsCombo;
104 double getScaleFreq();
111 QLabel* TL_Implementation_Label;
112 QComboBox* TL_Implementation_Combo;
115 QValidator* Bagley_Validator;
118 QLabel* traceNameLabel;
119 QLineEdit* traceNameLineEdit;
124 void setSettings_Wilkinson();
125 void setSettings_MultistageWilkinson();
126 void setSettings_T_Junction();
127 void setSettings_Branchline();
128 void setSettings_DoubleBoxBranchline();
129 void setSettings_Bagley();
130 void setSettings_Gysel();
131 void setSettings_LimEom();
132 void setSettings_Wilkinson_3_Way_Improved_Isolation();
133 void setSettings_Recombinant_3_Way_Wilkinson();
134 void setSettings_Travelling_Wave();
135 void setSettings_Tree();
136 void setDefaultSettings();
Definition SchematicContent.h:33