Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/KDE/labplot
/ setEndColumn
Method
setEndColumn
src/frontend/datasources/ImportSQLDatabaseWidget.cpp:708–710 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
706
}
707
708
void ImportSQLDatabaseWidget::setEndColumn(int col) {
709
ui.sbEndColumn->setValue(col);
710
}
711
712
void ImportSQLDatabaseWidget::setQuery(const QString& query) {
713
ui.cbImportFrom->setCurrentIndex(1);
Callers
1
currentFileFilter
Method · 0.45
Calls
1
setValue
Method · 0.45
Tested by
no test coverage detected