Warning, /graphics/krita/plugins/generators/seexpr/wdgseexprsavepreset.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>WdgSeExprSavePreset</class>
0008  <widget class="QWidget" name="WdgSeExprSavePreset">
0009   <property name="geometry">
0010    <rect>
0011     <x>0</x>
0012     <y>0</y>
0013     <width>457</width>
0014     <height>332</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="windowTitle">
0024    <string>Save SeExpr Preset</string>
0025   </property>
0026   <layout class="QVBoxLayout" name="verticalLayout_4">
0027    <property name="spacing">
0028     <number>13</number>
0029    </property>
0030    <item>
0031     <layout class="QHBoxLayout" name="presetNameLayout">
0032      <item>
0033       <widget class="QLabel" name="newPresetNameLabel">
0034        <property name="text">
0035         <string>Preset name:</string>
0036        </property>
0037       </widget>
0038      </item>
0039      <item>
0040       <widget class="QLineEdit" name="newPresetNameTextField">
0041        <property name="minimumSize">
0042         <size>
0043          <width>220</width>
0044          <height>0</height>
0045         </size>
0046        </property>
0047       </widget>
0048      </item>
0049     </layout>
0050    </item>
0051    <item>
0052     <layout class="QHBoxLayout" name="presetThumbnailManagementLayout">
0053      <property name="spacing">
0054       <number>18</number>
0055      </property>
0056      <item>
0057       <layout class="QVBoxLayout" name="presetThumbnailLayout">
0058        <property name="spacing">
0059         <number>2</number>
0060        </property>
0061        <item>
0062         <widget class="QLabel" name="presetThumbnailWidget">
0063          <property name="sizePolicy">
0064           <sizepolicy hsizetype="Preferred" vsizetype="MinimumExpanding">
0065            <horstretch>0</horstretch>
0066            <verstretch>0</verstretch>
0067           </sizepolicy>
0068          </property>
0069          <property name="minimumSize">
0070           <size>
0071            <width>200</width>
0072            <height>200</height>
0073           </size>
0074          </property>
0075          <property name="maximumSize">
0076           <size>
0077            <width>200</width>
0078            <height>200</height>
0079           </size>
0080          </property>
0081          <property name="frameShape">
0082           <enum>QFrame::StyledPanel</enum>
0083          </property>
0084          <property name="frameShadow">
0085           <enum>QFrame::Raised</enum>
0086          </property>
0087         </widget>
0088        </item>
0089        <item>
0090         <spacer name="verticalSpacer_2">
0091          <property name="orientation">
0092           <enum>Qt::Vertical</enum>
0093          </property>
0094          <property name="sizeHint" stdset="0">
0095           <size>
0096            <width>20</width>
0097            <height>40</height>
0098           </size>
0099          </property>
0100         </spacer>
0101        </item>
0102       </layout>
0103      </item>
0104      <item>
0105       <layout class="QVBoxLayout" name="presetLoadThumbnailLayout">
0106        <property name="spacing">
0107         <number>6</number>
0108        </property>
0109        <item>
0110         <widget class="QPushButton" name="loadExistingThumbnailButton">
0111          <property name="text">
0112           <string>Load Existing Thumbnail</string>
0113          </property>
0114         </widget>
0115        </item>
0116        <item>
0117         <widget class="QPushButton" name="loadImageIntoThumbnailButton">
0118          <property name="text">
0119           <string comment="Load Image as Thumbnail button">Load Image</string>
0120          </property>
0121         </widget>
0122        </item>
0123        <item>
0124         <widget class="QPushButton" name="loadRenderFromScriptButton">
0125          <property name="text">
0126           <string>&amp;Render Script to Thumbnail</string>
0127          </property>
0128         </widget>
0129        </item>
0130        <item>
0131         <widget class="QPushButton" name="clearPresetThumbnailButton">
0132          <property name="text">
0133           <string>Clear Thumbnail</string>
0134          </property>
0135         </widget>
0136        </item>
0137        <item>
0138         <spacer name="verticalSpacer">
0139          <property name="orientation">
0140           <enum>Qt::Vertical</enum>
0141          </property>
0142          <property name="sizeHint" stdset="0">
0143           <size>
0144            <width>20</width>
0145            <height>40</height>
0146           </size>
0147          </property>
0148         </spacer>
0149        </item>
0150       </layout>
0151      </item>
0152     </layout>
0153    </item>
0154    <item>
0155     <widget class="QDialogButtonBox" name="buttons">
0156      <property name="standardButtons">
0157       <set>QDialogButtonBox::Cancel|QDialogButtonBox::Save</set>
0158      </property>
0159     </widget>
0160    </item>
0161   </layout>
0162  </widget>
0163  <resources/>
0164  <connections/>
0165 </ui>