Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/KDE/labplot
/ setEndRow
Method
setEndRow
src/frontend/datasources/ImportSQLDatabaseWidget.cpp:700–702 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
698
}
699
700
void ImportSQLDatabaseWidget::setEndRow(int row) {
701
ui.sbEndRow->setValue(row);
702
}
703
704
void ImportSQLDatabaseWidget::setStartColumn(int col) {
705
ui.sbStartColumn->setValue(col);
Callers
1
currentFileFilter
Method · 0.45
Calls
1
setValue
Method · 0.45
Tested by
no test coverage detected