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