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