MCPcopy Create free account
hub / github.com/KDE/labplot / showStatistics

Method showStatistics

src/frontend/spreadsheet/StatisticsDialog.cpp:77–82  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

75}
76
77void StatisticsDialog::showStatistics() {
78 QApplication::processEvents(QEventLoop::AllEvents, 0);
79 QTimer::singleShot(0, this, [=]() {
80 currentTabChanged(0);
81 });
82}
83
84void StatisticsDialog::currentTabChanged(int) {
85 auto* const w = static_cast<StatisticsColumnWidget*>(m_twStatistics->currentWidget());

Callers 2

showColumnStatisticsMethod · 0.45
showRowStatisticsMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected