8#ifndef IMPEDANCE_CALCULATOR_H
9#define IMPEDANCE_CALCULATOR_H
40 void computeResults();
43 void on_inputChanged();
46 void showDocumentation() {
47 QString path = QString(
"/Calculators/ReflectionCoefficientTools/index.html");
71 QTableWidget *resultsTable;
75 std::complex<double> impedanceFromInputs()
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 reflection coefficient, VSWR, and S11 from a complex impedance (Z)
Definition impedance_calculator.h:29
Utility functions needed across the whole project.
void showHTMLDocs(QString path)
Show HTML documentation in the web browser.
Definition showHTMLDocs.cpp:17