48 QString getFstart_as_Text();
50 QString getFstop_as_Text();
54 TransmissionLineType getTransmissionLineType();
55 double getSubstrateThickness();
56 double getSubstratePermittivity();
57 double getSubstrateLossTangent();
58 double getConductorThickness();
59 double getConductorConductivity();
60 double getGroundPlaneThickness();
67 QTabWidget* tabWidget;
70 QDoubleSpinBox *fstartSpinBox, *fstopSpinBox;
71 QComboBox *fstartScaleComboBox, *fstopScaleComboBox;
72 QSpinBox* npointsSpinBox;
75 QComboBox* transmissionLineComboBox;
76 QDoubleSpinBox* substrateThicknessSpinBox;
77 QDoubleSpinBox* substratePermittivitySpinBox;
78 QDoubleSpinBox* substrateLossTangentSpinBox;
79 QDoubleSpinBox* conductorThicknessSpinBox;
80 QDoubleSpinBox* conductorConductivitySpinBox;
81 QDoubleSpinBox* groundPlaneThicknessSpinBox;
85 QWidget* createFrequencySweepTab();
86 QWidget* createSubstratePropertiesTab();
87 void updateImageDisplay();
93 void updateSubstrateDefinition();
94 void onTransmissionLineTypeChanged();
97 void updateSimulation();
98 void updateSubstrate();