MCPcopy Create free account
hub / github.com/NSLS2/PyXRF / pb_view_metadata_clicked

Method pb_view_metadata_clicked

pyxrf/gui_module/tab_wd_load_data.py:533–537  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

531 self._recover_after_compute(self.slot_apply_mask_clicked)
532
533 def pb_view_metadata_clicked(self):
534 dlg = DialogViewMetadata()
535 metadata_string = self.gpc.get_formatted_metadata()
536 dlg.setText(metadata_string)
537 dlg.exec()
538
539 def cb_file_all_channels_toggled(self, state):
540 self.gpc.set_load_each_channel(state)

Callers

nothing calls this directly

Calls 3

setTextMethod · 0.95
DialogViewMetadataClass · 0.85

Tested by

no test coverage detected