Home
last modified time | relevance | path

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

/dports/math/qtiplot-doc/qtiplot-0.9.8.9/qtiplot/src/plot2D/dialogs/
H A DPlotDialog.h315 QComboBox *boxWhiskersFormatApplyToBox, *boxLabelsFormatApplyToBox, *percentileFormatApplyToBox; variable
H A DPlotDialog.cpp1595 boxWhiskersFormatApplyToBox = new QComboBox(); in initBoxPage()
1596 boxWhiskersFormatApplyToBox->insertItem(tr("Selected Curve")); in initBoxPage()
1597 boxWhiskersFormatApplyToBox->insertItem(tr("Layer")); in initBoxPage()
1598 boxWhiskersFormatApplyToBox->insertItem(tr("Window")); in initBoxPage()
1599 boxWhiskersFormatApplyToBox->insertItem(tr("All Windows")); in initBoxPage()
1600 hl1->addWidget(boxWhiskersFormatApplyToBox); in initBoxPage()
1601 l->setBuddy(boxWhiskersFormatApplyToBox); in initBoxPage()
4805 switch(boxWhiskersFormatApplyToBox->currentIndex()){ in applyBoxWhiskersFormat()