Warning, /graphics/krita/plugins/python/krita_script_starter/bbdkss.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>pykrita_plugin_ui</class>
0008  <widget class="QDialog" name="Dialog">
0009   <property name="geometry">
0010    <rect>
0011     <x>0</x>
0012     <y>0</y>
0013     <width>607</width>
0014     <height>430</height>
0015    </rect>
0016   </property>
0017   <property name="sizePolicy">
0018    <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
0019     <horstretch>0</horstretch>
0020     <verstretch>0</verstretch>
0021    </sizepolicy>
0022   </property>
0023   <layout class="QVBoxLayout" name="verticalLayout_3">
0024    <item>
0025     <layout class="QVBoxLayout" name="verticalLayout_2">
0026      <item>
0027       <widget class="QLabel" name="label_6">
0028        <property name="maximumSize">
0029         <size>
0030          <width>797</width>
0031          <height>16777215</height>
0032         </size>
0033        </property>
0034        <property name="font">
0035         <font>
0036          <pointsize>16</pointsize>
0037         </font>
0038        </property>
0039        <property name="text">
0040         <string>BBD's Krita Script Starter</string>
0041        </property>
0042        <property name="alignment">
0043         <set>Qt::AlignCenter</set>
0044        </property>
0045       </widget>
0046      </item>
0047      <item>
0048       <layout class="QVBoxLayout" name="verticalLayout">
0049        <item>
0050         <layout class="QHBoxLayout" name="horizontalLayout">
0051          <item>
0052           <widget class="QLabel" name="label">
0053            <property name="text">
0054             <string>Name of Script:</string>
0055            </property>
0056           </widget>
0057          </item>
0058          <item>
0059           <widget class="QLineEdit" name="e_name_of_script">
0060            <property name="sizePolicy">
0061             <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
0062              <horstretch>0</horstretch>
0063              <verstretch>0</verstretch>
0064             </sizepolicy>
0065            </property>
0066            <property name="toolTip">
0067             <string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;Your name for your script. This is used to calculate the name of your package, the name of the class in your package and the associated directory.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
0068            </property>
0069           </widget>
0070          </item>
0071          <item>
0072           <widget class="QLabel" name="label_2">
0073            <property name="text">
0074             <string>Menu Entry for Script</string>
0075            </property>
0076           </widget>
0077          </item>
0078          <item>
0079           <widget class="QLineEdit" name="e_menu_entry">
0080            <property name="toolTip">
0081             <string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;What you want to appear in the Tools-&amp;gt; Scripts menu. If you leave this blank a default entry will be created based on the name of the script. &lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
0082            </property>
0083           </widget>
0084          </item>
0085         </layout>
0086        </item>
0087        <item>
0088         <layout class="QHBoxLayout" name="horizontalLayout_3">
0089          <item>
0090           <widget class="QLabel" name="label_3">
0091            <property name="text">
0092             <string>Short Description</string>
0093            </property>
0094           </widget>
0095          </item>
0096          <item>
0097           <widget class="QLineEdit" name="e_comment">
0098            <property name="toolTip">
0099             <string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;This will appear in the &amp;quot;comment&amp;quot; entry in the dialog where a user can enable or disable Krita scripts. &lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
0100            </property>
0101           </widget>
0102          </item>
0103         </layout>
0104        </item>
0105       </layout>
0106      </item>
0107      <item>
0108       <layout class="QHBoxLayout" name="horizontalLayout_7">
0109        <item>
0110         <widget class="QLabel" name="label_7">
0111          <property name="text">
0112           <string>Type of script:</string>
0113          </property>
0114         </widget>
0115        </item>
0116        <item>
0117         <widget class="QRadioButton" name="rb_extension">
0118          <property name="text">
0119           <string>E&amp;xtension</string>
0120          </property>
0121          <property name="checked">
0122           <bool>true</bool>
0123          </property>
0124         </widget>
0125        </item>
0126        <item>
0127         <widget class="QRadioButton" name="rb_docker">
0128          <property name="text">
0129           <string>&amp;Docker</string>
0130          </property>
0131         </widget>
0132        </item>
0133        <item>
0134         <spacer name="horizontalSpacer">
0135          <property name="orientation">
0136           <enum>Qt::Horizontal</enum>
0137          </property>
0138          <property name="sizeType">
0139           <enum>QSizePolicy::Fixed</enum>
0140          </property>
0141          <property name="sizeHint" stdset="0">
0142           <size>
0143            <width>200</width>
0144            <height>20</height>
0145           </size>
0146          </property>
0147         </spacer>
0148        </item>
0149        <item>
0150         <widget class="QCheckBox" name="cb_enable_script">
0151          <property name="toolTip">
0152           <string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;If this is checked your script will be automatically enabled in Krita. That is, it will show up in the Scripts menu or docker list. If not, you will need to manually enable the script through the Krita-&amp;gt;Settings menu entry. &lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
0153          </property>
0154          <property name="text">
0155           <string>Enable Script</string>
0156          </property>
0157          <property name="checked">
0158           <bool>true</bool>
0159          </property>
0160         </widget>
0161        </item>
0162       </layout>
0163      </item>
0164     </layout>
0165    </item>
0166    <item>
0167     <widget class="QTextEdit" name="e_files_display">
0168      <property name="undoRedoEnabled">
0169       <bool>false</bool>
0170      </property>
0171      <property name="readOnly">
0172       <bool>true</bool>
0173      </property>
0174      <property name="textInteractionFlags">
0175       <set>Qt::TextSelectableByKeyboard|Qt::TextSelectableByMouse</set>
0176      </property>
0177     </widget>
0178    </item>
0179    <item>
0180     <layout class="QHBoxLayout" name="horizontalLayout_4">
0181      <item>
0182       <widget class="QPushButton" name="create_button">
0183        <property name="sizePolicy">
0184         <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
0185          <horstretch>0</horstretch>
0186          <verstretch>0</verstretch>
0187         </sizepolicy>
0188        </property>
0189        <property name="text">
0190         <string>Create Script</string>
0191        </property>
0192       </widget>
0193      </item>
0194      <item>
0195       <widget class="QPushButton" name="cancel_button">
0196        <property name="sizePolicy">
0197         <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
0198          <horstretch>0</horstretch>
0199          <verstretch>0</verstretch>
0200         </sizepolicy>
0201        </property>
0202        <property name="text">
0203         <string>Cancel</string>
0204        </property>
0205       </widget>
0206      </item>
0207     </layout>
0208    </item>
0209   </layout>
0210  </widget>
0211  <resources/>
0212  <connections/>
0213 </ui>