MCPcopy Create free account
hub / github.com/DreamSourceLab/DSView / on_format_select_changed

Method on_format_select_changed

DSView/pv/dock/protocolitemlayer.cpp:95–100  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

93}
94
95void ProtocolItemLayer::on_format_select_changed(int index){
96 if (index >= 0 && !m_bSetting){
97 QString text = _format_combox->currentText();
98 m_callback->OnProtocolFormatChanged(text, this);
99 }
100}
101//-----------------
102
103 void ProtocolItemLayer::SetProgress(int progress, QString text){

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected