1<?xml version="1.0" encoding="utf-8"?>
2<ui version="4.0">
3 <author>
4  SPDX-FileCopyrightText: none
5  SPDX-License-Identifier: GPL-3.0-or-later
6 </author>
7 <class>WdgDlgGeneratorLayer</class>
8 <widget class="QDialog" name="WdgDlgGeneratorLayer">
9  <property name="geometry">
10   <rect>
11    <x>0</x>
12    <y>0</y>
13    <width>700</width>
14    <height>430</height>
15   </rect>
16  </property>
17  <property name="sizePolicy">
18   <sizepolicy hsizetype="MinimumExpanding" vsizetype="MinimumExpanding">
19    <horstretch>0</horstretch>
20    <verstretch>0</verstretch>
21   </sizepolicy>
22  </property>
23  <property name="minimumSize">
24   <size>
25    <width>700</width>
26    <height>430</height>
27   </size>
28  </property>
29  <layout class="QVBoxLayout" name="verticalLayout">
30   <property name="spacing">
31    <number>8</number>
32   </property>
33   <item>
34    <layout class="QHBoxLayout" name="horizontalLayout">
35     <item>
36      <widget class="QLabel" name="label">
37       <property name="text">
38        <string>Layer Name:</string>
39       </property>
40       <property name="alignment">
41        <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
42       </property>
43       <property name="buddy">
44        <cstring>txtLayerName</cstring>
45       </property>
46      </widget>
47     </item>
48     <item>
49      <widget class="QLineEdit" name="txtLayerName" />
50     </item>
51    </layout>
52   </item>
53   <item>
54    <widget class="KisWdgGenerator" name="wdgGenerator" native="true">
55     <property name="sizePolicy">
56      <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
57       <horstretch>0</horstretch>
58       <verstretch>0</verstretch>
59      </sizepolicy>
60     </property>
61    </widget>
62   </item>
63   <item>
64    <layout class="QHBoxLayout" name="horizontalLayout_2">
65     <item>
66      <widget class="QPushButton" name="filterGalleryToggle">
67       <property name="text">
68        <string notr="true" />
69       </property>
70       <property name="checkable">
71        <bool>true</bool>
72       </property>
73      </widget>
74     </item>
75     <item>
76      <spacer name="horizontalSpacer">
77       <property name="orientation">
78        <enum>Qt::Horizontal</enum>
79       </property>
80       <property name="sizeHint" stdset="0">
81        <size>
82         <width>40</width>
83         <height>20</height>
84        </size>
85       </property>
86      </spacer>
87     </item>
88     <item>
89      <widget class="QDialogButtonBox" name="btnBox">
90       <property name="sizePolicy">
91        <sizepolicy hsizetype="Maximum" vsizetype="Fixed">
92         <horstretch>0</horstretch>
93         <verstretch>0</verstretch>
94        </sizepolicy>
95       </property>
96       <property name="standardButtons">
97        <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
98       </property>
99      </widget>
100     </item>
101    </layout>
102   </item>
103  </layout>
104 </widget>
105 <customwidgets>
106  <customwidget>
107   <class>KisWdgGenerator</class>
108   <extends>QWidget</extends>
109   <header>widgets/kis_wdg_generator.h</header>
110   <container>1</container>
111  </customwidget>
112 </customwidgets>
113 <resources />
114 <connections />
115</ui>
116