Rearranged Inspector Layout to use the space more efficently

This commit is contained in:
michael starke
2013-06-22 13:02:42 +02:00
parent 84fdd1fb47
commit 449b6fa8bf
5 changed files with 859 additions and 621 deletions

View File

@@ -20,11 +20,13 @@ APPKIT_EXTERN NSString *const MPDocumentGroupKey;
@class KdbGroup;
@class KdbEntry;
@class KdbTree;
@class UUID;
@interface MPDocument : NSDocument
@property (assign, readonly) BOOL isProtected;
@property (retain, readonly) KdbTree *tree;
@property (assign, readonly) KdbGroup *root;
@property (nonatomic,retain) NSString *password;
@property (nonatomic, retain) NSURL *key;