MCPcopy Create free account
hub / github.com/KDE/labplot / setStartColumn

Method setStartColumn

src/frontend/datasources/ImportSQLDatabaseWidget.cpp:704–706  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

702}
703
704void ImportSQLDatabaseWidget::setStartColumn(int col) {
705 ui.sbStartColumn->setValue(col);
706}
707
708void ImportSQLDatabaseWidget::setEndColumn(int col) {
709 ui.sbEndColumn->setValue(col);

Callers 1

currentFileFilterMethod · 0.45

Calls 1

setValueMethod · 0.45

Tested by

no test coverage detected