1<?xml version="1.0" encoding="UTF-8"?>
2<ui version="4.0">
3 <class>QG_ActiveLayerName</class>
4 <widget class="QWidget" name="QG_ActiveLayerName">
5  <property name="geometry">
6   <rect>
7    <x>0</x>
8    <y>0</y>
9    <width>112</width>
10    <height>32</height>
11   </rect>
12  </property>
13  <property name="sizePolicy">
14   <sizepolicy hsizetype="Minimum" vsizetype="Minimum">
15    <horstretch>0</horstretch>
16    <verstretch>0</verstretch>
17   </sizepolicy>
18  </property>
19  <property name="minimumSize">
20   <size>
21    <width>112</width>
22    <height>29</height>
23   </size>
24  </property>
25  <property name="maximumSize">
26   <size>
27    <width>240</width>
28    <height>50</height>
29   </size>
30  </property>
31  <property name="windowTitle">
32   <string>Selection</string>
33  </property>
34  <layout class="QVBoxLayout" name="verticalLayout">
35   <property name="spacing">
36    <number>0</number>
37   </property>
38   <property name="leftMargin">
39    <number>0</number>
40   </property>
41   <property name="topMargin">
42    <number>0</number>
43   </property>
44   <property name="rightMargin">
45    <number>0</number>
46   </property>
47   <property name="bottomMargin">
48    <number>0</number>
49   </property>
50   <item>
51    <widget class="QLabel" name="lActiveLayer">
52     <property name="minimumSize">
53      <size>
54       <width>46</width>
55       <height>0</height>
56      </size>
57     </property>
58     <property name="maximumSize">
59      <size>
60       <width>120</width>
61       <height>16777215</height>
62      </size>
63     </property>
64     <property name="toolTip">
65      <string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;&lt;br/&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
66     </property>
67     <property name="frameShape">
68      <enum>QFrame::NoFrame</enum>
69     </property>
70     <property name="frameShadow">
71      <enum>QFrame::Plain</enum>
72     </property>
73     <property name="text">
74      <string>Current Layer</string>
75     </property>
76     <property name="wordWrap">
77      <bool>false</bool>
78     </property>
79    </widget>
80   </item>
81   <item>
82    <widget class="QLabel" name="lActiveLayerName">
83     <property name="maximumSize">
84      <size>
85       <width>120</width>
86       <height>16777215</height>
87      </size>
88     </property>
89     <property name="focusPolicy">
90      <enum>Qt::ClickFocus</enum>
91     </property>
92     <property name="toolTip">
93      <string>&lt;!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.0//EN&quot; &quot;http://www.w3.org/TR/REC-html40/strict.dtd&quot;&gt;
94&lt;html&gt;&lt;head&gt;&lt;meta name=&quot;qrichtext&quot; content=&quot;1&quot; /&gt;&lt;style type=&quot;text/css&quot;&gt;
95p, li { white-space: pre-wrap; }
96&lt;/style&gt;&lt;/head&gt;&lt;body style=&quot; font-family:'Helvetica'; font-size:7pt; font-weight:400; font-style:normal;&quot;&gt;
97&lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;Name of Current Active Layer&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
98     </property>
99     <property name="text">
100      <string notr="true"/>
101     </property>
102     <property name="wordWrap">
103      <bool>false</bool>
104     </property>
105     <property name="indent">
106      <number>0</number>
107     </property>
108     <property name="textInteractionFlags">
109      <set>Qt::TextSelectableByKeyboard|Qt::TextSelectableByMouse</set>
110     </property>
111    </widget>
112   </item>
113  </layout>
114 </widget>
115 <layoutdefault spacing="6" margin="11"/>
116 <resources/>
117 <connections/>
118</ui>
119