MCPcopy Create free account
hub / github.com/KDE/labplot / setQuery

Method setQuery

src/frontend/datasources/ImportSQLDatabaseWidget.cpp:712–715  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

710}
711
712void ImportSQLDatabaseWidget::setQuery(const QString& query) {
713 ui.cbImportFrom->setCurrentIndex(1);
714 ui.teQuery->setPlainText(query);
715}

Callers 1

testQueryMethod · 0.80

Calls 1

setCurrentIndexMethod · 0.45

Tested by 1

testQueryMethod · 0.64