MCPcopy Create free account
hub / github.com/CE-Programming/CEmu / varSelect

Method varSelect

gui/qt/mainwindow.cpp:1906–1915  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1904}
1905
1906void MainWindow::varSelect() {
1907 if (guiDebug) {
1908 return;
1909 }
1910
1911 QStringList fileNames = varDialog(QFileDialog::AcceptOpen, tr("TI Variable (*.8xp *.8xv *.8xl *.8xn *.8xm *.8xy *.8xg *.8xs *.8xd *.8xw *.8xc *.8xl *.8xz *.8xt *.8ca *.8cg *.8ci *.8ek *.8eu *.8pu *.b84 *.b83);;All Files (*.*)"), Q_NULLPTR);
1912
1913 sendingHandler->sendFiles(fileNames, LINK_FILE);
1914 equatesRefresh();
1915}
1916
1917QStringList MainWindow::varDialog(QFileDialog::AcceptMode mode, const QString &name_filter, const QString &defaultSuffix) {
1918 QFileDialog dialog(this);

Callers

nothing calls this directly

Calls 1

sendFilesMethod · 0.45

Tested by

no test coverage detected