Warning, /graphics/krita/libs/ui/forms/wdgdisplaysettings.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>WdgDisplaySettings</class>
0008  <widget class="QWidget" name="WdgDisplaySettings">
0009   <property name="geometry">
0010    <rect>
0011     <x>0</x>
0012     <y>0</y>
0013     <width>674</width>
0014     <height>413</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   <property name="windowTitle">
0024    <string>Display</string>
0025   </property>
0026   <layout class="QVBoxLayout" name="verticalLayout">
0027    <property name="leftMargin">
0028     <number>0</number>
0029    </property>
0030    <property name="topMargin">
0031     <number>0</number>
0032    </property>
0033    <property name="rightMargin">
0034     <number>0</number>
0035    </property>
0036    <property name="bottomMargin">
0037     <number>0</number>
0038    </property>
0039    <item>
0040     <widget class="QTabWidget" name="tabWidget">
0041      <property name="currentIndex">
0042       <number>0</number>
0043      </property>
0044      <widget class="QWidget" name="tab">
0045       <attribute name="title">
0046        <string>Canvas Acceleration</string>
0047       </attribute>
0048       <layout class="QGridLayout" name="gridLayout">
0049        <item row="0" column="0">
0050         <widget class="QGroupBox" name="grpOpenGL">
0051          <property name="sizePolicy">
0052           <sizepolicy hsizetype="Preferred" vsizetype="Preferred">
0053            <horstretch>0</horstretch>
0054            <verstretch>0</verstretch>
0055           </sizepolicy>
0056          </property>
0057          <property name="title">
0058           <string>Canvas &amp;Graphics Acceleration</string>
0059          </property>
0060          <property name="checkable">
0061           <bool>true</bool>
0062          </property>
0063          <layout class="QGridLayout">
0064           <item row="5" column="1">
0065            <widget class="QCheckBox" name="chkUseTextureBuffer">
0066             <property name="sizePolicy">
0067              <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
0068               <horstretch>0</horstretch>
0069               <verstretch>0</verstretch>
0070              </sizepolicy>
0071             </property>
0072             <property name="toolTip">
0073              <string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;Use Texture Buffering. This can be faster on some GPU/Driver combinations (like Intel) or broken on some others (like AMD/Radeon).&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
0074             </property>
0075             <property name="text">
0076              <string>Use texture buffer</string>
0077             </property>
0078            </widget>
0079           </item>
0080           <item row="6" column="1">
0081            <widget class="KisWarningBlock" name="grpOpenGLWarnings">
0082             <property name="title">
0083              <string/>
0084             </property>
0085            </widget>
0086           </item>
0087           <item row="2" column="1">
0088            <widget class="QComboBox" name="cmbPreferredRenderer">
0089             <property name="sizePolicy">
0090              <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
0091               <horstretch>0</horstretch>
0092               <verstretch>0</verstretch>
0093              </sizepolicy>
0094             </property>
0095            </widget>
0096           </item>
0097           <item row="3" column="1">
0098            <widget class="QComboBox" name="cmbFilterMode">
0099             <property name="sizePolicy">
0100              <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
0101               <horstretch>0</horstretch>
0102               <verstretch>0</verstretch>
0103              </sizepolicy>
0104             </property>
0105             <property name="currentIndex">
0106              <number>0</number>
0107             </property>
0108             <item>
0109              <property name="text">
0110               <string>Nearest Neighbour</string>
0111              </property>
0112             </item>
0113             <item>
0114              <property name="text">
0115               <string>Bilinear Filtering</string>
0116              </property>
0117             </item>
0118             <item>
0119              <property name="text">
0120               <string>Trilinear Filtering</string>
0121              </property>
0122             </item>
0123             <item>
0124              <property name="text">
0125               <string>High Quality Filtering</string>
0126              </property>
0127             </item>
0128            </widget>
0129           </item>
0130           <item row="3" column="0">
0131            <widget class="QLabel" name="label">
0132             <property name="sizePolicy">
0133              <sizepolicy hsizetype="Minimum" vsizetype="Minimum">
0134               <horstretch>0</horstretch>
0135               <verstretch>0</verstretch>
0136              </sizepolicy>
0137             </property>
0138             <property name="text">
0139              <string>Scaling Mode:</string>
0140             </property>
0141             <property name="wordWrap">
0142              <bool>true</bool>
0143             </property>
0144            </widget>
0145           </item>
0146           <item row="4" column="0">
0147            <widget class="QLabel" name="lblAssistantsDrawMode">
0148             <property name="sizePolicy">
0149              <sizepolicy hsizetype="Minimum" vsizetype="Minimum">
0150               <horstretch>0</horstretch>
0151               <verstretch>0</verstretch>
0152              </sizepolicy>
0153             </property>
0154             <property name="text">
0155              <string>Assistants Mode:</string>
0156             </property>
0157             <property name="wordWrap">
0158              <bool>true</bool>
0159             </property>
0160            </widget>
0161           </item>
0162           <item row="4" column="1">
0163            <widget class="QComboBox" name="cmbAssistantsDrawMode">
0164             <property name="sizePolicy">
0165              <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
0166               <horstretch>0</horstretch>
0167               <verstretch>0</verstretch>
0168              </sizepolicy>
0169             </property>
0170             <property name="toolTip">
0171              <string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;Can be used to troubleshoot performance or artifacting problems with drawing assistants.
0172               &lt;/p&gt;&lt;p&gt;Changing the pixmap cache size requires a restart.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
0173             </property>
0174             <property name="currentIndex">
0175              <number>0</number>
0176             </property>
0177             <item>
0178              <property name="text">
0179               <string>Direct (Recommended)</string>
0180              </property>
0181             </item>
0182             <item>
0183              <property name="text">
0184               <string>Pixmap Cache</string>
0185              </property>
0186             </item>
0187             <item>
0188              <property name="text">
0189               <string>Large Pixmap Cache</string>
0190              </property>
0191             </item>
0192            </widget>
0193           </item>
0194           <item row="2" column="0">
0195            <widget class="QLabel" name="lblPreferredRenderer">
0196             <property name="sizePolicy">
0197              <sizepolicy hsizetype="Fixed" vsizetype="Minimum">
0198               <horstretch>0</horstretch>
0199               <verstretch>0</verstretch>
0200              </sizepolicy>
0201             </property>
0202             <property name="text">
0203              <string>Preferred Renderer (needs restart):</string>
0204             </property>
0205             <property name="wordWrap">
0206              <bool>true</bool>
0207             </property>
0208            </widget>
0209           </item>
0210           <item row="1" column="1">
0211            <widget class="QLabel" name="lblCurrentRenderer">
0212             <property name="text">
0213              <string>Unknown</string>
0214             </property>
0215            </widget>
0216           </item>
0217           <item row="1" column="0">
0218            <widget class="QLabel" name="label_6">
0219             <property name="text">
0220              <string>Current Renderer:</string>
0221             </property>
0222             <property name="wordWrap">
0223              <bool>true</bool>
0224             </property>
0225            </widget>
0226           </item>
0227           <item row="7" column="0" colspan="2">
0228            <spacer name="verticalSpacer_3">
0229             <property name="orientation">
0230              <enum>Qt::Vertical</enum>
0231             </property>
0232             <property name="sizeHint" stdset="0">
0233              <size>
0234               <width>20</width>
0235               <height>40</height>
0236              </size>
0237             </property>
0238            </spacer>
0239           </item>
0240          </layout>
0241         </widget>
0242        </item>
0243       </layout>
0244      </widget>
0245      <widget class="QWidget" name="tabHDR">
0246       <property name="enabled">
0247        <bool>true</bool>
0248       </property>
0249       <attribute name="title">
0250        <string>HDR Settings</string>
0251       </attribute>
0252       <layout class="QFormLayout" name="formLayout">
0253        <item row="0" column="1">
0254         <widget class="QLabel" name="lblCurrentDisplayFormat">
0255          <property name="text">
0256           <string>Current Display Format</string>
0257          </property>
0258         </widget>
0259        </item>
0260        <item row="0" column="0">
0261         <widget class="QLabel" name="label_7">
0262          <property name="text">
0263           <string>Display Format:</string>
0264          </property>
0265         </widget>
0266        </item>
0267        <item row="1" column="1">
0268         <widget class="QLabel" name="lblCurrentRootSurfaceFormat">
0269          <property name="text">
0270           <string>Current Surface Value</string>
0271          </property>
0272         </widget>
0273        </item>
0274        <item row="1" column="0">
0275         <widget class="QLabel" name="label_5">
0276          <property name="text">
0277           <string>Current Output Format:</string>
0278          </property>
0279         </widget>
0280        </item>
0281        <item row="2" column="1">
0282         <widget class="QComboBox" name="cmbPreferedRootSurfaceFormat"/>
0283        </item>
0284        <item row="2" column="0">
0285         <widget class="QLabel" name="label_9">
0286          <property name="text">
0287           <string>Preferred Output Format:</string>
0288          </property>
0289         </widget>
0290        </item>
0291        <item row="3" column="1">
0292         <widget class="KisWarningBlock" name="grpHDRWarning">
0293          <property name="title">
0294           <string/>
0295          </property>
0296         </widget>
0297        </item>
0298        <item row="4" column="0" colspan="2">
0299         <spacer name="verticalSpacer_2">
0300          <property name="orientation">
0301           <enum>Qt::Vertical</enum>
0302          </property>
0303          <property name="sizeHint" stdset="0">
0304           <size>
0305            <width>20</width>
0306            <height>40</height>
0307           </size>
0308          </property>
0309         </spacer>
0310        </item>
0311       </layout>
0312      </widget>
0313      <widget class="QWidget" name="tab_3">
0314       <attribute name="title">
0315        <string>Canvas Decorations</string>
0316       </attribute>
0317       <layout class="QFormLayout" name="formLayout_2">
0318        <item row="0" column="0" colspan="2">
0319         <widget class="QGroupBox" name="groupBox">
0320          <property name="title">
0321           <string>Transparency Checkerboard:</string>
0322          </property>
0323          <layout class="QFormLayout" name="formLayout_9">
0324           <item row="0" column="0">
0325            <widget class="QLabel" name="label_4">
0326             <property name="text">
0327              <string>Color 1:</string>
0328             </property>
0329            </widget>
0330           </item>
0331           <item row="0" column="1">
0332            <widget class="KisColorButton" name="colorChecks1">
0333             <property name="sizePolicy">
0334              <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
0335               <horstretch>0</horstretch>
0336               <verstretch>0</verstretch>
0337              </sizepolicy>
0338             </property>
0339            </widget>
0340           </item>
0341           <item row="1" column="1">
0342            <widget class="KisColorButton" name="colorChecks2">
0343             <property name="sizePolicy">
0344              <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
0345               <horstretch>0</horstretch>
0346               <verstretch>0</verstretch>
0347              </sizepolicy>
0348             </property>
0349            </widget>
0350           </item>
0351           <item row="1" column="0">
0352            <widget class="QLabel" name="label_10">
0353             <property name="text">
0354              <string>Color 2:</string>
0355             </property>
0356            </widget>
0357           </item>
0358           <item row="2" column="0">
0359            <widget class="QLabel" name="lblCheckSize">
0360             <property name="text">
0361              <string>Size:</string>
0362             </property>
0363            </widget>
0364           </item>
0365           <item row="2" column="1">
0366            <widget class="KisIntParseSpinBox" name="intCheckSize">
0367             <property name="suffix">
0368              <string> px</string>
0369             </property>
0370             <property name="maximum">
0371              <number>256</number>
0372             </property>
0373             <property name="value">
0374              <number>32</number>
0375             </property>
0376            </widget>
0377           </item>
0378          </layout>
0379         </widget>
0380        </item>
0381        <item row="1" column="0">
0382         <widget class="QLabel" name="lblCanvasBorderColor">
0383          <property name="text">
0384           <string>Canvas Border Color:</string>
0385          </property>
0386          <property name="alignment">
0387           <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
0388          </property>
0389         </widget>
0390        </item>
0391        <item row="1" column="1">
0392         <widget class="KisColorButton" name="canvasBorder">
0393          <property name="sizePolicy">
0394           <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
0395            <horstretch>0</horstretch>
0396            <verstretch>0</verstretch>
0397           </sizepolicy>
0398          </property>
0399         </widget>
0400        </item>
0401        <item row="2" column="0" colspan="2">
0402         <widget class="QGroupBox" name="groupBox_2">
0403          <property name="title">
0404           <string>Pixel Grid:</string>
0405          </property>
0406          <layout class="QFormLayout" name="formLayout_3">
0407           <item row="0" column="0">
0408            <widget class="QLabel" name="label_11">
0409             <property name="text">
0410              <string>Color:</string>
0411             </property>
0412            </widget>
0413           </item>
0414           <item row="0" column="1">
0415            <widget class="KisColorButton" name="pixelGridColorButton">
0416             <property name="sizePolicy">
0417              <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
0418               <horstretch>0</horstretch>
0419               <verstretch>0</verstretch>
0420              </sizepolicy>
0421             </property>
0422            </widget>
0423           </item>
0424           <item row="1" column="0">
0425            <widget class="QLabel" name="gridThresholdLabel">
0426             <property name="text">
0427              <string>Start showing at:</string>
0428             </property>
0429            </widget>
0430           </item>
0431           <item row="1" column="1">
0432            <widget class="QDoubleSpinBox" name="pixelGridDrawingThresholdBox">
0433             <property name="suffix">
0434              <string>%</string>
0435             </property>
0436             <property name="maximum">
0437              <double>9999.000000000000000</double>
0438             </property>
0439            </widget>
0440           </item>
0441          </layout>
0442         </widget>
0443        </item>
0444        <item row="3" column="0" colspan="2">
0445         <widget class="QGroupBox" name="groupBox_3">
0446          <property name="title">
0447           <string>Selection Overlay:</string>
0448          </property>
0449          <layout class="QFormLayout" name="formLayout_6">
0450           <item row="0" column="0">
0451            <widget class="QLabel" name="label_2">
0452             <property name="sizePolicy">
0453              <sizepolicy hsizetype="Minimum" vsizetype="Preferred">
0454               <horstretch>0</horstretch>
0455               <verstretch>0</verstretch>
0456              </sizepolicy>
0457             </property>
0458             <property name="text">
0459              <string>Outline opacity:</string>
0460             </property>
0461             <property name="alignment">
0462              <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
0463             </property>
0464            </widget>
0465           </item>
0466           <item row="0" column="1">
0467            <widget class="KisDoubleSliderSpinBox" name="sldSelectionOutlineOpacity"/>
0468           </item>
0469           <item row="1" column="0">
0470            <widget class="QLabel" name="label_12">
0471             <property name="text">
0472              <string>Overlay color:</string>
0473             </property>
0474            </widget>
0475           </item>
0476           <item row="1" column="1">
0477            <widget class="KisColorButton" name="btnSelectionOverlayColor">
0478             <property name="sizePolicy">
0479              <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
0480               <horstretch>0</horstretch>
0481               <verstretch>0</verstretch>
0482              </sizepolicy>
0483             </property>
0484             <property name="text">
0485              <string/>
0486             </property>
0487            </widget>
0488           </item>
0489           <item row="2" column="0">
0490            <widget class="QLabel" name="label_3">
0491             <property name="text">
0492              <string>Overlay opacity:</string>
0493             </property>
0494            </widget>
0495           </item>
0496           <item row="2" column="1">
0497            <widget class="KisDoubleSliderSpinBox" name="sldSelectionOverlayOpacity">
0498             <property name="minimumSize">
0499              <size>
0500               <width>50</width>
0501               <height>20</height>
0502              </size>
0503             </property>
0504            </widget>
0505           </item>
0506          </layout>
0507         </widget>
0508        </item>
0509       </layout>
0510      </widget>
0511      <widget class="QWidget" name="tab_4">
0512       <attribute name="title">
0513        <string>Miscellaneous</string>
0514       </attribute>
0515       <layout class="QFormLayout" name="formLayout_5">
0516        <item row="6" column="0" colspan="2">
0517         <spacer name="verticalSpacer_5">
0518          <property name="orientation">
0519           <enum>Qt::Vertical</enum>
0520          </property>
0521          <property name="sizeHint" stdset="0">
0522           <size>
0523            <width>0</width>
0524            <height>0</height>
0525           </size>
0526          </property>
0527         </spacer>
0528        </item>
0529        <item row="0" column="1">
0530         <widget class="QCheckBox" name="hideScrollbars">
0531          <property name="text">
0532           <string>Hide Canvas Scrollbars</string>
0533          </property>
0534          <property name="checked">
0535           <bool>false</bool>
0536          </property>
0537         </widget>
0538        </item>
0539        <item row="1" column="1">
0540         <widget class="QCheckBox" name="chkCurveAntialiasing">
0541          <property name="text">
0542           <string>Enable curve anti-aliasing</string>
0543          </property>
0544         </widget>
0545        </item>
0546        <item row="2" column="1">
0547         <widget class="QCheckBox" name="chkHidePopups">
0548          <property name="text">
0549           <string>Hide layer thumbnail popup</string>
0550          </property>
0551         </widget>
0552        </item>
0553        <item row="3" column="1">
0554         <widget class="QCheckBox" name="chkChannelsAsColor">
0555          <property name="text">
0556           <string>Color channels in color</string>
0557          </property>
0558          <property name="checked">
0559           <bool>false</bool>
0560          </property>
0561         </widget>
0562        </item>
0563        <item row="4" column="1">
0564         <widget class="QCheckBox" name="chkSelectionOutlineAntialiasing">
0565          <property name="text">
0566           <string>Enable selection outline anti-aliasing</string>
0567          </property>
0568         </widget>
0569        </item>
0570        <item row="5" column="1">
0571         <widget class="QCheckBox" name="chkMoving">
0572          <property name="toolTip">
0573           <string>If checked, the checkers will move when scrolling the canvas.</string>
0574          </property>
0575          <property name="whatsThis">
0576           <string>Determines whether the checks will stay put or whether they will scroll together with the canvas</string>
0577          </property>
0578          <property name="text">
0579           <string>&amp;Move checkers when scrolling</string>
0580          </property>
0581          <property name="checked">
0582           <bool>true</bool>
0583          </property>
0584         </widget>
0585        </item>
0586       </layout>
0587      </widget>
0588     </widget>
0589    </item>
0590   </layout>
0591  </widget>
0592  <customwidgets>
0593   <customwidget>
0594    <class>KisIntParseSpinBox</class>
0595    <extends>QSpinBox</extends>
0596    <header>kis_int_parse_spin_box.h</header>
0597   </customwidget>
0598   <customwidget>
0599    <class>KisColorButton</class>
0600    <extends>QPushButton</extends>
0601    <header>kis_color_button.h</header>
0602   </customwidget>
0603   <customwidget>
0604    <class>KisWarningBlock</class>
0605    <extends>QGroupBox</extends>
0606    <header location="global">kis_warning_block.h</header>
0607    <container>1</container>
0608   </customwidget>
0609   <customwidget>
0610    <class>KisDoubleSliderSpinBox</class>
0611    <extends>QDoubleSpinBox</extends>
0612    <header location="global">kis_slider_spin_box.h</header>
0613    <container>1</container>
0614   </customwidget>
0615  </customwidgets>
0616  <resources/>
0617  <connections/>
0618 </ui>