Home
last modified time | relevance | path

Searched refs:btnResiduals (Results 1 – 2 of 2) sorted by relevance

/dports/math/qtiplot-doc/qtiplot-0.9.8.9/qtiplot/src/analysis/dialogs/
H A DFitDialog.h172 QPushButton *btnResiduals, *btnConfidenceLimits, *btnPredictionLimits; variable
H A DFitDialog.cpp653 btnResiduals = new QPushButton(tr( "&Residuals Plot" )); in initAdvancedPage()
654 connect(btnResiduals, SIGNAL(clicked()), this, SLOT(showResiduals())); in initAdvancedPage()
655 gl2->addWidget(btnResiduals, 3, 3); in initAdvancedPage()