MCPcopy Create free account
hub / github.com/Project-LemonLime/Project_LemonLime / selectContestPath

Method selectContestPath

src/newcontestwidget.cpp:37–42  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

35}
36
37void NewContestWidget::selectContestPath() {
38 QString path = QFileDialog::getExistingDirectory(this, tr("Select Contest Path"), QDir::homePath());
39
40 if (! path.isEmpty())
41 ui->contestPath->setText(QDir::toNativeSeparators(path));
42}
43
44void NewContestWidget::savingNameChanged() {
45 QString path = QDir::homePath();

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected