Hi,

I'm looking for a way to maintain my own registry of a running application's 
WId objects that doesn't require access to some central event handling function 
because it will be done from a plugin. Can this be done with a regular 
eventFilter or will I need a nativeEventFilter?

This is on OS X, so I could also use a native API like KVO on [NSApp windows] 
but that doesn't seem to work as I'd like, possibly because that's not an 
observable property and undoubtedly also because not all WIds are NSWindows.

Thanks,
René
_______________________________________________
Interest mailing list
Interest@qt-project.org
http://lists.qt-project.org/mailman/listinfo/interest

Reply via email to