Home
last modified time | relevance | path

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

/dports/graphics/qcustomplot-qt5/qcustomplot/examples/plots/
H A Dmainwindow.cpp442 QSharedPointer<QCPAxisTickerText> textTicker(new QCPAxisTickerText); in setupDateDemo() local
443 textTicker->addTick(10, "a bit\nlow"); in setupDateDemo()
444 textTicker->addTick(50, "quite\nhigh"); in setupDateDemo()
445 customPlot->yAxis->setTicker(textTicker); in setupDateDemo()
822 QSharedPointer<QCPAxisTickerText> textTicker(new QCPAxisTickerText); in setupBarChartDemo() local
823 textTicker->addTicks(ticks, labels); in setupBarChartDemo()
824 customPlot->xAxis->setTicker(textTicker); in setupBarChartDemo()
887 textTicker->addTick(1, "Sample 1"); in setupStatisticalDemo()
888 textTicker->addTick(2, "Sample 2"); in setupStatisticalDemo()
889 textTicker->addTick(3, "Control Group"); in setupStatisticalDemo()
[all …]
/dports/astro/kstars/kstars-3.5.6/kstars/ekos/analyze/
H A Danalyze.cpp1580 QSharedPointer<QCPAxisTickerText> textTicker(new QCPAxisTickerText); in initTimelinePlot() local
1581 textTicker->addTick(CAPTURE_Y, i18n("Capture")); in initTimelinePlot()
1582 textTicker->addTick(FOCUS_Y, i18n("Focus")); in initTimelinePlot()
1583 textTicker->addTick(ALIGN_Y, i18n("Align")); in initTimelinePlot()
1584 textTicker->addTick(GUIDE_Y, i18n("Guide")); in initTimelinePlot()
1585 textTicker->addTick(MERIDIAN_FLIP_Y, i18n("Flip")); in initTimelinePlot()
1586 textTicker->addTick(MOUNT_Y, i18n("Mount")); in initTimelinePlot()
1587 timelinePlot->yAxis->setTicker(textTicker); in initTimelinePlot()