MCPcopy Create free account
hub / github.com/commontk/CTK / loadButtonClicked

Method loadButtonClicked

Applications/ctkExampleHost/ctkHostAppExampleWidget.cpp:63–67  ·  view source on GitHub ↗

----------------------------------------------------------------------------

Source from the content-addressed store, hash-verified

61
62//----------------------------------------------------------------------------
63void ctkHostAppExampleWidget::loadButtonClicked()
64{
65 qDebug() << "load button clicked";
66 this->setAppFileName(QFileDialog::getOpenFileName(this,tr("Choose hosted application"),QApplication::applicationDirPath()));
67}
68
69//----------------------------------------------------------------------------
70void ctkHostAppExampleWidget::setAppFileName(QString name)

Callers

nothing calls this directly

Calls 1

setAppFileNameMethod · 0.95

Tested by

no test coverage detected