|
1 <?xml version="1.0" encoding="UTF-8"?> |
|
2 <ui version="4.0"> |
|
3 <class>FormattingDiffWidget</class> |
|
4 <widget class="QWidget" name="FormattingDiffWidget"> |
|
5 <property name="geometry"> |
|
6 <rect> |
|
7 <x>0</x> |
|
8 <y>0</y> |
|
9 <width>700</width> |
|
10 <height>700</height> |
|
11 </rect> |
|
12 </property> |
|
13 <property name="windowTitle"> |
|
14 <string>Reformatting Differences</string> |
|
15 </property> |
|
16 <layout class="QVBoxLayout" name="verticalLayout"> |
|
17 <item> |
|
18 <widget class="QPlainTextEdit" name="diffEdit"> |
|
19 <property name="lineWrapMode"> |
|
20 <enum>QPlainTextEdit::NoWrap</enum> |
|
21 </property> |
|
22 <property name="readOnly"> |
|
23 <bool>true</bool> |
|
24 </property> |
|
25 <property name="tabStopDistance"> |
|
26 <double>8.000000000000000</double> |
|
27 </property> |
|
28 </widget> |
|
29 </item> |
|
30 <item> |
|
31 <widget class="QDialogButtonBox" name="buttonBox"> |
|
32 <property name="standardButtons"> |
|
33 <set>QDialogButtonBox::Close</set> |
|
34 </property> |
|
35 </widget> |
|
36 </item> |
|
37 </layout> |
|
38 </widget> |
|
39 <resources/> |
|
40 <connections> |
|
41 <connection> |
|
42 <sender>buttonBox</sender> |
|
43 <signal>rejected()</signal> |
|
44 <receiver>FormattingDiffWidget</receiver> |
|
45 <slot>close()</slot> |
|
46 <hints> |
|
47 <hint type="sourcelabel"> |
|
48 <x>447</x> |
|
49 <y>680</y> |
|
50 </hint> |
|
51 <hint type="destinationlabel"> |
|
52 <x>598</x> |
|
53 <y>639</y> |
|
54 </hint> |
|
55 </hints> |
|
56 </connection> |
|
57 </connections> |
|
58 </ui> |