Warning, /graphics/krita/plugins/generators/seexpr/wdgseexpr.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>WdgSeExpr</class>
0008  <widget class="QWidget" name="WdgSeExpr">
0009   <property name="geometry">
0010    <rect>
0011     <x>0</x>
0012     <y>0</y>
0013     <width>500</width>
0014     <height>480</height>
0015    </rect>
0016   </property>
0017   <property name="minimumSize">
0018    <size>
0019     <width>500</width>
0020     <height>0</height>
0021    </size>
0022   </property>
0023   <layout class="QGridLayout" name="tabLayout">
0024    <property name="leftMargin">
0025     <number>0</number>
0026    </property>
0027    <property name="topMargin">
0028     <number>0</number>
0029    </property>
0030    <property name="rightMargin">
0031     <number>0</number>
0032    </property>
0033    <property name="bottomMargin">
0034     <number>0</number>
0035    </property>
0036    <property name="spacing">
0037     <number>0</number>
0038    </property>
0039    <item column="0" row="0">
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 comment="Script list label">Script</string>
0047       </attribute>
0048       <layout class="QVBoxLayout" name="verticalLayout">
0049        <item>
0050         <widget class="KisSeExprScriptChooser" name="scriptSelectorWidget" native="true">
0051          <property name="sizePolicy">
0052           <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
0053            <horstretch>0</horstretch>
0054            <verstretch>0</verstretch>
0055           </sizepolicy>
0056          </property>
0057         </widget>
0058        </item>
0059       </layout>
0060      </widget>
0061      <widget class="QWidget" name="tab_2">
0062       <attribute name="title">
0063        <string comment="SeExpr script option">Options</string>
0064       </attribute>
0065       <layout class="QVBoxLayout" name="verticalLayout_2">
0066        <item>
0067         <layout class="QHBoxLayout" name="presetManagementLayout">
0068          <item>
0069           <layout class="QVBoxLayout" name="presetThumbnailiconLayout">
0070            <item>
0071             <widget class="QLabel" name="presetThumbnailicon">
0072              <property name="sizePolicy">
0073               <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
0074                <horstretch>0</horstretch>
0075                <verstretch>0</verstretch>
0076               </sizepolicy>
0077              </property>
0078              <property name="minimumSize">
0079               <size>
0080                <width>55</width>
0081                <height>55</height>
0082               </size>
0083              </property>
0084              <property name="text">
0085               <string/>
0086              </property>
0087              <property name="scaledContents">
0088               <bool>true</bool>
0089              </property>
0090             </widget>
0091            </item>
0092            <item>
0093             <spacer name="verticalSpacer">
0094              <property name="orientation">
0095               <enum>Qt::Vertical</enum>
0096              </property>
0097              <property name="sizeHint" stdset="0">
0098               <size>
0099                <width>20</width>
0100                <height>0</height>
0101               </size>
0102              </property>
0103             </spacer>
0104            </item>
0105           </layout>
0106          </item>
0107          <item>
0108           <layout class="QVBoxLayout" name="presetNameLayout">
0109            <property name="spacing">
0110             <number>0</number>
0111            </property>
0112            <property name="sizeConstraint">
0113             <enum>QLayout::SetMinimumSize</enum>
0114            </property>
0115            <item>
0116             <layout class="QHBoxLayout" name="presetNameLayout_2">
0117              <property name="spacing">
0118               <number>10</number>
0119              </property>
0120              <property name="sizeConstraint">
0121               <enum>QLayout::SetMinimumSize</enum>
0122              </property>
0123              <item>
0124               <widget class="QLabel" name="currentBrushNameLabel">
0125                <property name="font">
0126                 <font>
0127                  <pointsize>10</pointsize>
0128                  <weight>75</weight>
0129                  <bold>true</bold>
0130                 </font>
0131                </property>
0132               </widget>
0133              </item>
0134              <item>
0135               <widget class="QPushButton" name="renameBrushPresetButton">
0136                <property name="minimumSize">
0137                 <size>
0138                  <width>24</width>
0139                  <height>24</height>
0140                 </size>
0141                </property>
0142                <property name="maximumSize">
0143                 <size>
0144                  <width>24</width>
0145                  <height>24</height>
0146                 </size>
0147                </property>
0148                <property name="text">
0149                 <string/>
0150                </property>
0151               </widget>
0152              </item>
0153              <item>
0154               <widget class="QLineEdit" name="renameBrushNameTextField">
0155                <property name="minimumSize">
0156                 <size>
0157                  <width>180</width>
0158                  <height>0</height>
0159                 </size>
0160                </property>
0161               </widget>
0162              </item>
0163              <item>
0164               <widget class="QPushButton" name="updateBrushNameButton">
0165                <property name="sizePolicy">
0166                 <sizepolicy hsizetype="Minimum" vsizetype="Fixed">
0167                  <horstretch>0</horstretch>
0168                  <verstretch>0</verstretch>
0169                 </sizepolicy>
0170                </property>
0171                <property name="text">
0172                 <string>Save</string>
0173                </property>
0174               </widget>
0175              </item>
0176              <item>
0177               <widget class="QPushButton" name="cancelBrushNameUpdateButton">
0178                <property name="text">
0179                 <string>Cancel</string>
0180                </property>
0181               </widget>
0182              </item>
0183              <item>
0184               <spacer name="horizontalSpacer_3">
0185                <property name="orientation">
0186                 <enum>Qt::Horizontal</enum>
0187                </property>
0188                <property name="sizeHint" stdset="0">
0189                 <size>
0190                  <width>20</width>
0191                  <height>20</height>
0192                 </size>
0193                </property>
0194               </spacer>
0195              </item>
0196             </layout>
0197            </item>
0198            <item>
0199             <spacer name="verticalSpacer_1">
0200              <property name="orientation">
0201               <enum>Qt::Vertical</enum>
0202              </property>
0203              <property name="sizeHint" stdset="0">
0204               <size>
0205                <width>20</width>
0206                <height>0</height>
0207               </size>
0208              </property>
0209             </spacer>
0210            </item>
0211           </layout>
0212          </item>
0213          <item>
0214           <spacer name="horizontalSpacer_2">
0215            <property name="orientation">
0216             <enum>Qt::Horizontal</enum>
0217            </property>
0218            <property name="sizeType">
0219             <enum>QSizePolicy::MinimumExpanding</enum>
0220            </property>
0221            <property name="sizeHint" stdset="0">
0222             <size>
0223              <width>0</width>
0224              <height>0</height>
0225             </size>
0226            </property>
0227           </spacer>
0228          </item>
0229          <item>
0230           <layout class="QVBoxLayout" name="presetSaveLayout">
0231            <property name="spacing">
0232             <number>0</number>
0233            </property>
0234            <item>
0235             <widget class="QPushButton" name="saveNewBrushPresetButton">
0236              <property name="text">
0237               <string>Save New SeExpr Preset...</string>
0238              </property>
0239             </widget>
0240            </item>
0241            <item>
0242             <widget class="QPushButton" name="saveBrushPresetButton">
0243              <property name="text">
0244               <string>Overwrite Preset</string>
0245              </property>
0246             </widget>
0247            </item>
0248            <item>
0249             <layout class="QHBoxLayout" name="dirtyPresetLayout">
0250              <property name="spacing">
0251               <number>6</number>
0252              </property>
0253              <property name="leftMargin">
0254               <number>0</number>
0255              </property>
0256              <property name="topMargin">
0257               <number>6</number>
0258              </property>
0259              <item>
0260               <spacer name="horizontalSpacer">
0261                <property name="orientation">
0262                 <enum>Qt::Horizontal</enum>
0263                </property>
0264                <property name="sizeHint" stdset="0">
0265                 <size>
0266                  <width>0</width>
0267                  <height>23</height>
0268                 </size>
0269                </property>
0270               </spacer>
0271              </item>
0272              <item>
0273               <widget class="QPushButton" name="reloadPresetButton">
0274                <property name="sizePolicy">
0275                 <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
0276                  <horstretch>0</horstretch>
0277                  <verstretch>0</verstretch>
0278                 </sizepolicy>
0279                </property>
0280                <property name="minimumSize">
0281                 <size>
0282                  <width>23</width>
0283                  <height>23</height>
0284                 </size>
0285                </property>
0286                <property name="maximumSize">
0287                 <size>
0288                  <width>23</width>
0289                  <height>23</height>
0290                 </size>
0291                </property>
0292                <property name="text">
0293                 <string/>
0294                </property>
0295               </widget>
0296              </item>
0297              <item>
0298               <widget class="QPushButton" name="dirtyPresetIndicatorButton">
0299                <property name="sizePolicy">
0300                 <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
0301                  <horstretch>0</horstretch>
0302                  <verstretch>0</verstretch>
0303                 </sizepolicy>
0304                </property>
0305                <property name="minimumSize">
0306                 <size>
0307                  <width>23</width>
0308                  <height>23</height>
0309                 </size>
0310                </property>
0311                <property name="maximumSize">
0312                 <size>
0313                  <width>23</width>
0314                  <height>23</height>
0315                 </size>
0316                </property>
0317                <property name="text">
0318                 <string/>
0319                </property>
0320                <property name="flat">
0321                 <bool>true</bool>
0322                </property>
0323               </widget>
0324              </item>
0325             </layout>
0326            </item>
0327            <item>
0328             <spacer name="verticalSpacer_2">
0329              <property name="orientation">
0330               <enum>Qt::Vertical</enum>
0331              </property>
0332              <property name="sizeHint" stdset="0">
0333               <size>
0334                <width>20</width>
0335                <height>1</height>
0336               </size>
0337              </property>
0338             </spacer>
0339            </item>
0340            <item>
0341             <spacer name="verticalSpacer_3">
0342              <property name="orientation">
0343               <enum>Qt::Vertical</enum>
0344              </property>
0345              <property name="sizeHint" stdset="0">
0346               <size>
0347                <width>20</width>
0348                <height>0</height>
0349               </size>
0350              </property>
0351             </spacer>
0352            </item>
0353           </layout>
0354          </item>
0355         </layout>
0356        </item>
0357        <item>
0358         <widget class="QSplitter" name="splitter">
0359          <property name="sizePolicy">
0360           <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
0361            <horstretch>0</horstretch>
0362            <verstretch>9</verstretch>
0363           </sizepolicy>
0364          </property>
0365          <property name="orientation">
0366           <enum>Qt::Vertical</enum>
0367          </property>
0368          <widget class="QScrollArea" name="scrollArea">
0369           <property name="sizePolicy">
0370            <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
0371             <horstretch>0</horstretch>
0372             <verstretch>5</verstretch>
0373            </sizepolicy>
0374           </property>
0375           <property name="geometry">
0376            <rect>
0377             <x>0</x>
0378             <y>0</y>
0379             <width>466</width>
0380             <height>172</height>
0381            </rect>
0382           </property>
0383           <property name="widgetResizable">
0384            <bool>true</bool>
0385           </property>
0386           <widget class="ExprControlCollection" name="wdgControls">
0387            <property name="sizePolicy">
0388             <sizepolicy hsizetype="Ignored" vsizetype="Expanding">
0389              <horstretch>0</horstretch>
0390              <verstretch>0</verstretch>
0391             </sizepolicy>
0392            </property>
0393           </widget>
0394          </widget>
0395          <widget class="ExprEditor" name="txtEditor" native="true">
0396           <property name="sizePolicy">
0397            <sizepolicy hsizetype="Preferred" vsizetype="Preferred">
0398             <horstretch>0</horstretch>
0399             <verstretch>4</verstretch>
0400            </sizepolicy>
0401           </property>
0402          </widget>
0403         </widget>
0404        </item>
0405       </layout>
0406      </widget>
0407     </widget>
0408    </item>
0409   </layout>
0410  </widget>
0411  <customwidgets>
0412   <customwidget>
0413    <class>KisSeExprScriptChooser</class>
0414    <extends>QWidget</extends>
0415    <header location="global">kis_seexpr_script_chooser.h</header>
0416    <container>1</container>
0417   </customwidget>
0418   <customwidget>
0419    <class>ExprControlCollection</class>
0420    <extends>QWidget</extends>
0421    <header location="global">KSeExprUI/ExprControlCollection.h</header>
0422    <container>1</container>
0423   </customwidget>
0424   <customwidget>
0425    <class>ExprEditor</class>
0426    <extends>QWidget</extends>
0427    <header location="global">KSeExprUI/ExprEditor.h</header>
0428    <container>1</container>
0429   </customwidget>
0430  </customwidgets>
0431  <resources/>
0432  <connections/>
0433 </ui>