Plugins/VcsPlugins/vcsSubversion/SvnDiffDialog.ui

changeset 0
de9c2efb9d02
child 1280
44512c4eb555
equal deleted inserted replaced
-1:000000000000 0:de9c2efb9d02
1 <ui version="4.0" >
2 <class>SvnDiffDialog</class>
3 <widget class="QWidget" name="SvnDiffDialog" >
4 <property name="geometry" >
5 <rect>
6 <x>0</x>
7 <y>0</y>
8 <width>749</width>
9 <height>646</height>
10 </rect>
11 </property>
12 <property name="windowTitle" >
13 <string>Subversion Diff</string>
14 </property>
15 <layout class="QVBoxLayout" >
16 <item>
17 <widget class="QGroupBox" name="contentsGroup" >
18 <property name="sizePolicy" >
19 <sizepolicy vsizetype="Preferred" hsizetype="Preferred" >
20 <horstretch>0</horstretch>
21 <verstretch>3</verstretch>
22 </sizepolicy>
23 </property>
24 <property name="title" >
25 <string>Difference</string>
26 </property>
27 <layout class="QVBoxLayout" >
28 <item>
29 <widget class="QTextEdit" name="contents" >
30 <property name="focusPolicy" >
31 <enum>Qt::NoFocus</enum>
32 </property>
33 <property name="whatsThis" >
34 <string>&lt;b>Subversion Diff&lt;/b>&lt;p>This shows the output of the svn diff command.&lt;/p></string>
35 </property>
36 <property name="lineWrapMode" >
37 <enum>QTextEdit::NoWrap</enum>
38 </property>
39 <property name="readOnly" >
40 <bool>true</bool>
41 </property>
42 <property name="tabStopWidth" >
43 <number>8</number>
44 </property>
45 <property name="acceptRichText" >
46 <bool>false</bool>
47 </property>
48 </widget>
49 </item>
50 </layout>
51 </widget>
52 </item>
53 <item>
54 <widget class="QGroupBox" name="errorGroup" >
55 <property name="sizePolicy" >
56 <sizepolicy vsizetype="Expanding" hsizetype="Preferred" >
57 <horstretch>0</horstretch>
58 <verstretch>1</verstretch>
59 </sizepolicy>
60 </property>
61 <property name="title" >
62 <string>Errors</string>
63 </property>
64 <layout class="QVBoxLayout" >
65 <item>
66 <widget class="QTextEdit" name="errors" >
67 <property name="focusPolicy" >
68 <enum>Qt::NoFocus</enum>
69 </property>
70 <property name="readOnly" >
71 <bool>true</bool>
72 </property>
73 <property name="acceptRichText" >
74 <bool>false</bool>
75 </property>
76 </widget>
77 </item>
78 </layout>
79 </widget>
80 </item>
81 <item>
82 <widget class="QGroupBox" name="inputGroup" >
83 <property name="title" >
84 <string>Input</string>
85 </property>
86 <layout class="QGridLayout" >
87 <item row="1" column="1" >
88 <spacer>
89 <property name="orientation" >
90 <enum>Qt::Horizontal</enum>
91 </property>
92 <property name="sizeType" >
93 <enum>QSizePolicy::Expanding</enum>
94 </property>
95 <property name="sizeHint" stdset="0" >
96 <size>
97 <width>327</width>
98 <height>29</height>
99 </size>
100 </property>
101 </spacer>
102 </item>
103 <item row="1" column="2" >
104 <widget class="QPushButton" name="sendButton" >
105 <property name="toolTip" >
106 <string>Press to send the input to the subversion process</string>
107 </property>
108 <property name="text" >
109 <string>&amp;Send</string>
110 </property>
111 <property name="shortcut" >
112 <string>Alt+S</string>
113 </property>
114 </widget>
115 </item>
116 <item row="0" column="0" colspan="3" >
117 <widget class="QLineEdit" name="input" >
118 <property name="toolTip" >
119 <string>Enter data to be sent to the subversion process</string>
120 </property>
121 </widget>
122 </item>
123 <item row="1" column="0" >
124 <widget class="QCheckBox" name="passwordCheckBox" >
125 <property name="toolTip" >
126 <string>Select to switch the input field to password mode</string>
127 </property>
128 <property name="text" >
129 <string>&amp;Password Mode</string>
130 </property>
131 <property name="shortcut" >
132 <string>Alt+P</string>
133 </property>
134 </widget>
135 </item>
136 </layout>
137 </widget>
138 </item>
139 <item>
140 <widget class="QDialogButtonBox" name="buttonBox" >
141 <property name="orientation" >
142 <enum>Qt::Horizontal</enum>
143 </property>
144 <property name="standardButtons" >
145 <set>QDialogButtonBox::Close|QDialogButtonBox::Save</set>
146 </property>
147 </widget>
148 </item>
149 </layout>
150 </widget>
151 <resources/>
152 <connections>
153 <connection>
154 <sender>buttonBox</sender>
155 <signal>rejected()</signal>
156 <receiver>SvnDiffDialog</receiver>
157 <slot>close()</slot>
158 <hints>
159 <hint type="sourcelabel" >
160 <x>197</x>
161 <y>624</y>
162 </hint>
163 <hint type="destinationlabel" >
164 <x>201</x>
165 <y>645</y>
166 </hint>
167 </hints>
168 </connection>
169 </connections>
170 </ui>

eric ide

mercurial