Warning, /graphics/krita/libs/ui/forms/wdgimageproperties.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>WdgImageProperties</class> 0008 <widget class="QWidget" name="WdgImageProperties"> 0009 <property name="geometry"> 0010 <rect> 0011 <x>0</x> 0012 <y>0</y> 0013 <width>449</width> 0014 <height>322</height> 0015 </rect> 0016 </property> 0017 <property name="windowTitle"> 0018 <string>New Image</string> 0019 </property> 0020 <layout class="QVBoxLayout" name="verticalLayout_3"> 0021 <item> 0022 <widget class="QTabWidget" name="grpColorM"> 0023 <property name="currentIndex"> 0024 <number>0</number> 0025 </property> 0026 <widget class="QWidget" name="tab_2"> 0027 <attribute name="title"> 0028 <string>Dimensions</string> 0029 </attribute> 0030 <layout class="QVBoxLayout" name="verticalLayout_4"> 0031 <item> 0032 <layout class="QFormLayout" name="formLayout"> 0033 <property name="horizontalSpacing"> 0034 <number>12</number> 0035 </property> 0036 <property name="verticalSpacing"> 0037 <number>12</number> 0038 </property> 0039 <item row="0" column="0"> 0040 <widget class="QLabel" name="lblWidth"> 0041 <property name="sizePolicy"> 0042 <sizepolicy hsizetype="Minimum" vsizetype="Preferred"> 0043 <horstretch>0</horstretch> 0044 <verstretch>0</verstretch> 0045 </sizepolicy> 0046 </property> 0047 <property name="text"> 0048 <string>Width:</string> 0049 </property> 0050 <property name="alignment"> 0051 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set> 0052 </property> 0053 </widget> 0054 </item> 0055 <item row="0" column="1"> 0056 <widget class="QLabel" name="lblWidthValue"> 0057 <property name="text"> 0058 <string comment="KDE::DoNotExtract">TextLabel</string> 0059 </property> 0060 </widget> 0061 </item> 0062 <item row="1" column="0"> 0063 <widget class="QLabel" name="lblHeight"> 0064 <property name="sizePolicy"> 0065 <sizepolicy hsizetype="Minimum" vsizetype="Preferred"> 0066 <horstretch>0</horstretch> 0067 <verstretch>0</verstretch> 0068 </sizepolicy> 0069 </property> 0070 <property name="text"> 0071 <string>Height:</string> 0072 </property> 0073 <property name="alignment"> 0074 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set> 0075 </property> 0076 </widget> 0077 </item> 0078 <item row="1" column="1"> 0079 <widget class="QLabel" name="lblHeightValue"> 0080 <property name="text"> 0081 <string comment="KDE::DoNotExtract">TextLabel</string> 0082 </property> 0083 </widget> 0084 </item> 0085 <item row="2" column="0"> 0086 <widget class="QLabel" name="lblResolution"> 0087 <property name="sizePolicy"> 0088 <sizepolicy hsizetype="Minimum" vsizetype="Preferred"> 0089 <horstretch>0</horstretch> 0090 <verstretch>0</verstretch> 0091 </sizepolicy> 0092 </property> 0093 <property name="text"> 0094 <string>Resolution:</string> 0095 </property> 0096 <property name="alignment"> 0097 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set> 0098 </property> 0099 </widget> 0100 </item> 0101 <item row="2" column="1"> 0102 <layout class="QHBoxLayout" name="horizontalLayout"> 0103 <item> 0104 <widget class="QLabel" name="lblResolutionValue"> 0105 <property name="sizePolicy"> 0106 <sizepolicy hsizetype="Minimum" vsizetype="Preferred"> 0107 <horstretch>0</horstretch> 0108 <verstretch>0</verstretch> 0109 </sizepolicy> 0110 </property> 0111 <property name="text"> 0112 <string comment="KDE::DoNotExtract">TextLabel</string> 0113 </property> 0114 </widget> 0115 </item> 0116 <item> 0117 <widget class="QLabel" name="label"> 0118 <property name="toolTip"> 0119 <string>pixels-per-inch</string> 0120 </property> 0121 <property name="text"> 0122 <string>ppi</string> 0123 </property> 0124 </widget> 0125 </item> 0126 <item> 0127 <spacer name="horizontalSpacer"> 0128 <property name="orientation"> 0129 <enum>Qt::Horizontal</enum> 0130 </property> 0131 <property name="sizeHint" stdset="0"> 0132 <size> 0133 <width>40</width> 0134 <height>20</height> 0135 </size> 0136 </property> 0137 </spacer> 0138 </item> 0139 </layout> 0140 </item> 0141 <item row="3" column="0"> 0142 <widget class="QLabel" name="lblBgColor"> 0143 <property name="sizePolicy"> 0144 <sizepolicy hsizetype="Minimum" vsizetype="Preferred"> 0145 <horstretch>0</horstretch> 0146 <verstretch>0</verstretch> 0147 </sizepolicy> 0148 </property> 0149 <property name="text"> 0150 <string comment="The background color of the image's projection">Background Color:</string> 0151 </property> 0152 <property name="alignment"> 0153 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set> 0154 </property> 0155 </widget> 0156 </item> 0157 <item row="3" column="1"> 0158 <widget class="KisColorButton" name="bnBackgroundColor"> 0159 <property name="text"> 0160 <string/> 0161 </property> 0162 </widget> 0163 </item> 0164 <item row="4" column="1"> 0165 <widget class="KisDoubleSliderSpinBox" name="sldBackgroundColor" native="true"> 0166 <property name="sizePolicy"> 0167 <sizepolicy hsizetype="Expanding" vsizetype="Preferred"> 0168 <horstretch>0</horstretch> 0169 <verstretch>0</verstretch> 0170 </sizepolicy> 0171 </property> 0172 <property name="minimumSize"> 0173 <size> 0174 <width>0</width> 0175 <height>20</height> 0176 </size> 0177 </property> 0178 </widget> 0179 </item> 0180 <item row="4" column="0"> 0181 <widget class="QLabel" name="label_4"> 0182 <property name="sizePolicy"> 0183 <sizepolicy hsizetype="Minimum" vsizetype="Preferred"> 0184 <horstretch>0</horstretch> 0185 <verstretch>0</verstretch> 0186 </sizepolicy> 0187 </property> 0188 <property name="text"> 0189 <string>Background Opacity:</string> 0190 </property> 0191 <property name="alignment"> 0192 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set> 0193 </property> 0194 </widget> 0195 </item> 0196 <item row="5" column="0"> 0197 <widget class="QLabel" name="label_2"> 0198 <property name="text"> 0199 <string>Number of Layers:</string> 0200 </property> 0201 </widget> 0202 </item> 0203 <item row="5" column="1"> 0204 <widget class="QLabel" name="lblLayerCount"> 0205 <property name="text"> 0206 <string/> 0207 </property> 0208 </widget> 0209 </item> 0210 </layout> 0211 </item> 0212 </layout> 0213 </widget> 0214 <widget class="QWidget" name="grpMode"> 0215 <attribute name="title"> 0216 <string>Image Color Space</string> 0217 </attribute> 0218 <layout class="QVBoxLayout" name="verticalLayout" stretch="0,0,0,0,1"> 0219 <item> 0220 <widget class="KisColorSpaceSelector" name="colorSpaceSelector" native="true"/> 0221 </item> 0222 <item> 0223 <widget class="QCheckBox" name="chkConvertLayers"> 0224 <property name="text"> 0225 <string>Convert color space of image layers</string> 0226 </property> 0227 </widget> 0228 </item> 0229 <item> 0230 <spacer name="verticalSpacer_3"> 0231 <property name="orientation"> 0232 <enum>Qt::Vertical</enum> 0233 </property> 0234 <property name="sizeType"> 0235 <enum>QSizePolicy::MinimumExpanding</enum> 0236 </property> 0237 <property name="sizeHint" stdset="0"> 0238 <size> 0239 <width>20</width> 0240 <height>10</height> 0241 </size> 0242 </property> 0243 </spacer> 0244 </item> 0245 <item> 0246 <widget class="KisWarningWidget" name="wdgWarningNotice" native="true"> 0247 <property name="sizePolicy"> 0248 <sizepolicy hsizetype="Expanding" vsizetype="MinimumExpanding"> 0249 <horstretch>0</horstretch> 0250 <verstretch>0</verstretch> 0251 </sizepolicy> 0252 </property> 0253 </widget> 0254 </item> 0255 <item> 0256 <spacer name="verticalSpacer_2"> 0257 <property name="orientation"> 0258 <enum>Qt::Vertical</enum> 0259 </property> 0260 <property name="sizeHint" stdset="0"> 0261 <size> 0262 <width>20</width> 0263 <height>20</height> 0264 </size> 0265 </property> 0266 </spacer> 0267 </item> 0268 </layout> 0269 </widget> 0270 <widget class="QWidget" name="grpSoftProof"> 0271 <attribute name="title"> 0272 <string>Softproofing</string> 0273 </attribute> 0274 <layout class="QVBoxLayout" name="verticalLayout_5"> 0275 <item> 0276 <widget class="QCheckBox" name="chkSaveProofing"> 0277 <property name="text"> 0278 <string>Store Softproofing configuration in the image</string> 0279 </property> 0280 </widget> 0281 </item> 0282 <item> 0283 <widget class="KisColorSpaceSelector" name="proofSpaceSelector" native="true"/> 0284 </item> 0285 <item> 0286 <widget class="QGroupBox" name="groupBox"> 0287 <property name="title"> 0288 <string>Rendering Intent</string> 0289 </property> 0290 <layout class="QFormLayout" name="formLayout_2"> 0291 <item row="0" column="0" colspan="2"> 0292 <widget class="QComboBox" name="cmbIntent"> 0293 <property name="currentIndex"> 0294 <number>0</number> 0295 </property> 0296 <item> 0297 <property name="text"> 0298 <string>Perceptual</string> 0299 </property> 0300 </item> 0301 <item> 0302 <property name="text"> 0303 <string>Relative Colorimetric</string> 0304 </property> 0305 </item> 0306 <item> 0307 <property name="text"> 0308 <string comment="ICC profile rendering intent">Saturation</string> 0309 </property> 0310 </item> 0311 <item> 0312 <property name="text"> 0313 <string>Absolute Colorimetric</string> 0314 </property> 0315 </item> 0316 </widget> 0317 </item> 0318 </layout> 0319 </widget> 0320 </item> 0321 <item> 0322 <layout class="QHBoxLayout" name="horizontalLayout_4"> 0323 <item> 0324 <widget class="QLabel" name="lblAdaptationState"> 0325 <property name="text"> 0326 <string>Adaptation State:</string> 0327 </property> 0328 <property name="alignment"> 0329 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set> 0330 </property> 0331 </widget> 0332 </item> 0333 <item> 0334 <widget class="QSlider" name="sldAdaptationState"> 0335 <property name="toolTip"> 0336 <string><html><head/><body><p>Set how much you wish to correct the adaptation state. This will affect how <span style=" font-style:italic;">Absolute Colorimetric</span> changes the whites of your image. In Layman's terms: how much do you wish to have the color management correct the paper-color to screen white while using <span style=" font-style:italic;">Absolute Colorimetric</span>?</p></body></html></string> 0337 </property> 0338 <property name="orientation"> 0339 <enum>Qt::Horizontal</enum> 0340 </property> 0341 </widget> 0342 </item> 0343 </layout> 0344 </item> 0345 <item> 0346 <layout class="QHBoxLayout" name="horizontalLayout_3"> 0347 <item> 0348 <widget class="QLabel" name="lblGamutWarning"> 0349 <property name="text"> 0350 <string>Gamut Warning:</string> 0351 </property> 0352 </widget> 0353 </item> 0354 <item> 0355 <widget class="KisColorButton" name="gamutAlarm"> 0356 <property name="text"> 0357 <string/> 0358 </property> 0359 </widget> 0360 </item> 0361 <item> 0362 <widget class="QCheckBox" name="ckbBlackPointComp"> 0363 <property name="toolTip"> 0364 <string><html><head/><body><p>Black Point compensation matches the darkest color of the source device to the darkest color of the destination device. Relative Colorimetric without Black Point Compensation will show the difference between the darkest values. With blackpoint compensation, black is black.</p></body></html></string> 0365 </property> 0366 <property name="text"> 0367 <string>Black Point Compensation</string> 0368 </property> 0369 </widget> 0370 </item> 0371 </layout> 0372 </item> 0373 <item> 0374 <spacer name="verticalSpacer"> 0375 <property name="orientation"> 0376 <enum>Qt::Vertical</enum> 0377 </property> 0378 <property name="sizeHint" stdset="0"> 0379 <size> 0380 <width>20</width> 0381 <height>40</height> 0382 </size> 0383 </property> 0384 </spacer> 0385 </item> 0386 </layout> 0387 </widget> 0388 <widget class="QWidget" name="tab"> 0389 <attribute name="title"> 0390 <string>Annotations</string> 0391 </attribute> 0392 <layout class="QVBoxLayout" name="verticalLayout_2"> 0393 <item> 0394 <widget class="QComboBox" name="cmbAnnotations"/> 0395 </item> 0396 <item> 0397 <layout class="QHBoxLayout" name="horizontalLayout_2"> 0398 <item> 0399 <widget class="QLabel" name="label_3"> 0400 <property name="text"> 0401 <string>Type:</string> 0402 </property> 0403 </widget> 0404 </item> 0405 <item> 0406 <widget class="QLabel" name="lblDescription"> 0407 <property name="sizePolicy"> 0408 <sizepolicy hsizetype="MinimumExpanding" vsizetype="Preferred"> 0409 <horstretch>0</horstretch> 0410 <verstretch>0</verstretch> 0411 </sizepolicy> 0412 </property> 0413 <property name="text"> 0414 <string>TextLabel</string> 0415 </property> 0416 </widget> 0417 </item> 0418 </layout> 0419 </item> 0420 <item> 0421 <widget class="QPlainTextEdit" name="txtAnnotation"> 0422 <property name="readOnly"> 0423 <bool>true</bool> 0424 </property> 0425 </widget> 0426 </item> 0427 </layout> 0428 </widget> 0429 </widget> 0430 </item> 0431 </layout> 0432 </widget> 0433 <customwidgets> 0434 <customwidget> 0435 <class>KisDoubleSliderSpinBox</class> 0436 <extends>QDoubleSpinBox</extends> 0437 <header location="global">kis_slider_spin_box.h</header> 0438 <container>1</container> 0439 </customwidget> 0440 <customwidget> 0441 <class>KisColorButton</class> 0442 <extends>QPushButton</extends> 0443 <header>kis_color_button.h</header> 0444 </customwidget> 0445 <customwidget> 0446 <class>KisColorSpaceSelector</class> 0447 <extends>QWidget</extends> 0448 <header>widgets/kis_color_space_selector.h</header> 0449 <container>1</container> 0450 </customwidget> 0451 <customwidget> 0452 <class>KisWarningWidget</class> 0453 <extends>QWidget</extends> 0454 <header>widgets/KisWarningWidget.h</header> 0455 <container>1</container> 0456 </customwidget> 0457 </customwidgets> 0458 <resources/> 0459 <connections/> 0460 </ui>