Warning, /graphics/digikam/core/dplugins/generic/tools/printcreator/ui/advprintcroppage.ui is written in an unsupported language. File is not indexed.

0001 <?xml version="1.0" encoding="UTF-8"?>
0002 <ui version="4.0">
0003  <class>AdvPrintCropPage</class>
0004  <widget class="QWidget" name="AdvPrintCropPage">
0005   <property name="geometry">
0006    <rect>
0007     <x>0</x>
0008     <y>0</y>
0009     <width>834</width>
0010     <height>597</height>
0011    </rect>
0012   </property>
0013   <layout class="QGridLayout" name="gridLayout">
0014    <item row="1" column="0">
0015     <layout class="QVBoxLayout" name="verticalLayout" stretch="10,1">
0016      <item>
0017       <widget class="DigikamGenericPrintCreatorPlugin::AdvPrintCropFrame" name="cropFrame" native="true">
0018        <property name="sizePolicy">
0019         <sizepolicy hsizetype="Preferred" vsizetype="Preferred">
0020          <horstretch>0</horstretch>
0021          <verstretch>0</verstretch>
0022         </sizepolicy>
0023        </property>
0024        <property name="minimumSize">
0025         <size>
0026          <width>0</width>
0027          <height>201</height>
0028         </size>
0029        </property>
0030        <property name="whatsThis">
0031         <string>Move the box in order to crop photos so that they fit inside the photo sizes you have given.  
0032 You can crop each image differently, or just click the 'Next' button to use the default crop 
0033 setting for each photo.
0034 Enable &quot;Do not crop&quot; to avoid cropping all the photos.</string>
0035        </property>
0036       </widget>
0037      </item>
0038      <item>
0039       <layout class="QHBoxLayout" name="horizontalLayout">
0040        <item>
0041         <widget class="QCheckBox" name="m_disableCrop">
0042          <property name="whatsThis">
0043           <string>Do not crop photos, just scale them.</string>
0044          </property>
0045          <property name="text">
0046           <string>Do not crop</string>
0047          </property>
0048         </widget>
0049        </item>
0050        <item>
0051         <spacer name="horizontalSpacer">
0052          <property name="orientation">
0053           <enum>Qt::Horizontal</enum>
0054          </property>
0055          <property name="sizeHint" stdset="0">
0056           <size>
0057            <width>40</width>
0058            <height>20</height>
0059           </size>
0060          </property>
0061         </spacer>
0062        </item>
0063        <item>
0064         <widget class="QPushButton" name="BtnCropRotateLeft">
0065          <property name="toolTip">
0066           <string>Rotate photo to the left</string>
0067          </property>
0068          <property name="whatsThis">
0069           <string>Rotate photo to the left</string>
0070          </property>
0071          <property name="text">
0072           <string>Rotate &amp;left</string>
0073          </property>
0074         </widget>
0075        </item>
0076        <item>
0077         <widget class="QPushButton" name="BtnCropRotateRight">
0078          <property name="toolTip">
0079           <string>Rotate photo to the right</string>
0080          </property>
0081          <property name="whatsThis">
0082           <string>Rotate photo to the right</string>
0083          </property>
0084          <property name="text">
0085           <string>Rotate &amp;right</string>
0086          </property>
0087         </widget>
0088        </item>
0089        <item>
0090         <spacer>
0091          <property name="orientation">
0092           <enum>Qt::Horizontal</enum>
0093          </property>
0094          <property name="sizeType">
0095           <enum>QSizePolicy::Expanding</enum>
0096          </property>
0097          <property name="sizeHint" stdset="0">
0098           <size>
0099            <width>127</width>
0100            <height>16</height>
0101           </size>
0102          </property>
0103         </spacer>
0104        </item>
0105        <item>
0106         <widget class="QPushButton" name="BtnCropPrev">
0107          <property name="toolTip">
0108           <string>Previous photo</string>
0109          </property>
0110          <property name="whatsThis">
0111           <string>Previous photo</string>
0112          </property>
0113          <property name="text">
0114           <string>&lt;&lt; Pr&amp;evious</string>
0115          </property>
0116         </widget>
0117        </item>
0118        <item>
0119         <widget class="QPushButton" name="BtnCropNext">
0120          <property name="toolTip">
0121           <string>Next photo</string>
0122          </property>
0123          <property name="whatsThis">
0124           <string>Next photo</string>
0125          </property>
0126          <property name="text">
0127           <string>Ne&amp;xt &gt;&gt;</string>
0128          </property>
0129         </widget>
0130        </item>
0131        <item>
0132         <spacer>
0133          <property name="orientation">
0134           <enum>Qt::Horizontal</enum>
0135          </property>
0136          <property name="sizeType">
0137           <enum>QSizePolicy::Expanding</enum>
0138          </property>
0139          <property name="sizeHint" stdset="0">
0140           <size>
0141            <width>127</width>
0142            <height>16</height>
0143           </size>
0144          </property>
0145         </spacer>
0146        </item>
0147        <item>
0148         <widget class="QLabel" name="LblCropPhoto">
0149          <property name="sizePolicy">
0150           <sizepolicy hsizetype="MinimumExpanding" vsizetype="Fixed">
0151            <horstretch>0</horstretch>
0152            <verstretch>0</verstretch>
0153           </sizepolicy>
0154          </property>
0155          <property name="text">
0156           <string>Photo 0 of 0</string>
0157          </property>
0158          <property name="wordWrap">
0159           <bool>false</bool>
0160          </property>
0161         </widget>
0162        </item>
0163       </layout>
0164      </item>
0165     </layout>
0166    </item>
0167   </layout>
0168  </widget>
0169  <customwidgets>
0170   <customwidget>
0171    <class>DigikamGenericPrintCreatorPlugin::AdvPrintCropFrame</class>
0172    <extends>QWidget</extends>
0173    <header>advprintcropframe.h</header>
0174    <container>1</container>
0175   </customwidget>
0176  </customwidgets>
0177  <resources/>
0178  <connections/>
0179 </ui>