Home
last modified time | relevance | path

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

/dports/math/qtiplot-doc/qtiplot-0.9.8.9/qtiplot/src/analysis/dialogs/
H A DStudentTestDialog.cpp88 boxSample1 = new QComboBox(); in StudentTestDialog()
89 boxSample1->addItems(columnsList); in StudentTestDialog()
90 gl1->addWidget(boxSample1, 0, 1); in StudentTestDialog()
95 boxSample1->setCurrentIndex(boxSample1->findText(lst[0])); in StudentTestDialog()
97 boxSample1->setCurrentIndex(boxSample1->findText(t->colName(0))); in StudentTestDialog()
326 if (!stats.setData(boxSample1->currentText())) in acceptStudentTest()
393 if (!stats.setData(boxSample1->currentText())) in acceptChiSquareTest()
H A DStudentTestDialog.h72 QComboBox *boxSample1; variable