Warning, /graphics/krita/libs/ui/forms/wdgcolorsettings.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 <author> 0004 SPDX-FileCopyrightText: none 0005 SPDX-License-Identifier: GPL-3.0-or-later 0006 </author> 0007 <class>WdgColorSettings</class> 0008 <widget class="QWidget" name="WdgColorSettings"> 0009 <property name="windowTitle"> 0010 <string>Color Settings</string> 0011 </property> 0012 <layout class="QGridLayout" name="gridLayout"> 0013 <property name="leftMargin"> 0014 <number>0</number> 0015 </property> 0016 <property name="topMargin"> 0017 <number>0</number> 0018 </property> 0019 <property name="rightMargin"> 0020 <number>0</number> 0021 </property> 0022 <property name="bottomMargin"> 0023 <number>0</number> 0024 </property> 0025 <item row="0" column="0"> 0026 <widget class="QTabWidget" name="tabWidget"> 0027 <property name="currentIndex"> 0028 <number>0</number> 0029 </property> 0030 <widget class="QWidget" name="tab"> 0031 <attribute name="title"> 0032 <string>General</string> 0033 </attribute> 0034 <layout class="QFormLayout" name="formLayout"> 0035 <item row="0" column="0" colspan="2"> 0036 <widget class="QGroupBox" name="useDefColorSpace"> 0037 <property name="title"> 0038 <string>Use Default color model for new images</string> 0039 </property> 0040 <property name="checkable"> 0041 <bool>true</bool> 0042 </property> 0043 <layout class="QFormLayout" name="formLayout_2"> 0044 <item row="0" column="0" colspan="2"> 0045 <widget class="KisCmbIDList" name="cmbWorkingColorSpace"> 0046 <property name="enabled"> 0047 <bool>true</bool> 0048 </property> 0049 <property name="sizePolicy"> 0050 <sizepolicy hsizetype="Expanding" vsizetype="Preferred"> 0051 <horstretch>0</horstretch> 0052 <verstretch>0</verstretch> 0053 </sizepolicy> 0054 </property> 0055 <property name="minimumSize"> 0056 <size> 0057 <width>0</width> 0058 <height>20</height> 0059 </size> 0060 </property> 0061 </widget> 0062 </item> 0063 </layout> 0064 </widget> 0065 </item> 0066 <item row="1" column="0" colspan="2"> 0067 <widget class="QGroupBox" name="grpPasteBehaviour"> 0068 <property name="title"> 0069 <string>When Pasting Into Krita From Other Applications</string> 0070 </property> 0071 <layout class="QVBoxLayout"> 0072 <item> 0073 <widget class="QRadioButton" name="radioPasteWeb"> 0074 <property name="text"> 0075 <string>Assume sRGB (like images from the web are supposed to be seen)</string> 0076 </property> 0077 </widget> 0078 </item> 0079 <item> 0080 <widget class="QRadioButton" name="radioPasteMonitor"> 0081 <property name="text"> 0082 <string>Assume &monitor profile (like you see it in other applications)</string> 0083 </property> 0084 </widget> 0085 </item> 0086 <item> 0087 <widget class="QRadioButton" name="radioPasteAsk"> 0088 <property name="text"> 0089 <string>As&k each time</string> 0090 </property> 0091 </widget> 0092 </item> 0093 <item> 0094 <widget class="QLabel" name="textLabel1_2_2"> 0095 <property name="text"> 0096 <string>Note: When copying/pasting inside Krita color info is always preserved.</string> 0097 </property> 0098 </widget> 0099 </item> 0100 </layout> 0101 </widget> 0102 </item> 0103 <item row="2" column="1"> 0104 <widget class="QCheckBox" name="chkBlackpoint"> 0105 <property name="text"> 0106 <string>Use Blackpoint Compensation</string> 0107 </property> 0108 <property name="checked"> 0109 <bool>true</bool> 0110 </property> 0111 </widget> 0112 </item> 0113 <item row="3" column="1"> 0114 <widget class="QCheckBox" name="chkAllowLCMSOptimization"> 0115 <property name="text"> 0116 <string>Allow Little CMS optimizations (uncheck when using linear light RGB or XYZ)</string> 0117 </property> 0118 <property name="checked"> 0119 <bool>true</bool> 0120 </property> 0121 </widget> 0122 </item> 0123 <item row="4" column="1"> 0124 <widget class="QCheckBox" name="chkForcePaletteColor"> 0125 <property name="text"> 0126 <string>Enforce palette colors: always select the nearest color from the active palette.</string> 0127 </property> 0128 </widget> 0129 </item> 0130 <item row="5" column="0" colspan="2"> 0131 <spacer name="verticalSpacer_3"> 0132 <property name="orientation"> 0133 <enum>Qt::Vertical</enum> 0134 </property> 0135 <property name="sizeHint" stdset="0"> 0136 <size> 0137 <width>20</width> 0138 <height>40</height> 0139 </size> 0140 </property> 0141 </spacer> 0142 </item> 0143 </layout> 0144 </widget> 0145 <widget class="QWidget" name="tab_2"> 0146 <attribute name="title"> 0147 <string>Display</string> 0148 </attribute> 0149 <layout class="QFormLayout" name="formLayout_3"> 0150 <item row="0" column="1"> 0151 <widget class="QCheckBox" name="chkUseSystemMonitorProfile"> 0152 <property name="text"> 0153 <string>Use system monitor profile</string> 0154 </property> 0155 <property name="checked"> 0156 <bool>false</bool> 0157 </property> 0158 </widget> 0159 </item> 0160 <item row="1" column="0"> 0161 <widget class="QLabel" name="lblRenderingIntent"> 0162 <property name="toolTip"> 0163 <string>The icm profile for your calibrated monitor</string> 0164 </property> 0165 <property name="text"> 0166 <string>&Rendering intent:</string> 0167 </property> 0168 <property name="buddy"> 0169 <cstring>cmbMonitorIntent</cstring> 0170 </property> 0171 </widget> 0172 </item> 0173 <item row="1" column="1"> 0174 <widget class="KComboBox" name="cmbMonitorIntent"> 0175 <property name="sizePolicy"> 0176 <sizepolicy hsizetype="Expanding" vsizetype="Fixed"> 0177 <horstretch>0</horstretch> 0178 <verstretch>0</verstretch> 0179 </sizepolicy> 0180 </property> 0181 <item> 0182 <property name="text"> 0183 <string>Perceptual</string> 0184 </property> 0185 </item> 0186 <item> 0187 <property name="text"> 0188 <string>Relative Colorimetric</string> 0189 </property> 0190 </item> 0191 <item> 0192 <property name="text"> 0193 <string comment="ICC profile rendering intent">Saturation</string> 0194 </property> 0195 </item> 0196 <item> 0197 <property name="text"> 0198 <string>Absolute Colorimetric</string> 0199 </property> 0200 </item> 0201 </widget> 0202 </item> 0203 <item row="2" column="0" colspan="2"> 0204 <widget class="QWidget" name="monitorprofileholder" native="true"> 0205 <property name="minimumSize"> 0206 <size> 0207 <width>50</width> 0208 <height>50</height> 0209 </size> 0210 </property> 0211 </widget> 0212 </item> 0213 <item row="3" column="0" colspan="2"> 0214 <widget class="QPushButton" name="bnAddColorProfile"> 0215 <property name="sizePolicy"> 0216 <sizepolicy hsizetype="Expanding" vsizetype="Fixed"> 0217 <horstretch>0</horstretch> 0218 <verstretch>0</verstretch> 0219 </sizepolicy> 0220 </property> 0221 <property name="text"> 0222 <string>Import profile</string> 0223 </property> 0224 </widget> 0225 </item> 0226 <item row="4" column="0" colspan="2"> 0227 <spacer name="verticalSpacer_2"> 0228 <property name="orientation"> 0229 <enum>Qt::Vertical</enum> 0230 </property> 0231 <property name="sizeHint" stdset="0"> 0232 <size> 0233 <width>20</width> 0234 <height>40</height> 0235 </size> 0236 </property> 0237 </spacer> 0238 </item> 0239 </layout> 0240 </widget> 0241 <widget class="QWidget" name="tab_3"> 0242 <attribute name="title"> 0243 <string>Soft Proofing</string> 0244 </attribute> 0245 <layout class="QFormLayout" name="formLayout_4"> 0246 <item row="0" column="0" colspan="2"> 0247 <widget class="QLabel" name="label"> 0248 <property name="text"> 0249 <string>Note: these are the default proofing settings for new images.</string> 0250 </property> 0251 </widget> 0252 </item> 0253 <item row="1" column="0" colspan="2"> 0254 <widget class="KisColorSpaceSelector" name="proofingSpaceSelector" native="true"> 0255 <property name="minimumSize"> 0256 <size> 0257 <width>100</width> 0258 <height>100</height> 0259 </size> 0260 </property> 0261 </widget> 0262 </item> 0263 <item row="2" column="0"> 0264 <widget class="QLabel" name="lblProofingIntent"> 0265 <property name="text"> 0266 <string>Proofing Rendering Intent:</string> 0267 </property> 0268 </widget> 0269 </item> 0270 <item row="2" column="1"> 0271 <widget class="QComboBox" name="cmbProofingIntent"> 0272 <item> 0273 <property name="text"> 0274 <string>Perceptual</string> 0275 </property> 0276 </item> 0277 <item> 0278 <property name="text"> 0279 <string>Relative Colorimetric</string> 0280 </property> 0281 </item> 0282 <item> 0283 <property name="text"> 0284 <string comment="ICC profile rendering intent">Saturation</string> 0285 </property> 0286 </item> 0287 <item> 0288 <property name="text"> 0289 <string>Absolute Colorimetric</string> 0290 </property> 0291 </item> 0292 </widget> 0293 </item> 0294 <item row="3" column="0"> 0295 <widget class="QLabel" name="lblAdaptationState"> 0296 <property name="text"> 0297 <string>Adaptation State:</string> 0298 </property> 0299 </widget> 0300 </item> 0301 <item row="3" column="1"> 0302 <widget class="QSlider" name="sldAdaptationState"> 0303 <property name="orientation"> 0304 <enum>Qt::Horizontal</enum> 0305 </property> 0306 </widget> 0307 </item> 0308 <item row="4" column="0"> 0309 <widget class="QLabel" name="lblGamutWarning"> 0310 <property name="text"> 0311 <string>Gamut Warning:</string> 0312 </property> 0313 </widget> 0314 </item> 0315 <item row="4" column="1"> 0316 <widget class="KisColorButton" name="gamutAlarm"> 0317 <property name="text"> 0318 <string/> 0319 </property> 0320 </widget> 0321 </item> 0322 <item row="5" column="1"> 0323 <widget class="QCheckBox" name="ckbProofBlackPoint"> 0324 <property name="text"> 0325 <string>Black Point Compensation</string> 0326 </property> 0327 </widget> 0328 </item> 0329 <item row="6" column="0" colspan="2"> 0330 <spacer name="verticalSpacer_4"> 0331 <property name="orientation"> 0332 <enum>Qt::Vertical</enum> 0333 </property> 0334 <property name="sizeHint" stdset="0"> 0335 <size> 0336 <width>20</width> 0337 <height>40</height> 0338 </size> 0339 </property> 0340 </spacer> 0341 </item> 0342 </layout> 0343 </widget> 0344 </widget> 0345 </item> 0346 </layout> 0347 </widget> 0348 <customwidgets> 0349 <customwidget> 0350 <class>KisColorButton</class> 0351 <extends>QPushButton</extends> 0352 <header>kis_color_button.h</header> 0353 </customwidget> 0354 <customwidget> 0355 <class>KComboBox</class> 0356 <extends>QComboBox</extends> 0357 <header>kcombobox.h</header> 0358 </customwidget> 0359 <customwidget> 0360 <class>KisCmbIDList</class> 0361 <extends>QComboBox</extends> 0362 <header>widgets/kis_cmb_idlist.h</header> 0363 </customwidget> 0364 <customwidget> 0365 <class>KisColorSpaceSelector</class> 0366 <extends>QWidget</extends> 0367 <header>widgets/kis_color_space_selector.h</header> 0368 <container>1</container> 0369 </customwidget> 0370 </customwidgets> 0371 <resources/> 0372 <connections/> 0373 </ui>