I have an application running on Windows and OSX that I am considering porting to Qt.
Currently the application uses the native certificate detail dialogs CryptUIDlgViewCertificate on Windows and SFCertificatePanel on OSX.
Is there any way I can these native dialogs from a Qt application or will I need to roll my own Qt certificate details dialog?
I found QWinHost as a possible solution for Windows, but this seems to have been dropped from Qt5.