Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
712
void ImportSQLDatabaseWidget::setQuery(const QString& query) {
713
ui.cbImportFrom->setCurrentIndex(1);
714
ui.teQuery->setPlainText(query);
715
}
Callers
1
testQuery
Method · 0.80
Calls
1
setCurrentIndex
Method · 0.45
Tested by
1
testQuery
Method · 0.64