Warning, /graphics/gwenview/app/advancedconfigpage.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>AdvancedConfigPage</class>
0004  <widget class="QWidget" name="AdvancedConfigPage">
0005   <property name="geometry">
0006    <rect>
0007     <x>0</x>
0008     <y>0</y>
0009     <width>451</width>
0010     <height>439</height>
0011    </rect>
0012   </property>
0013   <property name="sizePolicy">
0014    <sizepolicy hsizetype="Minimum" vsizetype="Fixed">
0015     <horstretch>0</horstretch>
0016     <verstretch>0</verstretch>
0017    </sizepolicy>
0018   </property>
0019   <layout class="QGridLayout" name="gridLayout" rowstretch="0,0,0,0,0,0,0,0,0,0,0,0,0">
0020    <property name="sizeConstraint">
0021     <enum>QLayout::SetDefaultConstraint</enum>
0022    </property>
0023    <item row="0" column="1">
0024     <layout class="QHBoxLayout" name="horizontalLayout_2">
0025      <item>
0026       <widget class="QCheckBox" name="kcfg_LowResourceUsageMode">
0027        <property name="text">
0028         <string>Low resource usage mode</string>
0029        </property>
0030       </widget>
0031      </item>
0032      <item>
0033       <spacer name="horizontalSpacer">
0034        <property name="orientation">
0035         <enum>Qt::Horizontal</enum>
0036        </property>
0037        <property name="sizeHint" stdset="0">
0038         <size>
0039          <width>40</width>
0040          <height>20</height>
0041         </size>
0042        </property>
0043       </spacer>
0044      </item>
0045     </layout>
0046    </item>
0047    <item row="7" column="0" colspan="2">
0048     <spacer name="verticalSpacer_3">
0049      <property name="orientation">
0050       <enum>Qt::Vertical</enum>
0051      </property>
0052      <property name="sizeType">
0053       <enum>QSizePolicy::Fixed</enum>
0054      </property>
0055      <property name="sizeHint" stdset="0">
0056       <size>
0057        <width>20</width>
0058        <height>10</height>
0059       </size>
0060      </property>
0061     </spacer>
0062    </item>
0063    <item row="1" column="1">
0064     <widget class="QLabel" name="cacheHelpLabel">
0065      <property name="sizePolicy">
0066       <sizepolicy hsizetype="Minimum" vsizetype="Fixed">
0067        <horstretch>0</horstretch>
0068        <verstretch>0</verstretch>
0069       </sizepolicy>
0070      </property>
0071      <property name="text">
0072       <string>Enable this option if you do not have a lot of disk space. This will avoid storing thumbnails on disk and will prefer embedded thumbnails of lower quality that are faster to load, if available.</string>
0073      </property>
0074      <property name="wordWrap">
0075       <bool>true</bool>
0076      </property>
0077     </widget>
0078    </item>
0079    <item row="0" column="0">
0080     <widget class="QLabel" name="label_2">
0081      <property name="text">
0082       <string>Thumbnails:</string>
0083      </property>
0084      <property name="alignment">
0085       <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
0086      </property>
0087     </widget>
0088    </item>
0089    <item row="9" column="1">
0090     <widget class="QLabel" name="relativeHelpLabel">
0091      <property name="text">
0092       <string>Squash colors that don't fit within the active color profile's color gamut, leaving other colors untouched</string>
0093      </property>
0094      <property name="wordWrap">
0095       <bool>true</bool>
0096      </property>
0097     </widget>
0098    </item>
0099    <item row="3" column="0">
0100     <widget class="QLabel" name="label_3">
0101      <property name="text">
0102       <string>History:</string>
0103      </property>
0104      <property name="alignment">
0105       <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
0106      </property>
0107     </widget>
0108    </item>
0109    <item row="8" column="1">
0110     <layout class="QHBoxLayout" name="horizontalLayout_3">
0111      <item>
0112       <widget class="QRadioButton" name="relativeRenderingIntentRadioButton">
0113        <property name="text">
0114         <string comment="@option:Relative Colorimetric rendering intent">Relative Colorimetric</string>
0115        </property>
0116        <property name="checked">
0117         <bool>true</bool>
0118        </property>
0119       </widget>
0120      </item>
0121     </layout>
0122    </item>
0123    <item row="10" column="0" colspan="2">
0124     <spacer name="verticalSpacer_7">
0125      <property name="orientation">
0126       <enum>Qt::Vertical</enum>
0127      </property>
0128      <property name="sizeType">
0129       <enum>QSizePolicy::Fixed</enum>
0130      </property>
0131      <property name="sizeHint" stdset="0">
0132       <size>
0133        <width>20</width>
0134        <height>10</height>
0135       </size>
0136      </property>
0137     </spacer>
0138    </item>
0139    <item row="2" column="0">
0140     <spacer name="verticalSpacer_1">
0141      <property name="orientation">
0142       <enum>Qt::Vertical</enum>
0143      </property>
0144      <property name="sizeType">
0145       <enum>QSizePolicy::Fixed</enum>
0146      </property>
0147      <property name="sizeHint" stdset="0">
0148       <size>
0149        <width>20</width>
0150        <height>20</height>
0151       </size>
0152      </property>
0153     </spacer>
0154    </item>
0155    <item row="5" column="1">
0156     <layout class="QHBoxLayout" name="horizontalLayout_4">
0157      <item>
0158       <widget class="QRadioButton" name="perceptualRenderingIntentRadioButton">
0159        <property name="text">
0160         <string comment="@option:Perceptual rendering intent">Perceptual</string>
0161        </property>
0162        <property name="checked">
0163         <bool>true</bool>
0164        </property>
0165       </widget>
0166      </item>
0167     </layout>
0168    </item>
0169    <item row="6" column="1">
0170     <widget class="QLabel" name="perceptualHelpLabel">
0171      <property name="text">
0172       <string>Scale all colors equally to fit them within the active color profile's color gamut</string>
0173      </property>
0174      <property name="wordWrap">
0175       <bool>true</bool>
0176      </property>
0177     </widget>
0178    </item>
0179    <item row="5" column="0">
0180     <widget class="QLabel" name="colorRenderingLabel">
0181      <property name="text">
0182       <string>Rendering intent:</string>
0183      </property>
0184      <property name="alignment">
0185       <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
0186      </property>
0187      <property name="buddy">
0188       <cstring>relativeRenderingIntentRadioButton</cstring>
0189      </property>
0190     </widget>
0191    </item>
0192    <item row="3" column="1">
0193     <layout class="QHBoxLayout" name="horizontalLayout">
0194      <item>
0195       <widget class="QCheckBox" name="kcfg_HistoryEnabled">
0196        <property name="text">
0197         <string>Remember folders and URLs</string>
0198        </property>
0199       </widget>
0200      </item>
0201      <item>
0202       <spacer name="horizontalSpacer_2">
0203        <property name="orientation">
0204         <enum>Qt::Horizontal</enum>
0205        </property>
0206        <property name="sizeHint" stdset="0">
0207         <size>
0208          <width>40</width>
0209          <height>20</height>
0210         </size>
0211        </property>
0212       </spacer>
0213      </item>
0214     </layout>
0215    </item>
0216    <item row="4" column="0" colspan="2">
0217     <spacer name="verticalSpacer_2">
0218      <property name="orientation">
0219       <enum>Qt::Vertical</enum>
0220      </property>
0221      <property name="sizeType">
0222       <enum>QSizePolicy::Fixed</enum>
0223      </property>
0224      <property name="sizeHint" stdset="0">
0225       <size>
0226        <width>20</width>
0227        <height>20</height>
0228       </size>
0229      </property>
0230     </spacer>
0231    </item>
0232    <item row="11" column="1">
0233     <layout class="QHBoxLayout" name="horizontalLayout_5">
0234      <item>
0235       <widget class="QCheckBox" name="kcfg_EnableColorManagement">
0236        <property name="toolTip">
0237         <string/>
0238        </property>
0239        <property name="text">
0240         <string>Enable color management</string>
0241        </property>
0242        <property name="checked">
0243         <bool>true</bool>
0244        </property>
0245       </widget>
0246      </item>
0247      <item>
0248       <spacer name="horizontalSpacer_3">
0249        <property name="orientation">
0250         <enum>Qt::Horizontal</enum>
0251        </property>
0252        <property name="sizeHint" stdset="0">
0253         <size>
0254          <width>40</width>
0255          <height>20</height>
0256         </size>
0257        </property>
0258       </spacer>
0259      </item>
0260     </layout>
0261    </item>
0262    <item row="12" column="1">
0263     <widget class="QLabel" name="colorProfileHelpLabel">
0264      <property name="text">
0265       <string>When color management is disabled, Gwenview will convert images to the sRGB color space rather than to the color space it detects for the display. This is only appropriate for displays that are calibrated to the sRGB color space or are known to provide an incorrect color profile.</string>
0266      </property>
0267      <property name="wordWrap">
0268       <bool>true</bool>
0269      </property>
0270     </widget>
0271    </item>
0272    <item row="11" column="0">
0273     <widget class="QLabel" name="colorProfileLabel">
0274      <property name="text">
0275       <string>Color management:</string>
0276      </property>
0277      <property name="alignment">
0278       <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
0279      </property>
0280     </widget>
0281    </item>
0282   </layout>
0283  </widget>
0284  <resources/>
0285  <connections/>
0286 </ui>