1
0
mirror of https://github.com/arsenetar/dupeguru-cocoa.git synced 2026-03-21 21:41:38 +00:00

Un-xibless-ified DetailsPanel and DetailsPanelPicture

This commit is contained in:
Virgil Dupras
2017-04-04 21:14:31 -04:00
parent 9de5a48b1f
commit 8f7691cf91
10 changed files with 373 additions and 135 deletions

View File

@@ -1,5 +1,5 @@
/*
Copyright 2015 Hardcoded Software (http://www.hardcoded.net)
Copyright 2017 Virgil Dupras
This software is licensed under the "GPLv3" License as described in the "LICENSE" file,
which should be included with this package. The terms are also available at
@@ -12,7 +12,6 @@ http://www.gnu.org/licenses/gpl-3.0.html
#import "PyDupeGuru.h"
#import "DetailsPanelPicture.h"
#import "Consts.h"
#import "DetailsPanelPicture_UI.h"
@implementation DetailsPanelPicture
@@ -30,9 +29,9 @@ http://www.gnu.org/licenses/gpl-3.0.html
return self;
}
- (NSWindow *)createWindow
- (NSString *)getWindowNibName
{
return createDetailsPanelPicture_UI(self);
return @"DetailsPanelPicture";
}
- (void)loadImageAsync:(NSString *)imagePath