1

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.

ribram
  • 2,392
  • 1
  • 18
  • 20
  • 1
    There shouldn't be any issue mixing and matching Qt with platform specific APIs as needed. Are you running into a specific problem? – MrEricSir Oct 04 '14 at 02:34
  • 1
    Original question posted while we are still in the planning phase. I did just run a quick experiment with CryptUIDlgViewCertificate on Windows and that seemed to work as expected when launched from the Qt app. Hopefully OSX will follow suite. – ribram Oct 06 '14 at 16:42

0 Answers0