[Pyobjc-dev] how to add methods to this class in this case?
Brought to you by:
ronaldoussoren
From: Burak N. <bu...@ne...> - 2013-11-09 19:39:58
|
Hi there, I am building a Qt application called Aether (www.getaether.net). For its Mac version, I have run into the problem of Qt not being able to detect and raise events to Mac’s dock icon clicks. This is an essential and widely used feature on OS X that is completely ignored by Qt, and I want to provide my users this functionality. I have found a way to do this on C++ here: http://aksenkin.blogspot.com/2012/02/how-to-handle-click-on-app-icon-in-mac.html |