2
0
forked from Ivasoft/DSView

When the decode trace label changed, the decoder list view will be updated

This commit is contained in:
dreamsourcelabTAI
2023-05-24 16:37:50 +08:00
parent 98a4f5f99b
commit 9b3a025a96
8 changed files with 59 additions and 7 deletions

View File

@@ -186,6 +186,8 @@ namespace pv
_protocol_widget = new dock::ProtocolDock(_protocol_dock, *_view, _session);
_protocol_dock->setWidget(_protocol_widget);
_session->set_decoder_pannel(_protocol_widget);
// measure dock
_measure_dock = new QDockWidget(L_S(STR_PAGE_DLG, S_ID(IDS_DLG_MEASURE_DOCK_TITLE), "Measurement"), this);
_measure_dock->setObjectName("measure_dock");