Warning, /graphics/krita/plugins/extensions/pykrita/plugin/manager.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>ManagerPage</class>
0008  <widget class="QWidget" name="ManagerPage">
0009   <property name="geometry">
0010    <rect>
0011     <x>0</x>
0012     <y>0</y>
0013     <width>361</width>
0014     <height>240</height>
0015    </rect>
0016   </property>
0017   <layout class="QGridLayout" name="gridLayout">
0018    <item row="3" column="0">
0019     <widget class="QLabel" name="label">
0020      <property name="text">
0021       <string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;&lt;span style=&quot; font-weight:600;&quot;&gt;Note:&lt;/span&gt; you need to restart Krita to enable or disable plugins.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
0022      </property>
0023      <property name="textFormat">
0024       <enum>Qt::RichText</enum>
0025      </property>
0026      <property name="wordWrap">
0027       <bool>true</bool>
0028      </property>
0029     </widget>
0030    </item>
0031    <item row="4" column="0">
0032     <widget class="QTextBrowser" name="textBrowser"/>
0033    </item>
0034    <item row="0" column="0" colspan="2">
0035     <widget class="QLabel" name="errorLabel">
0036      <property name="font">
0037       <font>
0038        <weight>75</weight>
0039        <bold>true</bold>
0040       </font>
0041      </property>
0042      <property name="text">
0043       <string>Error: The Python engine could not be initialized</string>
0044      </property>
0045     </widget>
0046    </item>
0047    <item row="2" column="0">
0048     <widget class="QTreeView" name="pluginsList">
0049      <property name="selectionMode">
0050       <enum>QAbstractItemView::SingleSelection</enum>
0051      </property>
0052      <property name="selectionBehavior">
0053       <enum>QAbstractItemView::SelectRows</enum>
0054      </property>
0055      <property name="rootIsDecorated">
0056       <bool>false</bool>
0057      </property>
0058      <property name="itemsExpandable">
0059       <bool>false</bool>
0060      </property>
0061      <property name="sortingEnabled">
0062       <bool>false</bool>
0063      </property>
0064      <property name="expandsOnDoubleClick">
0065       <bool>false</bool>
0066      </property>
0067      <attribute name="headerShowSortIndicator" stdset="0">
0068       <bool>false</bool>
0069      </attribute>
0070     </widget>
0071    </item>
0072    <item row="1" column="0">
0073     <widget class="QLabel" name="label_2">
0074      <property name="text">
0075       <string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;If you want to learn how to write Krita scripts, check out the &lt;a href=&quot;https://scripting.krita.org/lessons/introduction&quot;&gt;&lt;span style=&quot; text-decoration: underline; color:#2980b9;&quot;&gt;Krita Scripting School&lt;/span&gt;&lt;/a&gt;!&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
0076      </property>
0077      <property name="wordWrap">
0078       <bool>true</bool>
0079      </property>
0080      <property name="openExternalLinks">
0081       <bool>true</bool>
0082      </property>
0083      <property name="textInteractionFlags">
0084       <set>Qt::TextBrowserInteraction</set>
0085      </property>
0086     </widget>
0087    </item>
0088   </layout>
0089  </widget>
0090  <resources/>
0091  <connections/>
0092 </ui>