68Duck / PiDMX

Python dmx controller interface with Pyqt5 and raspberry pi
0 stars 0 forks source link

When pressing enter on DMX selection window on other screen #70

Closed 68Duck closed 3 years ago

68Duck commented 3 years ago

<class 'AttributeError'> 'DMXSelectionWindow' object has no attribute 'submitButtonPressed' <traceback object at 0x0C580D68> Traceback (most recent call last): File "C:\Users\Joshu\OneDrive\Documents\python new comp\dmxTest\PiDMX\PiDMX\DMXSelectionWindow.py", line 67, in keyPressEvent self.submitButtonPressed() AttributeError: 'DMXSelectionWindow' object has no attribute 'submitButtonPressed'

68Duck commented 3 years ago

Added