Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/KDE/labplot
/ serialPort
Method
serialPort
src/frontend/datasources/ImportFileWidget.cpp:660–662 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
658
}
659
660
QString ImportFileWidget::serialPort() const {
661
return ui.cbSerialPort->currentText();
662
}
663
664
int ImportFileWidget::baudRate() const {
665
return ui.cbBaudRate->currentText().toInt();
Callers
1
checkOkButton
Method · 0.80
Calls
1
currentText
Method · 0.80
Tested by
no test coverage detected