8#ifndef GAMMA_CALCULATOR_H
9#define GAMMA_CALCULATOR_H
41 void computeResults();
44 void on_inputChanged();
47 void showDocumentation() {
48 QString path = QString(
"/Calculators/ReflectionCoefficientTools/index.html");
71 QTableWidget *resultsTable;
75 std::complex<double> gammaFromInputs()
const;
Custom QDoubleSpinBox. It includes a context menu (right-click) for setting the minimum,...
A QDoubleSpinBox subclass that provides a context menu for configuring range and step.
Definition CustomDoubleSpinBox.h:28
Dialog for calculating impedance, VSWR, and S11 from reflection coefficient (Γ)
Definition gamma_calculator.h:32
Utility functions needed across the whole project.
void showHTMLDocs(QString path)
Show HTML documentation in the web browser.
Definition showHTMLDocs.cpp:17