Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/PyQt5/PyQt
/ setTitle
Method
setTitle
Demo/WindowNotify.py:34–37 ·
view source on GitHub ↗
(self, title)
Source
from the content-addressed store, hash-verified
32
self._init()
33
34
def
setTitle(self, title):
35
if
title:
36
self.labelTitle.setText(title)
37
return
self
38
39
def
title(self):
40
return
self.labelTitle.text()
Callers
15
__init__
Method · 0.95
show
Method · 0.95
retranslateUi
Method · 0.45
setupUi
Method · 0.45
retranslateUi
Method · 0.45
__init__
Method · 0.45
addData
Method · 0.45
DynamicSpline.py
File · 0.45
__init__
Method · 0.45
CpuLineChart.py
File · 0.45
LineChart.py
File · 0.45
__init__
Method · 0.45
Calls
1
setText
Method · 0.45
Tested by
no test coverage detected