Warning, /graphics/krita/libs/ui/forms/wdgPasteFormat.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 <class>WdgPasteFormat</class> 0004 <widget class="QWidget" name="WdgPasteFormat"> 0005 <property name="geometry"> 0006 <rect> 0007 <x>0</x> 0008 <y>0</y> 0009 <width>236</width> 0010 <height>299</height> 0011 </rect> 0012 </property> 0013 <property name="sizePolicy"> 0014 <sizepolicy hsizetype="Preferred" vsizetype="Preferred"> 0015 <horstretch>0</horstretch> 0016 <verstretch>0</verstretch> 0017 </sizepolicy> 0018 </property> 0019 <property name="windowTitle"> 0020 <string>Multiple Formats Detected</string> 0021 </property> 0022 <layout class="QVBoxLayout" name="verticalLayout"> 0023 <item> 0024 <widget class="QLabel" name="label"> 0025 <property name="sizePolicy"> 0026 <sizepolicy hsizetype="Preferred" vsizetype="Minimum"> 0027 <horstretch>0</horstretch> 0028 <verstretch>0</verstretch> 0029 </sizepolicy> 0030 </property> 0031 <property name="text"> 0032 <string>There are multiple formats for the image you're trying to paste. Which one do you want to use?</string> 0033 </property> 0034 <property name="wordWrap"> 0035 <bool>true</bool> 0036 </property> 0037 </widget> 0038 </item> 0039 <item> 0040 <widget class="QWidget" name="widget" native="true"> 0041 <property name="sizePolicy"> 0042 <sizepolicy hsizetype="Preferred" vsizetype="Minimum"> 0043 <horstretch>0</horstretch> 0044 <verstretch>0</verstretch> 0045 </sizepolicy> 0046 </property> 0047 <layout class="QFormLayout" name="formLayout"> 0048 <property name="leftMargin"> 0049 <number>0</number> 0050 </property> 0051 <property name="topMargin"> 0052 <number>0</number> 0053 </property> 0054 <property name="rightMargin"> 0055 <number>0</number> 0056 </property> 0057 <property name="bottomMargin"> 0058 <number>0</number> 0059 </property> 0060 <item row="0" column="0" colspan="2"> 0061 <widget class="QRadioButton" name="btnDownload"> 0062 <property name="styleSheet"> 0063 <string notr="true">QAbstractButton { font: bold; }</string> 0064 </property> 0065 <property name="text"> 0066 <string>&Download from the remote source</string> 0067 </property> 0068 </widget> 0069 </item> 0070 <item row="1" column="1"> 0071 <widget class="QLabel" name="label_3"> 0072 <property name="sizePolicy"> 0073 <sizepolicy hsizetype="Preferred" vsizetype="Minimum"> 0074 <horstretch>0</horstretch> 0075 <verstretch>0</verstretch> 0076 </sizepolicy> 0077 </property> 0078 <property name="text"> 0079 <string>Preserves the original metadata and color profile.</string> 0080 </property> 0081 <property name="wordWrap"> 0082 <bool>true</bool> 0083 </property> 0084 </widget> 0085 </item> 0086 <item row="2" column="0" colspan="2"> 0087 <widget class="QRadioButton" name="btnUseLocal"> 0088 <property name="styleSheet"> 0089 <string notr="true">QAbstractButton { font: bold; }</string> 0090 </property> 0091 <property name="text"> 0092 <string>Use &local file</string> 0093 </property> 0094 </widget> 0095 </item> 0096 <item row="3" column="1"> 0097 <widget class="QLabel" name="label_5"> 0098 <property name="sizePolicy"> 0099 <sizepolicy hsizetype="Preferred" vsizetype="Minimum"> 0100 <horstretch>0</horstretch> 0101 <verstretch>0</verstretch> 0102 </sizepolicy> 0103 </property> 0104 <property name="text"> 0105 <string>Depending on the source application, it may not have all of the original's metadata or color profile.</string> 0106 </property> 0107 <property name="wordWrap"> 0108 <bool>true</bool> 0109 </property> 0110 </widget> 0111 </item> 0112 <item row="4" column="0" colspan="2"> 0113 <widget class="QRadioButton" name="btnUseBitmap"> 0114 <property name="styleSheet"> 0115 <string notr="true">QAbstractButton { font: bold; }</string> 0116 </property> 0117 <property name="text"> 0118 <string>Paste the attached &bitmap</string> 0119 </property> 0120 </widget> 0121 </item> 0122 <item row="5" column="1"> 0123 <widget class="QLabel" name="label_2"> 0124 <property name="sizePolicy"> 0125 <sizepolicy hsizetype="Preferred" vsizetype="Minimum"> 0126 <horstretch>0</horstretch> 0127 <verstretch>0</verstretch> 0128 </sizepolicy> 0129 </property> 0130 <property name="text"> 0131 <string>Use the bitmap provided by the source application. You will be asked for its profile.</string> 0132 </property> 0133 <property name="wordWrap"> 0134 <bool>true</bool> 0135 </property> 0136 </widget> 0137 </item> 0138 </layout> 0139 </widget> 0140 </item> 0141 <item> 0142 <widget class="QCheckBox" name="chkRemember"> 0143 <property name="text"> 0144 <string>&Remember</string> 0145 </property> 0146 </widget> 0147 </item> 0148 </layout> 0149 </widget> 0150 <resources/> 0151 <connections/> 0152 </ui>