Warning, /graphics/krita/plugins/extensions/metadataeditor/editors/exif.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>Exif</class> 0008 <widget class="QWidget" name="Exif"> 0009 <property name="geometry"> 0010 <rect> 0011 <x>0</x> 0012 <y>0</y> 0013 <width>559</width> 0014 <height>483</height> 0015 </rect> 0016 </property> 0017 <property name="sizePolicy"> 0018 <sizepolicy hsizetype="MinimumExpanding" vsizetype="MinimumExpanding"> 0019 <horstretch>0</horstretch> 0020 <verstretch>0</verstretch> 0021 </sizepolicy> 0022 </property> 0023 <layout class="QVBoxLayout"> 0024 <item> 0025 <widget class="QTabWidget" name="tabWidget"> 0026 <property name="currentIndex"> 0027 <number>0</number> 0028 </property> 0029 <widget class="QWidget" name="tab"> 0030 <attribute name="title"> 0031 <string comment="EXIF">Exposure</string> 0032 </attribute> 0033 <layout class="QFormLayout" name="formLayout"> 0034 <item row="0" column="0"> 0035 <widget class="QLabel" name="label"> 0036 <property name="text"> 0037 <string comment="EXIF: exposure">Brightness &value:</string> 0038 </property> 0039 <property name="buddy"> 0040 <cstring>editBrightnessValue</cstring> 0041 </property> 0042 </widget> 0043 </item> 0044 <item row="0" column="1"> 0045 <widget class="QLineEdit" name="editBrightnessValue"/> 0046 </item> 0047 <item row="1" column="0"> 0048 <widget class="QLabel" name="label_2"> 0049 <property name="text"> 0050 <string comment="EXIF: exposure">&ISO:</string> 0051 </property> 0052 <property name="buddy"> 0053 <cstring>editISOSpeedRatings</cstring> 0054 </property> 0055 </widget> 0056 </item> 0057 <item row="1" column="1"> 0058 <widget class="KisIntParseSpinBox" name="editISOSpeedRatings"> 0059 <property name="maximum"> 0060 <number>3600</number> 0061 </property> 0062 <property name="singleStep"> 0063 <number>100</number> 0064 </property> 0065 <property name="value"> 0066 <number>100</number> 0067 </property> 0068 </widget> 0069 </item> 0070 <item row="2" column="0"> 0071 <widget class="QLabel" name="label_16"> 0072 <property name="text"> 0073 <string comment="EXIF: exposure">Exposure &time:</string> 0074 </property> 0075 <property name="buddy"> 0076 <cstring>editExposureTime</cstring> 0077 </property> 0078 </widget> 0079 </item> 0080 <item row="2" column="1"> 0081 <widget class="QLineEdit" name="editExposureTime"/> 0082 </item> 0083 <item row="3" column="0"> 0084 <widget class="QLabel" name="label_3"> 0085 <property name="text"> 0086 <string comment="EXIF: exposure">E&xposure mode:</string> 0087 </property> 0088 <property name="buddy"> 0089 <cstring>editExposureMode</cstring> 0090 </property> 0091 </widget> 0092 </item> 0093 <item row="3" column="1"> 0094 <widget class="QComboBox" name="editExposureMode"> 0095 <item> 0096 <property name="text"> 0097 <string comment="EXIF: exposure - exposure mode">Auto</string> 0098 </property> 0099 </item> 0100 <item> 0101 <property name="text"> 0102 <string comment="EXIF: exposure - exposure mode">Manual</string> 0103 </property> 0104 </item> 0105 <item> 0106 <property name="text"> 0107 <string comment="EXIF: exposure - exposure mode">Auto bracket</string> 0108 </property> 0109 </item> 0110 </widget> 0111 </item> 0112 <item row="4" column="0"> 0113 <widget class="QLabel" name="label_14"> 0114 <property name="text"> 0115 <string comment="EXIF: exposure">Exposure pro&gram:</string> 0116 </property> 0117 <property name="buddy"> 0118 <cstring>editExposureProgram</cstring> 0119 </property> 0120 </widget> 0121 </item> 0122 <item row="4" column="1"> 0123 <widget class="QComboBox" name="editExposureProgram"> 0124 <item> 0125 <property name="text"> 0126 <string comment="EXIF: exposure - exposure program">Not defined</string> 0127 </property> 0128 </item> 0129 <item> 0130 <property name="text"> 0131 <string comment="EXIF: exposure - exposure program">Manual</string> 0132 </property> 0133 </item> 0134 <item> 0135 <property name="text"> 0136 <string comment="EXIF: exposure - exposure program">Normal program</string> 0137 </property> 0138 </item> 0139 <item> 0140 <property name="text"> 0141 <string comment="EXIF: exposure - exposure program">Aperture priority</string> 0142 </property> 0143 </item> 0144 <item> 0145 <property name="text"> 0146 <string comment="EXIF: exposure - exposure program">Shutter priority</string> 0147 </property> 0148 </item> 0149 <item> 0150 <property name="text"> 0151 <string comment="EXIF: exposure - exposure program">Creative program</string> 0152 </property> 0153 </item> 0154 <item> 0155 <property name="text"> 0156 <string comment="EXIF: exposure - exposure program">Action program</string> 0157 </property> 0158 </item> 0159 <item> 0160 <property name="text"> 0161 <string comment="EXIF: exposure - exposure program">Portrait mode</string> 0162 </property> 0163 </item> 0164 <item> 0165 <property name="text"> 0166 <string comment="EXIF: exposure - exposure program">Landscape mode</string> 0167 </property> 0168 </item> 0169 </widget> 0170 </item> 0171 <item row="5" column="0"> 0172 <widget class="QLabel" name="label_7"> 0173 <property name="text"> 0174 <string comment="EXIF: exposure">Exposure index:</string> 0175 </property> 0176 <property name="buddy"> 0177 <cstring>editExposureIndex</cstring> 0178 </property> 0179 </widget> 0180 </item> 0181 <item row="5" column="1"> 0182 <widget class="QLineEdit" name="editExposureIndex"/> 0183 </item> 0184 <item row="6" column="0"> 0185 <widget class="QLabel" name="label_10"> 0186 <property name="text"> 0187 <string comment="EXIF: exposure">Exposure bias:</string> 0188 </property> 0189 <property name="buddy"> 0190 <cstring>editExposureBiasValue</cstring> 0191 </property> 0192 </widget> 0193 </item> 0194 <item row="6" column="1"> 0195 <widget class="QLineEdit" name="editExposureBiasValue"/> 0196 </item> 0197 <item row="7" column="0"> 0198 <widget class="QLabel" name="label_9"> 0199 <property name="text"> 0200 <string comment="EXIF: exposure">Ape&rture:</string> 0201 </property> 0202 <property name="buddy"> 0203 <cstring>editApertureValue</cstring> 0204 </property> 0205 </widget> 0206 </item> 0207 <item row="7" column="1"> 0208 <widget class="QLineEdit" name="editApertureValue"/> 0209 </item> 0210 <item row="8" column="0"> 0211 <widget class="QLabel" name="label_8"> 0212 <property name="text"> 0213 <string comment="EXIF: exposure">Shutter speed:</string> 0214 </property> 0215 <property name="buddy"> 0216 <cstring>editShutterSpeedValue</cstring> 0217 </property> 0218 </widget> 0219 </item> 0220 <item row="8" column="1"> 0221 <widget class="QLineEdit" name="editShutterSpeedValue"/> 0222 </item> 0223 <item row="9" column="0"> 0224 <widget class="QLabel" name="label_25"> 0225 <property name="text"> 0226 <string comment="EXIF: exposure">&F Number:</string> 0227 </property> 0228 <property name="buddy"> 0229 <cstring>editFNumber</cstring> 0230 </property> 0231 </widget> 0232 </item> 0233 <item row="9" column="1"> 0234 <widget class="QLineEdit" name="editFNumber"/> 0235 </item> 0236 </layout> 0237 </widget> 0238 <widget class="QWidget" name="tab_2"> 0239 <attribute name="title"> 0240 <string comment="EXIF">Lens</string> 0241 </attribute> 0242 <layout class="QFormLayout" name="formLayout_2"> 0243 <item row="0" column="0"> 0244 <widget class="QLabel" name="label_6"> 0245 <property name="text"> 0246 <string comment="EXIF: lens">&Focal length:</string> 0247 </property> 0248 <property name="buddy"> 0249 <cstring>editFocalLength</cstring> 0250 </property> 0251 </widget> 0252 </item> 0253 <item row="0" column="1"> 0254 <widget class="KisIntParseSpinBox" name="editFocalLength"> 0255 <property name="maximum"> 0256 <number>1000</number> 0257 </property> 0258 <property name="singleStep"> 0259 <number>1</number> 0260 </property> 0261 <property name="value"> 0262 <number>35</number> 0263 </property> 0264 </widget> 0265 </item> 0266 <item row="1" column="0"> 0267 <widget class="QLabel" name="label_5"> 0268 <property name="text"> 0269 <string comment="EXIF: lens">Focal length (&35mm equivalent):</string> 0270 </property> 0271 <property name="buddy"> 0272 <cstring>editFocalLengthIn35mmFilm</cstring> 0273 </property> 0274 </widget> 0275 </item> 0276 <item row="1" column="1"> 0277 <widget class="KisIntParseSpinBox" name="editFocalLengthIn35mmFilm"> 0278 <property name="maximum"> 0279 <number>1000</number> 0280 </property> 0281 <property name="singleStep"> 0282 <number>1</number> 0283 </property> 0284 <property name="value"> 0285 <number>35</number> 0286 </property> 0287 </widget> 0288 </item> 0289 <item row="2" column="0"> 0290 <widget class="QLabel" name="label_12"> 0291 <property name="text"> 0292 <string comment="EXIF: lens">Max aperture:</string> 0293 </property> 0294 <property name="buddy"> 0295 <cstring>editMaxApertureValue</cstring> 0296 </property> 0297 </widget> 0298 </item> 0299 <item row="2" column="1"> 0300 <widget class="QLineEdit" name="editMaxApertureValue"/> 0301 </item> 0302 </layout> 0303 </widget> 0304 <widget class="QWidget" name="tab_3"> 0305 <attribute name="title"> 0306 <string comment="EXIF">Autofocus</string> 0307 </attribute> 0308 <layout class="QFormLayout" name="formLayout_3"> 0309 <item row="0" column="0"> 0310 <widget class="QLabel" name="label_17"> 0311 <property name="text"> 0312 <string comment="EXIF: autofocus">Sub&ject distance:</string> 0313 </property> 0314 <property name="buddy"> 0315 <cstring>editSubjectDistance</cstring> 0316 </property> 0317 </widget> 0318 </item> 0319 <item row="0" column="1"> 0320 <widget class="QLineEdit" name="editSubjectDistance"/> 0321 </item> 0322 <item row="1" column="0"> 0323 <widget class="QLabel" name="label_11"> 0324 <property name="text"> 0325 <string comment="EXIF: autofocus">Meterin&g mode:</string> 0326 </property> 0327 <property name="buddy"> 0328 <cstring>editMeteringMode</cstring> 0329 </property> 0330 </widget> 0331 </item> 0332 <item row="1" column="1"> 0333 <widget class="QComboBox" name="editMeteringMode"> 0334 <item> 0335 <property name="text"> 0336 <string comment="EXIF: autofocus - metering mode">Unknown</string> 0337 </property> 0338 </item> 0339 <item> 0340 <property name="text"> 0341 <string comment="EXIF: autofocus - metering mode">Average</string> 0342 </property> 0343 </item> 0344 <item> 0345 <property name="text"> 0346 <string comment="EXIF: autofocus - metering mode">Center weighted average</string> 0347 </property> 0348 </item> 0349 <item> 0350 <property name="text"> 0351 <string comment="EXIF: autofocus - metering mode">Spot</string> 0352 </property> 0353 </item> 0354 <item> 0355 <property name="text"> 0356 <string comment="EXIF: autofocus - metering mode">Multi spot</string> 0357 </property> 0358 </item> 0359 <item> 0360 <property name="text"> 0361 <string comment="EXIF: autofocus - metering mode">Pattern</string> 0362 </property> 0363 </item> 0364 <item> 0365 <property name="text"> 0366 <string comment="EXIF: autofocus - metering mode">Partial</string> 0367 </property> 0368 </item> 0369 <item> 0370 <property name="text"> 0371 <string comment="EXIF: autofocus - metering mode">Other</string> 0372 </property> 0373 </item> 0374 </widget> 0375 </item> 0376 <item row="2" column="0"> 0377 <widget class="QLabel" name="label_24"> 0378 <property name="text"> 0379 <string comment="EXIF: autofocus">D&istance range:</string> 0380 </property> 0381 <property name="buddy"> 0382 <cstring>editSubjectDistanceRange</cstring> 0383 </property> 0384 </widget> 0385 </item> 0386 <item row="2" column="1"> 0387 <widget class="QComboBox" name="editSubjectDistanceRange"> 0388 <item> 0389 <property name="text"> 0390 <string comment="EXIF: autofocus - distance range">Unknown</string> 0391 </property> 0392 </item> 0393 <item> 0394 <property name="text"> 0395 <string comment="EXIF: autofocus - distance range">Macro</string> 0396 </property> 0397 </item> 0398 <item> 0399 <property name="text"> 0400 <string comment="EXIF: autofocus - distance range">Close view</string> 0401 </property> 0402 </item> 0403 <item> 0404 <property name="text"> 0405 <string comment="EXIF: autofocus - distance range">Distant view</string> 0406 </property> 0407 </item> 0408 </widget> 0409 </item> 0410 </layout> 0411 </widget> 0412 <widget class="QWidget" name="tab_6"> 0413 <attribute name="title"> 0414 <string comment="EXIF">Flash</string> 0415 </attribute> 0416 <layout class="QFormLayout" name="formLayout_4"> 0417 <item row="0" column="0" colspan="2"> 0418 <widget class="QCheckBox" name="editFlashFired"> 0419 <property name="text"> 0420 <string comment="EXIF: flash">Fired</string> 0421 </property> 0422 </widget> 0423 </item> 0424 <item row="1" column="0"> 0425 <widget class="QLabel" name="label_22"> 0426 <property name="text"> 0427 <string comment="EXIF: flash">Stro&be return:</string> 0428 </property> 0429 <property name="buddy"> 0430 <cstring>editFlashStrobeReturn</cstring> 0431 </property> 0432 </widget> 0433 </item> 0434 <item row="1" column="1"> 0435 <widget class="QComboBox" name="editFlashStrobeReturn"> 0436 <item> 0437 <property name="text"> 0438 <string comment="EXIF: flash - strobe return">No strobe return detection</string> 0439 </property> 0440 </item> 0441 <item> 0442 <property name="text"> 0443 <string comment="EXIF: flash - strobe return">Undefined</string> 0444 </property> 0445 </item> 0446 <item> 0447 <property name="text"> 0448 <string comment="EXIF: flash - strobe return">No strobe return light detected</string> 0449 </property> 0450 </item> 0451 <item> 0452 <property name="text"> 0453 <string comment="EXIF: flash - strobe return">Strobe return light detected</string> 0454 </property> 0455 </item> 0456 </widget> 0457 </item> 0458 <item row="2" column="0"> 0459 <widget class="QLabel" name="label_21"> 0460 <property name="text"> 0461 <string comment="EXIF: flash">Mode:</string> 0462 </property> 0463 <property name="buddy"> 0464 <cstring>editFlashMode</cstring> 0465 </property> 0466 </widget> 0467 </item> 0468 <item row="2" column="1"> 0469 <widget class="QComboBox" name="editFlashMode"> 0470 <item> 0471 <property name="text"> 0472 <string comment="EXIF: flash - mode">Unknown</string> 0473 </property> 0474 </item> 0475 <item> 0476 <property name="text"> 0477 <string comment="EXIF: flash - mode">Compulsory flash fired</string> 0478 </property> 0479 </item> 0480 <item> 0481 <property name="text"> 0482 <string comment="EXIF: flash - mode">Compulsory flash suppression</string> 0483 </property> 0484 </item> 0485 <item> 0486 <property name="text"> 0487 <string comment="EXIF: flash - mode">Auto mode</string> 0488 </property> 0489 </item> 0490 </widget> 0491 </item> 0492 <item row="3" column="0" colspan="2"> 0493 <widget class="QCheckBox" name="editFlashFunction"> 0494 <property name="text"> 0495 <string comment="EXIF: flash">Function</string> 0496 </property> 0497 </widget> 0498 </item> 0499 <item row="4" column="0" colspan="2"> 0500 <widget class="QCheckBox" name="editFlashRedEyeMode"> 0501 <property name="text"> 0502 <string comment="EXIF: flash">Red-eye removal</string> 0503 </property> 0504 </widget> 0505 </item> 0506 <item row="5" column="0"> 0507 <widget class="QLabel" name="label_23"> 0508 <property name="text"> 0509 <string comment="EXIF: flash">Flash ener&gy:</string> 0510 </property> 0511 <property name="buddy"> 0512 <cstring>editFlashEnergy</cstring> 0513 </property> 0514 </widget> 0515 </item> 0516 <item row="5" column="1"> 0517 <widget class="QLineEdit" name="editFlashEnergy"/> 0518 </item> 0519 </layout> 0520 </widget> 0521 <widget class="QWidget" name="tab_5"> 0522 <attribute name="title"> 0523 <string comment="EXIF">Postprocessing</string> 0524 </attribute> 0525 <layout class="QFormLayout" name="formLayout_5"> 0526 <item row="0" column="0"> 0527 <widget class="QLabel" name="label_13"> 0528 <property name="text"> 0529 <string comment="EXIF: postprocessing">&Gain control:</string> 0530 </property> 0531 <property name="buddy"> 0532 <cstring>editGainControl</cstring> 0533 </property> 0534 </widget> 0535 </item> 0536 <item row="0" column="1"> 0537 <widget class="QComboBox" name="editGainControl"> 0538 <property name="sizePolicy"> 0539 <sizepolicy hsizetype="Preferred" vsizetype="Fixed"> 0540 <horstretch>1</horstretch> 0541 <verstretch>0</verstretch> 0542 </sizepolicy> 0543 </property> 0544 <item> 0545 <property name="text"> 0546 <string comment="EXIF: postprocessing - gain control">None</string> 0547 </property> 0548 </item> 0549 <item> 0550 <property name="text"> 0551 <string comment="EXIF: postprocessing - gain control">Low gain up</string> 0552 </property> 0553 </item> 0554 <item> 0555 <property name="text"> 0556 <string comment="EXIF: postprocessing - gain control">High gain up</string> 0557 </property> 0558 </item> 0559 <item> 0560 <property name="text"> 0561 <string comment="EXIF: postprocessing - gain control">Low gain down</string> 0562 </property> 0563 </item> 0564 <item> 0565 <property name="text"> 0566 <string comment="EXIF: postprocessing - gain control">High gain down</string> 0567 </property> 0568 </item> 0569 </widget> 0570 </item> 0571 <item row="1" column="0"> 0572 <widget class="QLabel" name="label_15"> 0573 <property name="text"> 0574 <string comment="EXIF: postprocessing">L&ight source:</string> 0575 </property> 0576 <property name="buddy"> 0577 <cstring>editLightSource</cstring> 0578 </property> 0579 </widget> 0580 </item> 0581 <item row="1" column="1"> 0582 <widget class="QComboBox" name="editLightSource"> 0583 <item> 0584 <property name="text"> 0585 <string comment="EXIF: postprocessing - light source">Unknown</string> 0586 </property> 0587 </item> 0588 <item> 0589 <property name="text"> 0590 <string comment="EXIF: postprocessing - light source">Daylight</string> 0591 </property> 0592 </item> 0593 <item> 0594 <property name="text"> 0595 <string comment="EXIF: postprocessing - light source">Fluorescent</string> 0596 </property> 0597 </item> 0598 <item> 0599 <property name="text"> 0600 <string comment="EXIF: postprocessing - light source">Tungsten</string> 0601 </property> 0602 </item> 0603 <item> 0604 <property name="text"> 0605 <string comment="EXIF: postprocessing - light source">Flash</string> 0606 </property> 0607 </item> 0608 <item> 0609 <property name="text"> 0610 <string comment="EXIF: postprocessing - light source">Undefined</string> 0611 </property> 0612 </item> 0613 <item> 0614 <property name="text"> 0615 <string comment="EXIF: postprocessing - light source">Undefined</string> 0616 </property> 0617 </item> 0618 <item> 0619 <property name="text"> 0620 <string comment="EXIF: postprocessing - light source">Undefined</string> 0621 </property> 0622 </item> 0623 <item> 0624 <property name="text"> 0625 <string comment="EXIF: postprocessing - light source">Undefined</string> 0626 </property> 0627 </item> 0628 <item> 0629 <property name="text"> 0630 <string comment="EXIF: postprocessing - light source">Fine weather</string> 0631 </property> 0632 </item> 0633 <item> 0634 <property name="text"> 0635 <string comment="EXIF: postprocessing - light source">Cloudy weather</string> 0636 </property> 0637 </item> 0638 <item> 0639 <property name="text"> 0640 <string comment="EXIF: postprocessing - light source">Shade</string> 0641 </property> 0642 </item> 0643 <item> 0644 <property name="text"> 0645 <string comment="EXIF: postprocessing - light source">Daylight fluorescent (D5700 - 7100K)</string> 0646 </property> 0647 </item> 0648 <item> 0649 <property name="text"> 0650 <string comment="EXIF: postprocessing - light source">Day white fluorescent (N4600 - 5400K)</string> 0651 </property> 0652 </item> 0653 <item> 0654 <property name="text"> 0655 <string comment="EXIF: postprocessing - light source">Cool white fluorescent (W3900 - 4500K)</string> 0656 </property> 0657 </item> 0658 <item> 0659 <property name="text"> 0660 <string comment="EXIF: postprocessing - light source">White fluorescent (WW 3200 - 3700K)</string> 0661 </property> 0662 </item> 0663 <item> 0664 <property name="text"> 0665 <string comment="EXIF: postprocessing - light source">Undefined</string> 0666 </property> 0667 </item> 0668 <item> 0669 <property name="text"> 0670 <string comment="EXIF: postprocessing - light source">Standard light A</string> 0671 </property> 0672 </item> 0673 <item> 0674 <property name="text"> 0675 <string comment="EXIF: postprocessing - light source">Standard light B</string> 0676 </property> 0677 </item> 0678 <item> 0679 <property name="text"> 0680 <string comment="EXIF: postprocessing - light source">Standard light C</string> 0681 </property> 0682 </item> 0683 <item> 0684 <property name="text"> 0685 <string comment="EXIF: postprocessing - light source">D55</string> 0686 </property> 0687 </item> 0688 <item> 0689 <property name="text"> 0690 <string comment="EXIF: postprocessing - light source">D65</string> 0691 </property> 0692 </item> 0693 <item> 0694 <property name="text"> 0695 <string comment="EXIF: postprocessing - light source">D75</string> 0696 </property> 0697 </item> 0698 <item> 0699 <property name="text"> 0700 <string comment="EXIF: postprocessing - light source">D50</string> 0701 </property> 0702 </item> 0703 <item> 0704 <property name="text"> 0705 <string comment="EXIF: postprocessing - light source">ISO studio tungsten</string> 0706 </property> 0707 </item> 0708 <item> 0709 <property name="text"> 0710 <string comment="EXIF: postprocessing - light source">other</string> 0711 </property> 0712 </item> 0713 </widget> 0714 </item> 0715 <item row="2" column="0"> 0716 <widget class="QLabel" name="label_18"> 0717 <property name="text"> 0718 <string comment="EXIF: postprocessing">Sharpness:</string> 0719 </property> 0720 <property name="buddy"> 0721 <cstring>editSharpness</cstring> 0722 </property> 0723 </widget> 0724 </item> 0725 <item row="2" column="1"> 0726 <widget class="QComboBox" name="editSharpness"> 0727 <item> 0728 <property name="text"> 0729 <string comment="EXIF: postprocessing - sharpness">Normal</string> 0730 </property> 0731 </item> 0732 <item> 0733 <property name="text"> 0734 <string comment="EXIF: postprocessing - sharpness">Soft</string> 0735 </property> 0736 </item> 0737 <item> 0738 <property name="text"> 0739 <string comment="EXIF: postprocessing - sharpness">Hard</string> 0740 </property> 0741 </item> 0742 </widget> 0743 </item> 0744 <item row="3" column="0"> 0745 <widget class="QLabel" name="label_20"> 0746 <property name="text"> 0747 <string comment="EXIF: postprocessing">Contrast:</string> 0748 </property> 0749 <property name="buddy"> 0750 <cstring>editContrast</cstring> 0751 </property> 0752 </widget> 0753 </item> 0754 <item row="3" column="1"> 0755 <widget class="QComboBox" name="editContrast"> 0756 <item> 0757 <property name="text"> 0758 <string comment="EXIF: postprocessing - contrast">Normal</string> 0759 </property> 0760 </item> 0761 <item> 0762 <property name="text"> 0763 <string comment="EXIF: postprocessing - contrast">Soft</string> 0764 </property> 0765 </item> 0766 <item> 0767 <property name="text"> 0768 <string comment="EXIF: postprocessing - contrast">Hard</string> 0769 </property> 0770 </item> 0771 </widget> 0772 </item> 0773 <item row="4" column="0"> 0774 <widget class="QLabel" name="label_28"> 0775 <property name="text"> 0776 <string comment="EXIF: postprocessing">White &balance:</string> 0777 </property> 0778 <property name="buddy"> 0779 <cstring>editWhiteBalance</cstring> 0780 </property> 0781 </widget> 0782 </item> 0783 <item row="4" column="1"> 0784 <widget class="QComboBox" name="editWhiteBalance"> 0785 <item> 0786 <property name="text"> 0787 <string comment="EXIF: postprocessing - whitebalance">Auto</string> 0788 </property> 0789 </item> 0790 <item> 0791 <property name="text"> 0792 <string comment="EXIF: postprocessing - whitebalance">Custom</string> 0793 </property> 0794 </item> 0795 </widget> 0796 </item> 0797 </layout> 0798 </widget> 0799 <widget class="QWidget" name="tab_4"> 0800 <attribute name="title"> 0801 <string comment="EXIF">Misc</string> 0802 </attribute> 0803 <layout class="QFormLayout" name="formLayout_6"> 0804 <item row="0" column="0"> 0805 <widget class="QLabel" name="label_4"> 0806 <property name="text"> 0807 <string comment="EXIF: misc">Scene capture t&ype:</string> 0808 </property> 0809 <property name="buddy"> 0810 <cstring>editSceneCaptureType</cstring> 0811 </property> 0812 </widget> 0813 </item> 0814 <item row="0" column="1"> 0815 <widget class="QComboBox" name="editSceneCaptureType"> 0816 <item> 0817 <property name="text"> 0818 <string comment="EXIF: misc - scene capture type">Standard</string> 0819 </property> 0820 </item> 0821 <item> 0822 <property name="text"> 0823 <string comment="EXIF: misc - scene capture type (Photos of landscapes)">Landscape</string> 0824 </property> 0825 </item> 0826 <item> 0827 <property name="text"> 0828 <string comment="EXIF: misc - scene capture type (Photos of people)">Portrait</string> 0829 </property> 0830 </item> 0831 <item> 0832 <property name="text"> 0833 <string comment="EXIF: misc - scene capture type">Night scene</string> 0834 </property> 0835 </item> 0836 </widget> 0837 </item> 0838 <item row="1" column="0"> 0839 <widget class="QLabel" name="label_19"> 0840 <property name="text"> 0841 <string comment="EXIF: misc">Ma&ker:</string> 0842 </property> 0843 <property name="buddy"> 0844 <cstring>editMake</cstring> 0845 </property> 0846 </widget> 0847 </item> 0848 <item row="1" column="1"> 0849 <widget class="QLineEdit" name="editMake"/> 0850 </item> 0851 <item row="2" column="0"> 0852 <widget class="QLabel" name="label_26"> 0853 <property name="text"> 0854 <string comment="EXIF: misc (model name or model number)">Model:</string> 0855 </property> 0856 <property name="buddy"> 0857 <cstring>editModel</cstring> 0858 </property> 0859 </widget> 0860 </item> 0861 <item row="2" column="1"> 0862 <widget class="QLineEdit" name="editModel"/> 0863 </item> 0864 <item row="3" column="0"> 0865 <widget class="QLabel" name="label_27"> 0866 <property name="text"> 0867 <string comment="EXIF: misc">Sens&ing method type:</string> 0868 </property> 0869 <property name="buddy"> 0870 <cstring>editSensingMethod</cstring> 0871 </property> 0872 </widget> 0873 </item> 0874 <item row="3" column="1"> 0875 <widget class="QComboBox" name="editSensingMethod"> 0876 <item> 0877 <property name="text"> 0878 <string comment="EXIF: misc - sensing method type">Not Defined</string> 0879 </property> 0880 </item> 0881 <item> 0882 <property name="text"> 0883 <string comment="EXIF: misc - sensing method type">Not Defined</string> 0884 </property> 0885 </item> 0886 <item> 0887 <property name="text"> 0888 <string comment="EXIF: misc - sensing method type">One-chip color area sensor</string> 0889 </property> 0890 </item> 0891 <item> 0892 <property name="text"> 0893 <string comment="EXIF: misc - sensing method type">Two-chip color area sensor</string> 0894 </property> 0895 </item> 0896 <item> 0897 <property name="text"> 0898 <string comment="EXIF: misc - sensing method type">Three-chip color area sensor</string> 0899 </property> 0900 </item> 0901 <item> 0902 <property name="text"> 0903 <string comment="EXIF: misc - sensing method type">Color sequential area sensor</string> 0904 </property> 0905 </item> 0906 <item> 0907 <property name="text"> 0908 <string comment="EXIF: misc - sensing method type">Trilinear sensor</string> 0909 </property> 0910 </item> 0911 <item> 0912 <property name="text"> 0913 <string comment="EXIF: misc - sensing method type">Color sequential linear sensor</string> 0914 </property> 0915 </item> 0916 </widget> 0917 </item> 0918 </layout> 0919 </widget> 0920 </widget> 0921 </item> 0922 </layout> 0923 </widget> 0924 <customwidgets> 0925 <customwidget> 0926 <class>KisIntParseSpinBox</class> 0927 <extends>QSpinBox</extends> 0928 <header>kis_int_parse_spin_box.h</header> 0929 </customwidget> 0930 </customwidgets> 0931 <resources/> 0932 <connections/> 0933 </ui>