Warning, /graphics/krita/libs/ui/forms/wdgMissingColorProfile.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>WdgMissingColorProfile</class>
0004  <widget class="QWidget" name="WdgMissingColorProfile">
0005   <property name="geometry">
0006    <rect>
0007     <x>0</x>
0008     <y>0</y>
0009     <width>360</width>
0010     <height>228</height>
0011    </rect>
0012   </property>
0013   <property name="sizePolicy">
0014    <sizepolicy hsizetype="Preferred" vsizetype="Minimum">
0015     <horstretch>0</horstretch>
0016     <verstretch>0</verstretch>
0017    </sizepolicy>
0018   </property>
0019   <property name="windowTitle">
0020    <string>Missing Color Profile</string>
0021   </property>
0022   <layout class="QVBoxLayout" name="verticalLayout">
0023    <item>
0024     <widget class="QLabel" name="lblQuestion">
0025      <property name="sizePolicy">
0026       <sizepolicy hsizetype="Preferred" vsizetype="Minimum">
0027        <horstretch>0</horstretch>
0028        <verstretch>0</verstretch>
0029       </sizepolicy>
0030      </property>
0031      <property name="text">
0032       <string>The image data you are trying to paste has no color profile information. How do you want to interpret this data?</string>
0033      </property>
0034      <property name="wordWrap">
0035       <bool>true</bool>
0036      </property>
0037     </widget>
0038    </item>
0039    <item>
0040     <widget class="QWidget" name="options" native="true">
0041      <layout class="QFormLayout" name="formLayout">
0042       <property name="leftMargin">
0043        <number>0</number>
0044       </property>
0045       <property name="topMargin">
0046        <number>0</number>
0047       </property>
0048       <property name="rightMargin">
0049        <number>0</number>
0050       </property>
0051       <property name="bottomMargin">
0052        <number>0</number>
0053       </property>
0054       <item row="1" column="1">
0055        <widget class="QLabel" name="lblExplanationWeb">
0056         <property name="sizePolicy">
0057          <sizepolicy hsizetype="Preferred" vsizetype="Minimum">
0058           <horstretch>0</horstretch>
0059           <verstretch>0</verstretch>
0060          </sizepolicy>
0061         </property>
0062         <property name="text">
0063          <string>Use standard colors that are displayed from computer monitors. This is the most common way that images are stored.</string>
0064         </property>
0065         <property name="wordWrap">
0066          <bool>true</bool>
0067         </property>
0068         <property name="buddy">
0069          <cstring>btnAsWeb</cstring>
0070         </property>
0071        </widget>
0072       </item>
0073       <item row="0" column="0" colspan="2">
0074        <widget class="QRadioButton" name="btnAsWeb">
0075         <property name="styleSheet">
0076          <string notr="true">QRadioButton { font: bold; }</string>
0077         </property>
0078         <property name="text">
0079          <string>As &amp;Web (sRGB)</string>
0080         </property>
0081        </widget>
0082       </item>
0083       <item row="2" column="0" colspan="2">
0084        <widget class="QRadioButton" name="btnAsMonitor">
0085         <property name="styleSheet">
0086          <string notr="true">QRadioButton { font: bold; }</string>
0087         </property>
0088         <property name="text">
0089          <string>As on &amp;Monitor</string>
0090         </property>
0091        </widget>
0092       </item>
0093       <item row="3" column="1">
0094        <widget class="QLabel" name="lblExplanationMonitor">
0095         <property name="sizePolicy">
0096          <sizepolicy hsizetype="Preferred" vsizetype="Minimum">
0097           <horstretch>0</horstretch>
0098           <verstretch>0</verstretch>
0099          </sizepolicy>
0100         </property>
0101         <property name="text">
0102          <string>If you know a bit about color management and want to use your monitor to determine the color profile.</string>
0103         </property>
0104         <property name="wordWrap">
0105          <bool>true</bool>
0106         </property>
0107        </widget>
0108       </item>
0109      </layout>
0110     </widget>
0111    </item>
0112    <item>
0113     <widget class="QCheckBox" name="dontPrompt">
0114      <property name="text">
0115       <string>Remember</string>
0116      </property>
0117     </widget>
0118    </item>
0119    <item>
0120     <spacer name="verticalSpacer">
0121      <property name="orientation">
0122       <enum>Qt::Vertical</enum>
0123      </property>
0124      <property name="sizeHint" stdset="0">
0125       <size>
0126        <width>20</width>
0127        <height>0</height>
0128       </size>
0129      </property>
0130     </spacer>
0131    </item>
0132   </layout>
0133  </widget>
0134  <resources/>
0135  <connections/>
0136 </ui>