MCPcopy Create free account
hub / github.com/bsomps/OpenGeoPlotter / setup_attribute_list_view

Method setup_attribute_list_view

OGP_v11.py:1224–1227  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

1222 self.azimuth = float(value)
1223
1224 def setup_attribute_list_view(self):
1225 self.attribute_list_view = QListView(self)
1226 self.attribute_list_view.setModel(self.attributes_model)
1227 self.attribute_list_view.selectionModel().selectionChanged.connect(self.on_attribute_selection_changed)
1228
1229 def on_attribute_selection_changed(self, item):
1230 # Check if the item is checked

Callers 1

__init__Method · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected