Look at Apple provided code sample at:
http://developer.apple.com/library/mac/samplecode/QuickLookDownloader/Introduction/Intro.html
--
Julien Jalon
On Monday, January 3, 2011, Brad Stone wrote:
> I'm submitting this code for anyone who needs a quick hack to get Quick Look
> working. It's a
On Jan 3, 2011, at 8:42 AM, Brad Stone wrote:
> I don't think the Quick Look documentation is as robust as it can be, I'm
> still trying to figure out how to do the same thing the right way.
Roughly:
@interface MyView : NSView {
QLPreviewPanel * mQLPreviewPanel;
}
- (IBAction)toggle