Warning, /graphics/krita/plugins/extensions/imagesplit/wdg_imagesplit.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>WdgImagesplit</class>
0008  <widget class="QWidget" name="WdgImagesplit">
0009   <property name="geometry">
0010    <rect>
0011     <x>0</x>
0012     <y>0</y>
0013     <width>514</width>
0014     <height>339</height>
0015    </rect>
0016   </property>
0017   <property name="windowTitle">
0018    <string>Image Size</string>
0019   </property>
0020   <layout class="QHBoxLayout" name="horizontalLayout_3">
0021    <item>
0022     <layout class="QFormLayout" name="formLayout">
0023      <item column="0" row="0">
0024       <widget class="QLabel" name="lblHorizontalSplitLines">
0025        <property name="text">
0026         <string>Horizontal Lines</string>
0027        </property>
0028        <property name="alignment">
0029         <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
0030        </property>
0031       </widget>
0032      </item>
0033      <item column="1" row="0">
0034       <layout class="QHBoxLayout" name="horizontalLayout">
0035        <item>
0036         <widget class="KisIntParseSpinBox" name="intHorizontalSplitLines"/>
0037        </item>
0038        <item>
0039         <widget class="QCheckBox" name="chkGuidesHorizontal">
0040          <property name="text">
0041           <string>Use guides</string>
0042          </property>
0043         </widget>
0044        </item>
0045       </layout>
0046      </item>
0047      <item column="0" row="1">
0048       <widget class="QLabel" name="lblVerticalSplitLines">
0049        <property name="text">
0050         <string>Vertical Lines</string>
0051        </property>
0052        <property name="alignment">
0053         <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
0054        </property>
0055       </widget>
0056      </item>
0057      <item column="1" row="1">
0058       <layout class="QHBoxLayout" name="horizontalLayout_2">
0059        <item>
0060         <widget class="KisIntParseSpinBox" name="intVerticalSplitLines"/>
0061        </item>
0062        <item>
0063         <widget class="QCheckBox" name="chkGuidesVertical">
0064          <property name="text">
0065           <string>Use guides</string>
0066          </property>
0067         </widget>
0068        </item>
0069       </layout>
0070      </item>
0071      <item colspan="2" column="0" row="2">
0072       <widget class="QGroupBox" name="groupBox">
0073        <property name="title">
0074         <string>Sort Direction:</string>
0075        </property>
0076        <layout class="QVBoxLayout" name="verticalLayout_2">
0077         <item>
0078          <widget class="QRadioButton" name="chkHorizontal">
0079           <property name="font">
0080            <font>
0081             <pointsize>12</pointsize>
0082            </font>
0083           </property>
0084           <property name="text">
0085            <string>Hori&amp;zontal</string>
0086           </property>
0087          </widget>
0088         </item>
0089         <item>
0090          <widget class="QRadioButton" name="chkVertical">
0091           <property name="font">
0092            <font>
0093             <pointsize>12</pointsize>
0094            </font>
0095           </property>
0096           <property name="text">
0097            <string>&amp;Vertical</string>
0098           </property>
0099          </widget>
0100         </item>
0101        </layout>
0102       </widget>
0103      </item>
0104      <item column="0" row="3">
0105       <widget class="QLabel" name="lblSuffix">
0106        <property name="text">
0107         <string>Prefix</string>
0108        </property>
0109        <property name="alignment">
0110         <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
0111        </property>
0112       </widget>
0113      </item>
0114      <item column="1" row="3">
0115       <widget class="QLineEdit" name="lineEdit">
0116        <property name="enabled">
0117         <bool>true</bool>
0118        </property>
0119        <property name="text">
0120         <string/>
0121        </property>
0122       </widget>
0123      </item>
0124      <item column="0" row="4">
0125       <widget class="QLabel" name="lblFileType">
0126        <property name="text">
0127         <string>File Type</string>
0128        </property>
0129        <property name="alignment">
0130         <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
0131        </property>
0132       </widget>
0133      </item>
0134      <item column="1" row="4">
0135       <widget class="QComboBox" name="cmbFileType">
0136        <property name="sizePolicy">
0137         <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
0138          <horstretch>0</horstretch>
0139          <verstretch>0</verstretch>
0140         </sizepolicy>
0141        </property>
0142       </widget>
0143      </item>
0144      <item colspan="2" column="0" row="5">
0145       <widget class="QCheckBox" name="chkAutoSave">
0146        <property name="font">
0147         <font>
0148          <pointsize>12</pointsize>
0149         </font>
0150        </property>
0151        <property name="text">
0152         <string>Autosave on Split</string>
0153        </property>
0154       </widget>
0155      </item>
0156      <item column="0" row="6">
0157       <spacer name="verticalSpacer">
0158        <property name="orientation">
0159         <enum>Qt::Vertical</enum>
0160        </property>
0161        <property name="sizeHint" stdset="0">
0162         <size>
0163          <width>20</width>
0164          <height>13</height>
0165         </size>
0166        </property>
0167       </spacer>
0168      </item>
0169     </layout>
0170    </item>
0171    <item>
0172     <widget class="QLabel" name="imagePreviewLabel">
0173      <property name="minimumSize">
0174       <size>
0175        <width>200</width>
0176        <height>200</height>
0177       </size>
0178      </property>
0179      <property name="text">
0180       <string/>
0181      </property>
0182     </widget>
0183    </item>
0184   </layout>
0185  </widget>
0186  <customwidgets>
0187   <customwidget>
0188    <class>KisIntParseSpinBox</class>
0189    <extends>QSpinBox</extends>
0190    <header>kis_int_parse_spin_box.h</header>
0191   </customwidget>
0192  </customwidgets>
0193  <resources/>
0194  <connections/>
0195 </ui>