2 <class>BranchPropertyWindow</class>
3 <widget class="QWidget" name="BranchPropertyWindow" >
4 <property name="geometry" >
12 <property name="windowTitle" >
13 <string>Branch Property Editor</string>
15 <layout class="QVBoxLayout" >
16 <property name="margin" >
19 <property name="spacing" >
23 <widget class="QTabWidget" name="tabWidget" >
24 <property name="currentIndex" >
27 <widget class="QWidget" name="tab" >
28 <attribute name="title" >
29 <string>Frame</string>
31 <layout class="QVBoxLayout" >
32 <property name="margin" >
35 <property name="spacing" >
39 <layout class="QVBoxLayout" >
40 <property name="margin" >
43 <property name="spacing" >
47 <widget class="QComboBox" name="frameTypeCombo" >
49 <property name="text" >
50 <string>No Frame</string>
54 <property name="text" >
55 <string>Rectangle</string>
59 <property name="text" >
60 <string>Ellipse</string>
66 <widget class="QGroupBox" name="colorGroupBox" >
67 <property name="sizePolicy" >
69 <hsizetype>7</hsizetype>
70 <vsizetype>5</vsizetype>
71 <horstretch>0</horstretch>
72 <verstretch>0</verstretch>
75 <property name="title" >
76 <string>Colors</string>
78 <layout class="QGridLayout" >
79 <property name="margin" >
82 <property name="spacing" >
85 <item row="0" column="0" >
86 <widget class="QPushButton" name="framePenColorButton" >
87 <property name="maximumSize" >
90 <height>16777215</height>
93 <property name="text" >
98 <item row="0" column="1" >
99 <widget class="QLabel" name="penColorLabelDesc" >
100 <property name="sizePolicy" >
102 <hsizetype>7</hsizetype>
103 <vsizetype>5</vsizetype>
104 <horstretch>0</horstretch>
105 <verstretch>0</verstretch>
108 <property name="text" >
109 <string>Borderline color</string>
111 <property name="buddy" >
112 <cstring>framePenColorButton</cstring>
116 <item row="1" column="0" >
117 <widget class="QPushButton" name="frameBrushColorButton" >
118 <property name="maximumSize" >
121 <height>16777215</height>
124 <property name="text" >
129 <item row="1" column="1" >
130 <widget class="QLabel" name="brushColorLabelDesc" >
131 <property name="text" >
132 <string>Background color</string>
134 <property name="buddy" >
135 <cstring>frameBrushColorButton</cstring>
139 <item row="0" column="2" >
141 <property name="orientation" >
142 <enum>Qt::Horizontal</enum>
144 <property name="sizeHint" >
159 <widget class="QWidget" name="tab_2" >
160 <attribute name="title" >
161 <string>Link</string>
163 <widget class="QCheckBox" name="hideLinkIfUnselected" >
164 <property name="geometry" >
172 <property name="text" >
173 <string>Hide link if unselected</string>
181 <property name="orientation" >
182 <enum>Qt::Vertical</enum>
184 <property name="sizeHint" >
193 <layout class="QHBoxLayout" >
194 <property name="margin" >
197 <property name="spacing" >
202 <property name="orientation" >
203 <enum>Qt::Horizontal</enum>
205 <property name="sizeHint" >
214 <widget class="QPushButton" name="closeButton" >
215 <property name="text" >
216 <string>Close</string>
227 <sender>closeButton</sender>
228 <signal>clicked()</signal>
229 <receiver>BranchPropertyWindow</receiver>
232 <hint type="sourcelabel" >
236 <hint type="destinationlabel" >