8#ifndef PARALLEL_INDUCTORS_H
9#define PARALLEL_INDUCTORS_H
37 void computeResults();
43 void removeInductor();
46 void on_inputChanged();
49 void showDocumentation() {
50 QString path = QString(
"/Calculators/ParallelSeriesEquivalents/ParallelResistors/index.html");
58 QTableWidget *tableInductors;
70 double parseInductance(
const QString &valueStr)
const;
75 QString formatInductance(
double value)
const;
79 QVector<double> getInductors()
const;
84 double calculateParallelInductance(
const QVector<double> &inductors)
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 equivalent inductance of parallel inductors.
Definition parallel_inductors.h:28
Utility functions needed across the whole project.
void showHTMLDocs(QString path)
Show HTML documentation in the web browser.
Definition showHTMLDocs.cpp:17