mirror of
https://github.com/MacPass/MacPass.git
synced 2025-12-18 12:29:31 +00:00
Changed custom fields to use a tableview
Custom fields are stored and loaded, missing Undo
This commit is contained in:
17
MacPass/MPCustomFieldTableCellView.h
Normal file
17
MacPass/MPCustomFieldTableCellView.h
Normal file
@@ -0,0 +1,17 @@
|
||||
//
|
||||
// MPCustomFieldTableCellView.h
|
||||
// MacPass
|
||||
//
|
||||
// Created by Michael Starke on 28.06.13.
|
||||
// Copyright (c) 2013 HicknHack Software GmbH. All rights reserved.
|
||||
//
|
||||
|
||||
#import <Cocoa/Cocoa.h>
|
||||
|
||||
@interface MPCustomFieldTableCellView : NSTableCellView
|
||||
|
||||
@property (assign) IBOutlet NSTextField *labelTextField;
|
||||
@property (assign) IBOutlet NSTextField *valueTextField;
|
||||
@property (assign) IBOutlet NSButton *removeButton;
|
||||
|
||||
@end
|
||||
Reference in New Issue
Block a user