32 <item> |
32 <item> |
33 <widget class="QSplitter" name="splitter"> |
33 <widget class="QSplitter" name="splitter"> |
34 <property name="orientation"> |
34 <property name="orientation"> |
35 <enum>Qt::Vertical</enum> |
35 <enum>Qt::Vertical</enum> |
36 </property> |
36 </property> |
37 <widget class="QTextEdit" name="contents"> |
37 <widget class="QPlainTextEdit" name="contents"> |
38 <property name="whatsThis"> |
38 <property name="whatsThis"> |
39 <string><b>Git Diff</b><p>This shows the output of the git diff command.</p></string> |
39 <string><b>Git Diff</b><p>This shows the output of the git diff command.</p></string> |
40 </property> |
40 </property> |
41 <property name="lineWrapMode"> |
41 <property name="lineWrapMode"> |
42 <enum>QTextEdit::NoWrap</enum> |
42 <enum>QPlainTextEdit::NoWrap</enum> |
43 </property> |
43 </property> |
44 <property name="readOnly"> |
44 <property name="readOnly"> |
45 <bool>true</bool> |
45 <bool>true</bool> |
46 </property> |
46 </property> |
47 <property name="tabStopWidth"> |
47 <property name="tabStopWidth"> |
48 <number>8</number> |
48 <number>8</number> |
49 </property> |
49 </property> |
50 <property name="acceptRichText"> |
|
51 <bool>false</bool> |
|
52 </property> |
|
53 </widget> |
50 </widget> |
54 <widget class="QTextEdit" name="contents2"> |
51 <widget class="QPlainTextEdit" name="contents2"> |
55 <property name="whatsThis"> |
52 <property name="whatsThis"> |
56 <string><b>Git Diff</b><p>This shows the output of the git diff command (stage to repo) if the dialog was asked to show separate diffs.</p></string> |
53 <string><b>Git Diff</b><p>This shows the output of the git diff command (stage to repo) if the dialog was asked to show separate diffs.</p></string> |
57 </property> |
54 </property> |
58 <property name="lineWrapMode"> |
55 <property name="lineWrapMode"> |
59 <enum>QTextEdit::NoWrap</enum> |
56 <enum>QPlainTextEdit::NoWrap</enum> |
60 </property> |
57 </property> |
61 <property name="readOnly"> |
58 <property name="readOnly"> |
62 <bool>true</bool> |
59 <bool>true</bool> |
63 </property> |
60 </property> |
64 <property name="tabStopWidth"> |
61 <property name="tabStopWidth"> |
65 <number>8</number> |
62 <number>8</number> |
66 </property> |
|
67 <property name="acceptRichText"> |
|
68 <bool>false</bool> |
|
69 </property> |
63 </property> |
70 </widget> |
64 </widget> |
71 </widget> |
65 </widget> |
72 </item> |
66 </item> |
73 </layout> |
67 </layout> |