9#ifndef SECONDARYIMAGECALCULATORDIALOG_H
10#define SECONDARYIMAGECALCULATORDIALOG_H
13#include <QDoubleSpinBox>
20#include <QTableWidget>
58 void showDocumentation() {
59 QString path = QString(
"/Calculators/SecondaryImageFrequency/index.html");
70 QString formatFrequency(
double freq) {
71 return QString::number(freq,
'f', 1);
75 QDoubleSpinBox* fIF1SpinBox;
76 QDoubleSpinBox* fIF2SpinBox;
77 QDoubleSpinBox* fRFSpinBox;
80 QTableWidget* resultsTable;
83 QPushButton* docsButton;
A dialog for calculating image frequencies in dual-conversion superheterodyne receivers.
Definition SecondaryImageCalculatorDialog.h:41
~SecondaryImageCalculatorDialog()
Destructor.
Definition SecondaryImageCalculatorDialog.h:50
Utility functions needed across the whole project.
void showHTMLDocs(QString path)
Show HTML documentation in the web browser.
Definition showHTMLDocs.cpp:17