]> git.sven.stormbind.net Git - sven/vym.git/blob - branchpropeditor.ui
Import Upstream version 2.6.11
[sven/vym.git] / branchpropeditor.ui
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3  <class>BranchPropertyEditor</class>
4  <widget class="QWidget" name="BranchPropertyEditor">
5   <property name="geometry">
6    <rect>
7     <x>0</x>
8     <y>0</y>
9     <width>298</width>
10     <height>304</height>
11    </rect>
12   </property>
13   <property name="sizePolicy">
14    <sizepolicy hsizetype="Minimum" vsizetype="Preferred">
15     <horstretch>0</horstretch>
16     <verstretch>0</verstretch>
17    </sizepolicy>
18   </property>
19   <property name="windowTitle">
20    <string>Branch Property Editor</string>
21   </property>
22   <layout class="QVBoxLayout">
23    <item>
24     <widget class="QTabWidget" name="tabWidget">
25      <property name="currentIndex">
26       <number>1</number>
27      </property>
28      <widget class="QWidget" name="tab">
29       <attribute name="title">
30        <string>Frame</string>
31       </attribute>
32       <layout class="QVBoxLayout">
33        <property name="spacing">
34         <number>6</number>
35        </property>
36        <property name="leftMargin">
37         <number>9</number>
38        </property>
39        <property name="topMargin">
40         <number>9</number>
41        </property>
42        <property name="rightMargin">
43         <number>9</number>
44        </property>
45        <property name="bottomMargin">
46         <number>9</number>
47        </property>
48        <item>
49         <widget class="QGroupBox" name="groupBox">
50          <property name="title">
51           <string>Geometry</string>
52          </property>
53          <layout class="QGridLayout">
54           <item row="0" column="0" colspan="4">
55            <widget class="QComboBox" name="frameTypeCombo">
56             <property name="sizePolicy">
57              <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
58               <horstretch>0</horstretch>
59               <verstretch>0</verstretch>
60              </sizepolicy>
61             </property>
62             <item>
63              <property name="text">
64               <string>No Frame</string>
65              </property>
66             </item>
67             <item>
68              <property name="text">
69               <string>Rectangle</string>
70              </property>
71             </item>
72             <item>
73              <property name="text">
74               <string>Rounded Rectangle</string>
75              </property>
76             </item>
77             <item>
78              <property name="text">
79               <string>Ellipse</string>
80              </property>
81             </item>
82             <item>
83              <property name="text">
84               <string>Cloud</string>
85              </property>
86             </item>
87            </widget>
88           </item>
89           <item row="2" column="3">
90            <spacer>
91             <property name="orientation">
92              <enum>Qt::Horizontal</enum>
93             </property>
94             <property name="sizeHint" stdset="0">
95              <size>
96               <width>40</width>
97               <height>20</height>
98              </size>
99             </property>
100            </spacer>
101           </item>
102           <item row="2" column="1" colspan="2">
103            <widget class="QLabel" name="framePaddingLabel">
104             <property name="text">
105              <string>Padding</string>
106             </property>
107            </widget>
108           </item>
109           <item row="3" column="1" colspan="2">
110            <widget class="QLabel" name="frameBorderLabel">
111             <property name="text">
112              <string>Borderline width</string>
113             </property>
114            </widget>
115           </item>
116           <item row="2" column="0">
117            <widget class="QSpinBox" name="framePaddingSpinBox">
118             <property name="maximum">
119              <number>50</number>
120             </property>
121            </widget>
122           </item>
123           <item row="3" column="0">
124            <widget class="QSpinBox" name="frameWidthSpinBox">
125             <property name="minimum">
126              <number>1</number>
127             </property>
128             <property name="maximum">
129              <number>20</number>
130             </property>
131            </widget>
132           </item>
133           <item row="1" column="0" colspan="3">
134            <widget class="QCheckBox" name="includeChildrenCheckBox">
135             <property name="text">
136              <string>Include children</string>
137             </property>
138            </widget>
139           </item>
140          </layout>
141         </widget>
142        </item>
143        <item>
144         <layout class="QVBoxLayout">
145          <property name="spacing">
146           <number>6</number>
147          </property>
148          <property name="leftMargin">
149           <number>0</number>
150          </property>
151          <property name="topMargin">
152           <number>0</number>
153          </property>
154          <property name="rightMargin">
155           <number>0</number>
156          </property>
157          <property name="bottomMargin">
158           <number>0</number>
159          </property>
160          <item>
161           <widget class="QGroupBox" name="colorGroupBox">
162            <property name="sizePolicy">
163             <sizepolicy hsizetype="Expanding" vsizetype="Preferred">
164              <horstretch>0</horstretch>
165              <verstretch>0</verstretch>
166             </sizepolicy>
167            </property>
168            <property name="title">
169             <string>Colors</string>
170            </property>
171            <layout class="QGridLayout">
172             <property name="leftMargin">
173              <number>7</number>
174             </property>
175             <property name="topMargin">
176              <number>7</number>
177             </property>
178             <property name="rightMargin">
179              <number>7</number>
180             </property>
181             <property name="bottomMargin">
182              <number>7</number>
183             </property>
184             <property name="spacing">
185              <number>6</number>
186             </property>
187             <item row="0" column="0">
188              <widget class="QPushButton" name="framePenColorButton">
189               <property name="maximumSize">
190                <size>
191                 <width>20</width>
192                 <height>16777215</height>
193                </size>
194               </property>
195               <property name="text">
196                <string/>
197               </property>
198              </widget>
199             </item>
200             <item row="0" column="1">
201              <widget class="QLabel" name="penColorLabelDesc">
202               <property name="sizePolicy">
203                <sizepolicy hsizetype="Expanding" vsizetype="Preferred">
204                 <horstretch>0</horstretch>
205                 <verstretch>0</verstretch>
206                </sizepolicy>
207               </property>
208               <property name="text">
209                <string>Borderline color</string>
210               </property>
211               <property name="buddy">
212                <cstring>framePenColorButton</cstring>
213               </property>
214              </widget>
215             </item>
216             <item row="1" column="0">
217              <widget class="QPushButton" name="frameBrushColorButton">
218               <property name="maximumSize">
219                <size>
220                 <width>20</width>
221                 <height>16777215</height>
222                </size>
223               </property>
224               <property name="text">
225                <string/>
226               </property>
227              </widget>
228             </item>
229             <item row="1" column="1">
230              <widget class="QLabel" name="brushColorLabelDesc">
231               <property name="text">
232                <string>Background color</string>
233               </property>
234               <property name="buddy">
235                <cstring>frameBrushColorButton</cstring>
236               </property>
237              </widget>
238             </item>
239             <item row="0" column="2">
240              <spacer>
241               <property name="orientation">
242                <enum>Qt::Horizontal</enum>
243               </property>
244               <property name="sizeHint" stdset="0">
245                <size>
246                 <width>40</width>
247                 <height>20</height>
248                </size>
249               </property>
250              </spacer>
251             </item>
252            </layout>
253           </widget>
254          </item>
255         </layout>
256        </item>
257       </layout>
258      </widget>
259      <widget class="QWidget" name="Layout">
260       <attribute name="title">
261        <string>Layout</string>
262       </attribute>
263       <layout class="QVBoxLayout">
264        <item>
265         <layout class="QVBoxLayout">
266          <item>
267           <widget class="QCheckBox" name="incImgHor">
268            <property name="text">
269             <string>Include images horizontally</string>
270            </property>
271           </widget>
272          </item>
273          <item>
274           <widget class="QCheckBox" name="incImgVer">
275            <property name="text">
276             <string>Include images vertically</string>
277            </property>
278           </widget>
279          </item>
280          <item>
281           <widget class="QCheckBox" name="childrenFreePositioning">
282            <property name="text">
283             <string>Free positioning of children (experimental!)</string>
284            </property>
285           </widget>
286          </item>
287         </layout>
288        </item>
289        <item>
290         <spacer>
291          <property name="orientation">
292           <enum>Qt::Vertical</enum>
293          </property>
294          <property name="sizeHint" stdset="0">
295           <size>
296            <width>20</width>
297            <height>40</height>
298           </size>
299          </property>
300         </spacer>
301        </item>
302       </layout>
303      </widget>
304      <widget class="QWidget" name="tab_2">
305       <attribute name="title">
306        <string>Link</string>
307       </attribute>
308       <layout class="QVBoxLayout">
309        <item>
310         <widget class="QCheckBox" name="hideLinkIfUnselected">
311          <property name="text">
312           <string>Hide link if unselected</string>
313          </property>
314         </widget>
315        </item>
316        <item>
317         <spacer>
318          <property name="orientation">
319           <enum>Qt::Vertical</enum>
320          </property>
321          <property name="sizeHint" stdset="0">
322           <size>
323            <width>20</width>
324            <height>40</height>
325           </size>
326          </property>
327         </spacer>
328        </item>
329       </layout>
330      </widget>
331      <widget class="QWidget" name="tab_3">
332       <attribute name="title">
333        <string>Attributes</string>
334       </attribute>
335       <layout class="QVBoxLayout">
336        <item>
337         <widget class="QTableView" name="attributeTableView"/>
338        </item>
339        <item>
340         <layout class="QHBoxLayout">
341          <property name="spacing">
342           <number>6</number>
343          </property>
344          <property name="leftMargin">
345           <number>0</number>
346          </property>
347          <property name="topMargin">
348           <number>0</number>
349          </property>
350          <property name="rightMargin">
351           <number>0</number>
352          </property>
353          <property name="bottomMargin">
354           <number>0</number>
355          </property>
356          <item>
357           <widget class="QPushButton" name="addAttributeButton">
358            <property name="text">
359             <string>+</string>
360            </property>
361           </widget>
362          </item>
363          <item>
364           <widget class="QPushButton" name="deleteAttributeButton">
365            <property name="text">
366             <string>-</string>
367            </property>
368           </widget>
369          </item>
370          <item>
371           <spacer>
372            <property name="orientation">
373             <enum>Qt::Horizontal</enum>
374            </property>
375            <property name="sizeHint" stdset="0">
376             <size>
377              <width>41</width>
378              <height>31</height>
379             </size>
380            </property>
381           </spacer>
382          </item>
383         </layout>
384        </item>
385       </layout>
386      </widget>
387     </widget>
388    </item>
389    <item>
390     <spacer name="verticalSpacer">
391      <property name="orientation">
392       <enum>Qt::Vertical</enum>
393      </property>
394      <property name="sizeHint" stdset="0">
395       <size>
396        <width>20</width>
397        <height>40</height>
398       </size>
399      </property>
400     </spacer>
401    </item>
402   </layout>
403  </widget>
404  <resources/>
405  <connections/>
406 </ui>