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

Popular posts from this blog

javascript - Jquery show_hide, what to add in order to make the page scroll to the bottom of the hidden field once button is clicked -

javascript - Highcharts multi-color line -

javascript - Enter key does not work in search box -