mirror of
https://github.com/MacPass/MacPass.git
synced 2025-12-18 11:09:24 +00:00
fixed #155 added Quicklook like preview for attachments
This commit is contained in:
@@ -8,10 +8,12 @@
|
||||
|
||||
#import "MPViewController.h"
|
||||
|
||||
#import <Quartz/Quartz.h>
|
||||
|
||||
@class HNHRoundedSecureTextField;
|
||||
@class MPDocument;
|
||||
|
||||
@interface MPEntryInspectorViewController : MPViewController <NSPopoverDelegate>
|
||||
@interface MPEntryInspectorViewController : MPViewController <NSPopoverDelegate, QLPreviewPanelDelegate>
|
||||
|
||||
@property (weak) IBOutlet NSTextField *titleTextField;
|
||||
@property (weak) IBOutlet NSTextField *usernameTextField;
|
||||
@@ -57,7 +59,10 @@
|
||||
- (IBAction)addWindowAssociation:(id)sender;
|
||||
- (IBAction)removeWindowAssociation:(id)sender;
|
||||
|
||||
- (IBAction)toggleQuicklookPreview:(id)sender;
|
||||
|
||||
- (void)beginEditing;
|
||||
- (void)endEditing;
|
||||
|
||||
|
||||
@end
|
||||
|
||||
Reference in New Issue
Block a user