Warning, /graphics/krita/libs/ui/forms/wdgdlgfilelayer.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>WdgDlgFileLayer</class>
0008  <widget class="QWidget" name="WdgDlgFileLayer">
0009   <property name="geometry">
0010    <rect>
0011     <x>0</x>
0012     <y>0</y>
0013     <width>400</width>
0014     <height>303</height>
0015    </rect>
0016   </property>
0017   <property name="sizePolicy">
0018    <sizepolicy hsizetype="Preferred" vsizetype="Preferred">
0019     <horstretch>0</horstretch>
0020     <verstretch>0</verstretch>
0021    </sizepolicy>
0022   </property>
0023   <property name="minimumSize">
0024    <size>
0025     <width>400</width>
0026     <height>0</height>
0027    </size>
0028   </property>
0029   <layout class="QVBoxLayout" name="verticalLayout">
0030    <item>
0031     <layout class="QFormLayout" name="formLayout">
0032      <item column="0" row="0">
0033       <widget class="QLabel" name="label">
0034        <property name="text">
0035         <string>&amp;Layer Name:</string>
0036        </property>
0037        <property name="alignment">
0038         <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
0039        </property>
0040        <property name="buddy">
0041         <cstring>txtLayerName</cstring>
0042        </property>
0043       </widget>
0044      </item>
0045      <item column="1" row="0">
0046       <widget class="QLineEdit" name="txtLayerName"/>
0047      </item>
0048      <item column="0" row="1">
0049       <widget class="QLabel" name="label_2">
0050        <property name="text">
0051         <string>File:</string>
0052        </property>
0053        <property name="alignment">
0054         <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
0055        </property>
0056        <property name="buddy">
0057         <cstring>txtLayerName</cstring>
0058        </property>
0059       </widget>
0060      </item>
0061      <item column="1" row="1">
0062       <widget class="KisFileNameRequester" name="wdgUrlRequester" native="true"/>
0063      </item>
0064     </layout>
0065    </item>
0066    <item>
0067     <widget class="QLabel" name="lblWarning">
0068      <property name="sizePolicy">
0069       <sizepolicy hsizetype="Preferred" vsizetype="MinimumExpanding">
0070        <horstretch>0</horstretch>
0071        <verstretch>0</verstretch>
0072       </sizepolicy>
0073      </property>
0074      <property name="baseSize">
0075       <size>
0076        <width>0</width>
0077        <height>0</height>
0078       </size>
0079      </property>
0080      <property name="font">
0081       <font>
0082        <pointsize>9</pointsize>
0083        <italic>true</italic>
0084       </font>
0085      </property>
0086      <property name="text">
0087       <string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;Warning: Krita uses a relative path to store the location of the file in the .kra. If you move the .kra but not the file, the file layer may be broken.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
0088      </property>
0089      <property name="textFormat">
0090       <enum>Qt::AutoText</enum>
0091      </property>
0092      <property name="scaledContents">
0093       <bool>false</bool>
0094      </property>
0095      <property name="alignment">
0096       <set>Qt::AlignJustify|Qt::AlignTop</set>
0097      </property>
0098      <property name="wordWrap">
0099       <bool>true</bool>
0100      </property>
0101     </widget>
0102    </item>
0103    <item>
0104     <widget class="QGroupBox" name="grpScalingOptions">
0105      <property name="sizePolicy">
0106       <sizepolicy hsizetype="Preferred" vsizetype="Preferred">
0107        <horstretch>0</horstretch>
0108        <verstretch>0</verstretch>
0109       </sizepolicy>
0110      </property>
0111      <property name="title">
0112       <string>Scaling Options</string>
0113      </property>
0114      <layout class="QGridLayout" name="gridLayout">
0115       <item column="0" row="0">
0116        <widget class="QRadioButton" name="radioDontScale">
0117         <property name="text">
0118          <string>No Scaling</string>
0119         </property>
0120         <property name="checked">
0121          <bool>true</bool>
0122         </property>
0123        </widget>
0124       </item>
0125       <item column="0" row="1">
0126        <widget class="QRadioButton" name="radioScaleToImageSize">
0127         <property name="text">
0128          <string>Scale to Image Size</string>
0129         </property>
0130        </widget>
0131       </item>
0132       <item column="0" row="2">
0133        <widget class="QRadioButton" name="radioScalePPI">
0134         <property name="text">
0135          <string>Adapt to Image Resolution (ppi)</string>
0136         </property>
0137        </widget>
0138       </item>
0139      </layout>
0140     </widget>
0141    </item>
0142    <item>
0143     <layout class="QFormLayout" name="formLayout_2">
0144      <item column="0" row="0">
0145       <widget class="QLabel" name="label_3">
0146        <property name="text">
0147         <string>&amp;Scaling Filter:</string>
0148        </property>
0149        <property name="alignment">
0150         <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
0151        </property>
0152        <property name="buddy">
0153         <cstring>cmbFilter</cstring>
0154        </property>
0155       </widget>
0156      </item>
0157      <item column="1" row="0">
0158       <widget class="KisCmbIDList" name="cmbFilter" native="true">
0159        <property name="sizePolicy">
0160         <sizepolicy hsizetype="Preferred" vsizetype="Preferred">
0161          <horstretch>0</horstretch>
0162          <verstretch>0</verstretch>
0163         </sizepolicy>
0164        </property>
0165       </widget>
0166      </item>
0167     </layout>
0168    </item>
0169   </layout>
0170  </widget>
0171  <customwidgets>
0172   <customwidget>
0173    <class>KisFileNameRequester</class>
0174    <extends>QWidget</extends>
0175    <header location="global">kis_file_name_requester.h</header>
0176    <container>1</container>
0177   </customwidget>
0178   <customwidget>
0179    <class>KisCmbIDList</class>
0180    <extends></extends>
0181    <header>widgets/kis_cmb_idlist.h</header>
0182   </customwidget>
0183  </customwidgets>
0184  <resources/>
0185  <connections/>
0186 </ui>