58 void onModeChanged(
int index);
68 void showDocumentation() {
69 QString path = QString(
"/Calculators/ImageFrequency/index.html");
77 void setFreqInputWithUnits(QDoubleSpinBox* spinBox, QComboBox* comboBox,
double val);
83 double getFrequencyInHz(QDoubleSpinBox* spinBox, QComboBox* comboBox);
88 QString formatFrequency(
double freqHz);
91 QComboBox* modeComboBox;
93 QDoubleSpinBox* fRFSpinBox;
94 QComboBox* fRFScaleComboBox;
96 QDoubleSpinBox* fIFSpinBox;
97 QComboBox* fIFScaleComboBox;
99 QDoubleSpinBox* fLOSpinBox;
100 QComboBox* fLOScaleComboBox;
102 QLabel* fIMResultLabel;
104 QPushButton* docsButton;
117 enum FrequencyScale {
void showHTMLDocs(QString path)
Show HTML documentation in the web browser.
Definition showHTMLDocs.cpp:17