Changed Inspector to dual tab view and removed Popups

This commit is contained in:
michael starke
2013-06-22 01:45:23 +02:00
parent 6c08f908a6
commit 84fdd1fb47
17 changed files with 2711 additions and 2487 deletions

View File

@@ -14,7 +14,7 @@
@class HNHGradientView;
@class MPDocumentWindowController;
@interface MPInspectorViewController : MPViewController <NSPopoverDelegate>
@interface MPInspectorViewController : MPViewController <NSPopoverDelegate, NSTableViewDelegate>
@property (assign) IBOutlet MPPopupImageView *itemImageView;
@property (assign) IBOutlet NSTextField *itemNameTextfield;
@@ -27,7 +27,9 @@
@property (assign) IBOutlet HNHGradientView *bottomBar;
@property (assign) IBOutlet NSTextField *infoTextField;
@property (assign) IBOutlet NSView *scrollContentView;
@property (assign) IBOutlet NSSegmentedControl *notesOrAttachmentControl;
@property (assign) IBOutlet NSSegmentedControl *infoTabControl;
@property (assign) IBOutlet NSTableView *attachmentTableView;
@property (assign) IBOutlet NSTextView *notesTextView;
/* Seperate call to ensure alle registered objects are in place */