1<?xml version="1.0" encoding="UTF-8"?>
2<ui version="4.0">
3 <class>QG_LayerDialog</class>
4 <widget class="QDialog" name="QG_LayerDialog">
5  <property name="geometry">
6   <rect>
7    <x>0</x>
8    <y>0</y>
9    <width>253</width>
10    <height>203</height>
11   </rect>
12  </property>
13  <property name="baseSize">
14   <size>
15    <width>0</width>
16    <height>0</height>
17   </size>
18  </property>
19  <property name="windowTitle">
20   <string>Layer Settings</string>
21  </property>
22  <property name="sizeGripEnabled">
23   <bool>false</bool>
24  </property>
25  <layout class="QGridLayout" name="gridLayout">
26   <item row="1" column="2">
27    <widget class="QCheckBox" name="cbConstructionLayer">
28     <property name="toolTip">
29      <string>A Construction Layer has entities of infinite straight lines intended to be used for geometric construction.
30The contents of a Construction Layer should not appear in printout.</string>
31     </property>
32     <property name="text">
33      <string>Construction Layer</string>
34     </property>
35    </widget>
36   </item>
37   <item row="0" column="0">
38    <widget class="QLabel" name="lName">
39     <property name="frameShape">
40      <enum>QFrame::NoFrame</enum>
41     </property>
42     <property name="frameShadow">
43      <enum>QFrame::Plain</enum>
44     </property>
45     <property name="text">
46      <string>Layer Name:</string>
47     </property>
48     <property name="wordWrap">
49      <bool>false</bool>
50     </property>
51    </widget>
52   </item>
53   <item row="3" column="0" colspan="3">
54    <widget class="QDialogButtonBox" name="buttonBox">
55     <property name="standardButtons">
56      <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
57     </property>
58    </widget>
59   </item>
60   <item row="2" column="0" colspan="3">
61    <widget class="QG_WidgetPen" name="wPen" native="true"/>
62   </item>
63   <item row="0" column="1">
64    <spacer name="spacer87">
65     <property name="orientation">
66      <enum>Qt::Horizontal</enum>
67     </property>
68     <property name="sizeType">
69      <enum>QSizePolicy::Expanding</enum>
70     </property>
71     <property name="sizeHint" stdset="0">
72      <size>
73       <width>5</width>
74       <height>16</height>
75      </size>
76     </property>
77    </spacer>
78   </item>
79   <item row="0" column="2">
80    <widget class="QLineEdit" name="leName">
81     <property name="text">
82      <string/>
83     </property>
84    </widget>
85   </item>
86  </layout>
87 </widget>
88 <layoutdefault spacing="6" margin="11"/>
89 <customwidgets>
90  <customwidget>
91   <class>QG_WidgetPen</class>
92   <extends>QWidget</extends>
93   <header>qg_widgetpen.h</header>
94  </customwidget>
95 </customwidgets>
96 <resources/>
97 <connections>
98  <connection>
99   <sender>buttonBox</sender>
100   <signal>rejected()</signal>
101   <receiver>QG_LayerDialog</receiver>
102   <slot>reject()</slot>
103   <hints>
104    <hint type="sourcelabel">
105     <x>126</x>
106     <y>186</y>
107    </hint>
108    <hint type="destinationlabel">
109     <x>20</x>
110     <y>20</y>
111    </hint>
112   </hints>
113  </connection>
114  <connection>
115   <sender>buttonBox</sender>
116   <signal>accepted()</signal>
117   <receiver>QG_LayerDialog</receiver>
118   <slot>validate()</slot>
119   <hints>
120    <hint type="sourcelabel">
121     <x>126</x>
122     <y>186</y>
123    </hint>
124    <hint type="destinationlabel">
125     <x>20</x>
126     <y>20</y>
127    </hint>
128   </hints>
129  </connection>
130 </connections>
131</ui>
132