MCPcopy
hub / github.com/zhiyiYo/PyQt-Fluent-Widgets / setText

Method setText

qfluentwidgets/components/widgets/tool_tip.py:79–84  ·  view source on GitHub ↗

set text on tooltip

(self, text)

Source from the content-addressed store, hash-verified

77 return self.__text
78
79 def setText(self, text):
80 """ set text on tooltip """
81 self.__text = text
82 self.label.setText(text)
83 self.container.adjustSize()
84 self.adjustSize()
85
86 def duration(self):
87 return self.__duration

Callers 15

showMessageBoxMethod · 0.45
showMessageBoxMethod · 0.45
retranslateUiMethod · 0.45
retranslateUiMethod · 0.45
showMessageBoxMethod · 0.45
setupUiMethod · 0.45
retranslateUiMethod · 0.45
showMessageBoxMethod · 0.45
setCurrentIndexMethod · 0.45
ikunMethod · 0.45
ikunMethod · 0.45
__init__Method · 0.45

Calls 1

adjustSizeMethod · 0.45

Tested by

no test coverage detected