eric6/Plugins/VcsPlugins/vcsGit/GitDiffDialog.ui

changeset 7779
757334671130
parent 6942
2602857055c5
--- a/eric6/Plugins/VcsPlugins/vcsGit/GitDiffDialog.ui	Mon Oct 12 17:23:15 2020 +0200
+++ b/eric6/Plugins/VcsPlugins/vcsGit/GitDiffDialog.ui	Mon Oct 12 17:39:45 2020 +0200
@@ -34,12 +34,12 @@
         <property name="orientation">
          <enum>Qt::Vertical</enum>
         </property>
-        <widget class="QTextEdit" name="contents">
+        <widget class="QPlainTextEdit" name="contents">
          <property name="whatsThis">
           <string>&lt;b&gt;Git Diff&lt;/b&gt;&lt;p&gt;This shows the output of the git diff command.&lt;/p&gt;</string>
          </property>
          <property name="lineWrapMode">
-          <enum>QTextEdit::NoWrap</enum>
+          <enum>QPlainTextEdit::NoWrap</enum>
          </property>
          <property name="readOnly">
           <bool>true</bool>
@@ -47,16 +47,13 @@
          <property name="tabStopWidth">
           <number>8</number>
          </property>
-         <property name="acceptRichText">
-          <bool>false</bool>
-         </property>
         </widget>
-        <widget class="QTextEdit" name="contents2">
+        <widget class="QPlainTextEdit" name="contents2">
          <property name="whatsThis">
           <string>&lt;b&gt;Git Diff&lt;/b&gt;&lt;p&gt;This shows the output of the git diff command (stage to repo) if the dialog was asked to show separate diffs.&lt;/p&gt;</string>
          </property>
          <property name="lineWrapMode">
-          <enum>QTextEdit::NoWrap</enum>
+          <enum>QPlainTextEdit::NoWrap</enum>
          </property>
          <property name="readOnly">
           <bool>true</bool>
@@ -64,9 +61,6 @@
          <property name="tabStopWidth">
           <number>8</number>
          </property>
-         <property name="acceptRichText">
-          <bool>false</bool>
-         </property>
         </widget>
        </widget>
       </item>

eric ide

mercurial