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