FreeOpcUa / opcua-client-gui

OPC-UA GUI Client
GNU General Public License v3.0
534 stars 176 forks source link

Fix crash when closing application certificate dialog #89

Closed TheNailDev closed 1 year ago

TheNailDev commented 1 year ago

PR #71 added a dialog to select an application certificate. Closing this dialog resulted in a crash of the software because of a missing import statement. This PR adds the import of QDialog from PyQt5 to the respective file and thus fixes this error.

georges-schutz commented 1 year ago

I highly encourage this PR as we also need this functionality.