1<?xml version="1.0" encoding="UTF-8"?>
2<ui version="4.0">
3 <class>WdgQMicSettings</class>
4 <widget class="QWidget" name="WdgQMicSettings">
5  <property name="geometry">
6   <rect>
7    <x>0</x>
8    <y>0</y>
9    <width>400</width>
10    <height>300</height>
11   </rect>
12  </property>
13  <layout class="QVBoxLayout" name="verticalLayout">
14   <item>
15    <widget class="QLabel" name="label">
16     <property name="text">
17      <string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;Select the location of the G'Mic-Qt plugin. You can download the plugin from the &lt;a href=&quot;https://gmic.eu/&quot;&gt;&lt;span style=&quot; text-decoration: underline; color:#2980b9;&quot;&gt;G'Mic website&lt;/span&gt;&lt;/a&gt;. Make sure you download the special version for Krita, not the standalone or the GIMP version.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
18     </property>
19     <property name="textFormat">
20      <enum>Qt::RichText</enum>
21     </property>
22     <property name="wordWrap">
23      <bool>true</bool>
24     </property>
25     <property name="openExternalLinks">
26      <bool>true</bool>
27     </property>
28     <property name="textInteractionFlags">
29      <set>Qt::TextBrowserInteraction</set>
30     </property>
31    </widget>
32   </item>
33   <item>
34    <layout class="QHBoxLayout" name="horizontalLayout">
35     <item>
36      <widget class="QLabel" name="label_2">
37       <property name="text">
38        <string>Plugin:</string>
39       </property>
40      </widget>
41     </item>
42     <item>
43      <widget class="KisFileNameRequester" name="fileRequester" native="true">
44       <property name="sizePolicy">
45        <sizepolicy hsizetype="Preferred" vsizetype="Preferred">
46         <horstretch>1</horstretch>
47         <verstretch>0</verstretch>
48        </sizepolicy>
49       </property>
50      </widget>
51     </item>
52    </layout>
53   </item>
54   <item>
55    <spacer name="verticalSpacer">
56     <property name="orientation">
57      <enum>Qt::Vertical</enum>
58     </property>
59     <property name="sizeHint" stdset="0">
60      <size>
61       <width>20</width>
62       <height>40</height>
63      </size>
64     </property>
65    </spacer>
66   </item>
67  </layout>
68 </widget>
69 <customwidgets>
70  <customwidget>
71   <class>KisFileNameRequester</class>
72   <extends>QWidget</extends>
73   <header>kis_file_name_requester.h</header>
74   <container>1</container>
75  </customwidget>
76 </customwidgets>
77 <resources/>
78 <connections/>
79</ui>
80