MCPcopy Create free account
hub / github.com/Kitware/VeloView / w

Function w

Application/Ui/python/lidarview/aboutDialog.py:34–37  ·  view source on GitHub ↗
(name)

Source from the content-addressed store, hash-verified

32 dialog.setWindowFlags(flags)
33
34 def w(name):
35 for widget in dialog.children():
36 if widget.objectName == name:
37 return widget
38
39 image = w('splashLabel')
40 splash = image.pixmap.scaled(image.pixmap.width()/2.0, image.pixmap.height()/2.0)

Callers 1

showDialogFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected