1<ui version="4.0" >
2 <class>WdgMaskSource</class>
3 <widget class="QWidget" name="WdgMaskSource" >
4  <property name="geometry" >
5   <rect>
6    <x>0</x>
7    <y>0</y>
8    <width>165</width>
9    <height>171</height>
10   </rect>
11  </property>
12  <layout class="QGridLayout" >
13   <item row="0" column="0" >
14    <widget class="QGroupBox" name="grpMaskSource" >
15     <property name="title" >
16      <string>Mask Source</string>
17     </property>
18     <layout class="QGridLayout" >
19      <item row="0" column="0" >
20       <widget class="QRadioButton" name="radioNone" >
21        <property name="text" >
22         <string>&amp;None</string>
23        </property>
24       </widget>
25      </item>
26      <item row="1" column="0" >
27       <widget class="QRadioButton" name="radioMask" >
28        <property name="text" >
29         <string>current &amp;Mask</string>
30        </property>
31       </widget>
32      </item>
33      <item row="2" column="0" >
34       <widget class="QRadioButton" name="radioButton" >
35        <property name="text" >
36         <string>&amp;Selection</string>
37        </property>
38        <property name="checked" >
39         <bool>true</bool>
40        </property>
41       </widget>
42      </item>
43      <item row="3" column="0" >
44       <widget class="QRadioButton" name="radioButton_2" >
45        <property name="text" >
46         <string>current &amp;Layer</string>
47        </property>
48       </widget>
49      </item>
50      <item row="4" column="0" >
51       <spacer>
52        <property name="orientation" >
53         <enum>Qt::Vertical</enum>
54        </property>
55        <property name="sizeHint" >
56         <size>
57          <width>20</width>
58          <height>40</height>
59         </size>
60        </property>
61       </spacer>
62      </item>
63     </layout>
64    </widget>
65   </item>
66  </layout>
67 </widget>
68 <resources/>
69 <connections/>
70</ui>
71