MCPcopy Create free account
hub / github.com/Atarity/Lightpack / showAbout

Method showAbout

Software/src/SettingsWindow.cpp:880–892  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

878// ----------------------------------------------------------------------------
879
880void SettingsWindow::showAbout()
881{
882 DEBUG_LOW_LEVEL << Q_FUNC_INFO;
883
884 emit requestFirmwareVersion();
885
886 ui->tabWidget->setCurrentWidget(ui->tabAbout);
887 this->show();
888
889 m_smoothScrollTimer.setInterval(100);
890 connect(&m_smoothScrollTimer, SIGNAL(timeout()), this, SLOT(scrollThanks()));
891 m_smoothScrollTimer.start();
892}
893
894void SettingsWindow::scrollThanks()
895{

Callers

nothing calls this directly

Calls 2

showMethod · 0.45
startMethod · 0.45

Tested by

no test coverage detected