Home
last modified time | relevance | path

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

/dports/math/qtiplot-doc/qtiplot-0.9.8.9/qtiplot/src/plot2D/dialogs/
H A DPlotDialog.h279 QWidget *errorsPage, *spectrogramPage, *contourLinesPage; variable
H A DPlotDialog.cpp1828 contourLinesPage = new QWidget(); in initContourLinesPage()
1907 QVBoxLayout* vl2 = new QVBoxLayout(contourLinesPage); in initContourLinesPage()
1910 privateTabWidget->insertTab(contourLinesPage, tr("Contour Lines")); in initContourLinesPage()
2638 privateTabWidget->addTab(contourLinesPage, tr("Contour Lines")); in insertTabs()
2682 privateTabWidget->removeTab(privateTabWidget->indexOf(contourLinesPage)); in clearTabWidget()
3787 } else if (privateTabWidget->currentPage() == contourLinesPage){ in acceptParams()