8#ifndef OCTAVEBW_CALCULATOR_H
9#define OCTAVEBW_CALCULATOR_H
37 void computeResults();
40 void on_inputChanged();
43 void showDocumentation() {
44 QString path = QString(
"/Calculators/OctaveBW/index.html");
67 QTableWidget *resultsTable;
71 double calculateCenterFrequency()
const;
75 double calculateBandwidth()
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 the number of octaves, decades, and Q from the band corner frequencies.
Definition octaveBW_calculator.h:28
Utility functions needed across the whole project.
void showHTMLDocs(QString path)
Show HTML documentation in the web browser.
Definition showHTMLDocs.cpp:17