mirror of
https://github.com/MacPass/MacPass.git
synced 2025-12-18 02:39:30 +00:00
Used bindings in Inspector and Tabelview
Added undoable actions for KdbGroup
This commit is contained in:
32
MacPass/MPInspectorViewController.h
Normal file
32
MacPass/MPInspectorViewController.h
Normal file
@@ -0,0 +1,32 @@
|
||||
//
|
||||
// MPInspectorTabViewController.h
|
||||
// MacPass
|
||||
//
|
||||
// Created by Michael Starke on 05.03.13.
|
||||
// Copyright (c) 2013 HicknHack Software GmbH. All rights reserved.
|
||||
//
|
||||
|
||||
#import "MPViewController.h"
|
||||
|
||||
@class MPPopupImageView;
|
||||
|
||||
@interface MPInspectorViewController : MPViewController
|
||||
|
||||
@property (assign) IBOutlet MPPopupImageView *itemImageView;
|
||||
@property (assign) IBOutlet NSTextField *itemNameTextfield;
|
||||
|
||||
@property (assign) IBOutlet NSTextField *titleTextField;
|
||||
@property (assign) IBOutlet NSTextField *usernameTextField;
|
||||
@property (assign) IBOutlet NSTextField *URLTextField;
|
||||
@property (assign) IBOutlet NSSecureTextField *passwordTextField;
|
||||
@property (assign) IBOutlet NSTextField *titleOrNameLabel;
|
||||
|
||||
@property (assign) IBOutlet NSButton *openURLButton;
|
||||
@property (assign) IBOutlet NSButton *showPasswordCreator;
|
||||
|
||||
- (BOOL)isVisible;
|
||||
- (void)toggleVisible;
|
||||
- (IBAction)togglePasswordDisplay:(id)sender;
|
||||
- (void)hideImagePopup:(id)sender;
|
||||
|
||||
@end
|
||||
Reference in New Issue
Block a user