MCPcopy 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
660QString ImportFileWidget::serialPort() const {
661 return ui.cbSerialPort->currentText();
662}
663
664int ImportFileWidget::baudRate() const {
665 return ui.cbBaudRate->currentText().toInt();

Callers 1

checkOkButtonMethod · 0.80

Calls 1

currentTextMethod · 0.80

Tested by

no test coverage detected