|
1 <ui version="4.0" > |
|
2 <class>SvnDialog</class> |
|
3 <widget class="QDialog" name="SvnDialog" > |
|
4 <property name="geometry" > |
|
5 <rect> |
|
6 <x>0</x> |
|
7 <y>0</y> |
|
8 <width>593</width> |
|
9 <height>499</height> |
|
10 </rect> |
|
11 </property> |
|
12 <property name="windowTitle" > |
|
13 <string>Subversion</string> |
|
14 </property> |
|
15 <property name="sizeGripEnabled" > |
|
16 <bool>true</bool> |
|
17 </property> |
|
18 <layout class="QVBoxLayout" > |
|
19 <item> |
|
20 <widget class="QGroupBox" name="outputGroup" > |
|
21 <property name="sizePolicy" > |
|
22 <sizepolicy vsizetype="Expanding" hsizetype="Preferred" > |
|
23 <horstretch>0</horstretch> |
|
24 <verstretch>3</verstretch> |
|
25 </sizepolicy> |
|
26 </property> |
|
27 <property name="title" > |
|
28 <string>Output</string> |
|
29 </property> |
|
30 <layout class="QVBoxLayout" > |
|
31 <item> |
|
32 <widget class="QTextEdit" name="resultbox" > |
|
33 <property name="focusPolicy" > |
|
34 <enum>Qt::NoFocus</enum> |
|
35 </property> |
|
36 <property name="readOnly" > |
|
37 <bool>true</bool> |
|
38 </property> |
|
39 <property name="acceptRichText" > |
|
40 <bool>false</bool> |
|
41 </property> |
|
42 </widget> |
|
43 </item> |
|
44 </layout> |
|
45 </widget> |
|
46 </item> |
|
47 <item> |
|
48 <widget class="QGroupBox" name="errorGroup" > |
|
49 <property name="sizePolicy" > |
|
50 <sizepolicy vsizetype="Expanding" hsizetype="Preferred" > |
|
51 <horstretch>0</horstretch> |
|
52 <verstretch>1</verstretch> |
|
53 </sizepolicy> |
|
54 </property> |
|
55 <property name="title" > |
|
56 <string>Errors</string> |
|
57 </property> |
|
58 <layout class="QVBoxLayout" > |
|
59 <item> |
|
60 <widget class="QTextEdit" name="errors" > |
|
61 <property name="focusPolicy" > |
|
62 <enum>Qt::NoFocus</enum> |
|
63 </property> |
|
64 <property name="readOnly" > |
|
65 <bool>true</bool> |
|
66 </property> |
|
67 <property name="acceptRichText" > |
|
68 <bool>false</bool> |
|
69 </property> |
|
70 </widget> |
|
71 </item> |
|
72 </layout> |
|
73 </widget> |
|
74 </item> |
|
75 <item> |
|
76 <widget class="QDialogButtonBox" name="buttonBox" > |
|
77 <property name="orientation" > |
|
78 <enum>Qt::Horizontal</enum> |
|
79 </property> |
|
80 <property name="standardButtons" > |
|
81 <set>QDialogButtonBox::Cancel|QDialogButtonBox::Close</set> |
|
82 </property> |
|
83 </widget> |
|
84 </item> |
|
85 </layout> |
|
86 </widget> |
|
87 <layoutdefault spacing="6" margin="11" /> |
|
88 <pixmapfunction>qPixmapFromMimeSource</pixmapfunction> |
|
89 <resources/> |
|
90 <connections/> |
|
91 </ui> |