diff options
author | Damiano Galassi <[email protected]> | 2017-12-15 15:13:46 +0100 |
---|---|---|
committer | Damiano Galassi <[email protected]> | 2017-12-15 15:13:46 +0100 |
commit | dd89c106cf88c972f90ec425442b2fa305a4c602 (patch) | |
tree | c566d6822fcde275e1dd651c69fda3316f6c618e /macosx/English.lproj/HBPreviewViewController.xib | |
parent | b16949a1c14e42c0b56873b5488a339812225bf9 (diff) |
MacGui: add a next and previous button to the summary panel preview.
Diffstat (limited to 'macosx/English.lproj/HBPreviewViewController.xib')
-rw-r--r-- | macosx/English.lproj/HBPreviewViewController.xib | 77 |
1 files changed, 77 insertions, 0 deletions
diff --git a/macosx/English.lproj/HBPreviewViewController.xib b/macosx/English.lproj/HBPreviewViewController.xib new file mode 100644 index 000000000..94364a9a5 --- /dev/null +++ b/macosx/English.lproj/HBPreviewViewController.xib @@ -0,0 +1,77 @@ +<?xml version="1.0" encoding="UTF-8"?> +<document type="com.apple.InterfaceBuilder3.Cocoa.XIB" version="3.0" toolsVersion="13771" targetRuntime="MacOSX.Cocoa" propertyAccessControl="none" useAutolayout="YES"> + <dependencies> + <deployment identifier="macosx"/> + <plugIn identifier="com.apple.InterfaceBuilder.CocoaPlugin" version="13771"/> + <capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/> + </dependencies> + <objects> + <customObject id="-2" userLabel="File's Owner" customClass="HBPreviewViewController"> + <connections> + <outlet property="hud" destination="Fn2-om-hEi" id="Fck-vd-r8e"/> + <outlet property="previewView" destination="wh8-oO-lCN" id="dCK-4h-Ho2"/> + <outlet property="view" destination="Hz6-mo-xeY" id="0bl-1N-x8E"/> + </connections> + </customObject> + <customObject id="-1" userLabel="First Responder" customClass="FirstResponder"/> + <customObject id="-3" userLabel="Application" customClass="NSObject"/> + <customView id="Hz6-mo-xeY"> + <rect key="frame" x="0.0" y="0.0" width="640" height="480"/> + <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/> + <subviews> + <customView wantsLayer="YES" fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="wh8-oO-lCN" customClass="HBPreviewView" propertyAccessControl="all"> + <rect key="frame" x="0.0" y="0.0" width="640" height="480"/> + <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/> + </customView> + <customView translatesAutoresizingMaskIntoConstraints="NO" id="Fn2-om-hEi" customClass="HBHUDView"> + <rect key="frame" x="280" y="40" width="80" height="26"/> + <subviews> + <button toolTip="Toggle Play/Pause" translatesAutoresizingMaskIntoConstraints="NO" id="5po-M6-Hqa"> + <rect key="frame" x="44" y="5" width="24" height="18"/> + <constraints> + <constraint firstAttribute="width" constant="24" id="8M6-qp-Hbs"/> + <constraint firstAttribute="height" constant="18" id="pHH-yR-lLG"/> + </constraints> + <buttonCell key="cell" type="square" title="›" bezelStyle="shadowlessSquare" imagePosition="overlaps" alignment="center" imageScaling="proportionallyDown" id="Izx-9B-XA3"> + <behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/> + <font key="font" metaFont="system" size="18"/> + </buttonCell> + <accessibility description="Play/Pause"/> + <connections> + <action selector="next:" target="-2" id="IlJ-w9-A9q"/> + </connections> + </button> + <button toolTip="Toggle Play/Pause" translatesAutoresizingMaskIntoConstraints="NO" id="1o6-MG-Jbu"> + <rect key="frame" x="12" y="6" width="24" height="16"/> + <constraints> + <constraint firstAttribute="height" constant="16" id="efr-28-vaL"/> + <constraint firstAttribute="width" constant="24" id="tBw-VV-Jdp"/> + </constraints> + <buttonCell key="cell" type="square" title="‹" bezelStyle="shadowlessSquare" imagePosition="overlaps" alignment="center" imageScaling="proportionallyDown" id="EWx-of-C7c"> + <behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/> + <font key="font" metaFont="system" size="18"/> + </buttonCell> + <accessibility description="Play/Pause"/> + <connections> + <action selector="previous:" target="-2" id="UxL-j8-GeJ"/> + </connections> + </button> + </subviews> + <constraints> + <constraint firstItem="1o6-MG-Jbu" firstAttribute="centerY" secondItem="5po-M6-Hqa" secondAttribute="centerY" id="aSW-vr-iFV"/> + <constraint firstAttribute="trailing" secondItem="5po-M6-Hqa" secondAttribute="trailing" constant="12" id="esD-wC-uht"/> + <constraint firstItem="5po-M6-Hqa" firstAttribute="leading" secondItem="1o6-MG-Jbu" secondAttribute="trailing" constant="8" id="gSU-gO-hbY"/> + <constraint firstAttribute="height" constant="26" id="sJO-EZ-FmV"/> + <constraint firstItem="1o6-MG-Jbu" firstAttribute="leading" secondItem="Fn2-om-hEi" secondAttribute="leading" constant="12" id="tO0-TJ-Bm0"/> + <constraint firstItem="1o6-MG-Jbu" firstAttribute="top" secondItem="Fn2-om-hEi" secondAttribute="top" constant="4" id="ysh-ll-QCP"/> + </constraints> + </customView> + </subviews> + <constraints> + <constraint firstItem="Fn2-om-hEi" firstAttribute="centerX" secondItem="Hz6-mo-xeY" secondAttribute="centerX" id="1DU-Zn-HTj"/> + <constraint firstAttribute="bottom" secondItem="Fn2-om-hEi" secondAttribute="bottom" constant="40" id="M3h-dq-YzY"/> + </constraints> + <point key="canvasLocation" x="-376" y="-8"/> + </customView> + </objects> +</document> |