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

Function w

Application/Ui/python/lidarview/gridAdjustmentDialog.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 w('SensorUpX').setValue(app.grid.Normal[0])
40 w('SensorUpY').setValue(app.grid.Normal[1])

Callers 2

showDialogFunction · 0.70
pickColorFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected