49 void UpdateDesignParameters();
52 void AdjustOneTwoPortMatchingWidgetsVisibility();
55 void showDocumentation() {
56 QString path = QString(
"/RFCircuitSynthesis/ImpedanceMatching/index.html");
64 double getScaleFreq(
int);
66 QCheckBox* TwoPortCheckBox;
72 QLabel *Zout_Label, *Ohm_Zout_Label, *Zout_J;
75 QLabel* f_match_Label;
79 QGroupBox* two_port_GroupBox;
80 QCheckBox* enter_S2P_file_CheckBox;
81 QPushButton* browse_S2P_Button;
82 QLabel* s2p_filename_Label;
85 QLabel* input_format_Label;
86 QComboBox* input_format_Combo;
90 QLabel *S11_Label, *S12_Label, *S21_Label, *S22_Label;
91 QLabel *S11_Separator_Label, *S12_Separator_Label, *S21_Separator_Label,
104 QComboBox *f_match_Scale_Combo, *FreqEnd_Scale_Combo,
105 *StubTermination_ComboBox;
111 QLabel* traceNameLabel;
112 QLineEdit* traceNameLineEdit;
Container for schematic circuit data (definition)
Container for schematic circuit data.
Definition SchematicContent.h:27
void showHTMLDocs(QString path)
Show HTML documentation in the web browser.
Definition showHTMLDocs.cpp:17