MCPcopy
hub / github.com/leon-thomm/Ryven / setText

Method setText

ryven-editor/ryven/gui/startup_dialog/StartupDialog.py:55–59  ·  view source on GitHub ↗

Sets text and tooltip.

(self, label, *args, **kwargs)

Source from the content-addressed store, hash-verified

53 _elideMode = Qt.ElideMiddle
54
55 def setText(self, label, *args, **kwargs):
56 """Sets text and tooltip."""
57 s = str(label)
58 super().setText(s, *args, **kwargs)
59 self.setToolTip(s)
60
61 def elideMode(self):
62 return self._elideMode

Callers 15

choose_button_clickedMethod · 0.80
set_stateMethod · 0.80
update_matrixMethod · 0.80
set_stateMethod · 0.80
eventMethod · 0.80
recallMethod · 0.80
copy_IDMethod · 0.80
show_valMethod · 0.80
set_stateMethod · 0.80
__init__Method · 0.80
load_fromMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected