1 <?xml version="1.0" encoding="UTF-8"?>
3 <class>DlgAttributes</class>
4 <widget class="QDialog" name="DlgAttributes">
5 <property name="geometry">
13 <property name="sizePolicy">
14 <sizepolicy hsizetype="Minimum" vsizetype="Minimum">
15 <horstretch>0</horstretch>
16 <verstretch>0</verstretch>
19 <property name="minimumSize">
25 <property name="windowTitle">
26 <string>Attributes</string>
28 <layout class="QVBoxLayout">
30 <layout class="QHBoxLayout">
32 <layout class="QVBoxLayout">
34 <layout class="QHBoxLayout">
36 <widget class="QLabel" name="lLayer">
37 <property name="sizePolicy">
38 <sizepolicy hsizetype="Preferred" vsizetype="Preferred">
39 <horstretch>0</horstretch>
40 <verstretch>0</verstretch>
43 <property name="text">
44 <string>Layer:</string>
46 <property name="wordWrap">
52 <widget class="LayerBox" name="cbLayer" native="true"/>
57 <widget class="WidgetPen" name="wPen" native="true">
58 <property name="sizePolicy">
59 <sizepolicy hsizetype="MinimumExpanding" vsizetype="MinimumExpanding">
60 <horstretch>0</horstretch>
61 <verstretch>0</verstretch>
71 <layout class="QHBoxLayout">
73 <spacer name="spacer">
74 <property name="orientation">
75 <enum>Qt::Horizontal</enum>
77 <property name="sizeType">
78 <enum>QSizePolicy::Expanding</enum>
80 <property name="sizeHint" stdset="0">
89 <widget class="QPushButton" name="bOk">
90 <property name="text">
91 <string>&OK</string>
93 <property name="shortcut">
94 <string>Alt+O</string>
96 <property name="default">
102 <widget class="QPushButton" name="bCancel">
103 <property name="text">
104 <string>Cancel</string>
106 <property name="shortcut">
115 <layoutdefault spacing="6" margin="11"/>
118 <class>WidgetPen</class>
119 <extends>QWidget</extends>
120 <header>widgetpen.h</header>
123 <class>LayerBox</class>
124 <extends>QWidget</extends>
125 <header>layerbox.h</header>
132 <signal>clicked()</signal>
133 <receiver>DlgAttributes</receiver>
134 <slot>accept()</slot>
136 <hint type="sourcelabel">
140 <hint type="destinationlabel">
147 <sender>bCancel</sender>
148 <signal>clicked()</signal>
149 <receiver>DlgAttributes</receiver>
150 <slot>reject()</slot>
152 <hint type="sourcelabel">
156 <hint type="destinationlabel">