osx - How to set badge notification for Qt on Mac -
i want set badge (notification number) on mac application using qt,
i try qapplication::setwindowicon() it's change icon on window , dialog, not icon on dock. there anyway set badge using qt ? can call cocoa methods qt set badge ?
thank you
if you're using qt 5.3, you're in luck! badge notification numbers supported in qt mac extras package. specifically, see qtmac::setapplicationiconbadgenumber()
Comments
Post a Comment