|
|
|
@ -48,7 +48,8 @@ class MainWindow(QtWidgets.QMainWindow, Ui_MainWindow):
|
|
|
|
|
# Same story here but this time with the itemClicked event |
|
|
|
|
# so that when an element is clicked on in the point list it will |
|
|
|
|
# highlight. |
|
|
|
|
self.point_list_widget.itemClicked = partial(item_click_handler, self) |
|
|
|
|
self.point_list_widget.itemClicked.connect(partial(item_click_handler, |
|
|
|
|
self)) |
|
|
|
|
|
|
|
|
|
#----------------------------------------------- |
|
|
|
|
# OpenGL Graphics Handlers are set |
|
|
|
|