MCPcopy 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
696void ImportSQLDatabaseWidget::setStartRow(int row) {
697 ui.sbStartRow->setValue(row);
698}
699
700void ImportSQLDatabaseWidget::setEndRow(int row) {
701 ui.sbEndRow->setValue(row);

Callers 1

currentFileFilterMethod · 0.45

Calls 1

setValueMethod · 0.45

Tested by

no test coverage detected