eric7/Preferences/ConfigurationPages/EditorFilePage.ui

branch
eric7
changeset 9139
09f9c49c34bc
parent 8312
800c432b34c8
--- a/eric7/Preferences/ConfigurationPages/EditorFilePage.ui	Mon Jun 06 17:44:51 2022 +0200
+++ b/eric7/Preferences/ConfigurationPages/EditorFilePage.ui	Mon Jun 06 18:14:32 2022 +0200
@@ -566,38 +566,14 @@
           </layout>
          </item>
          <item>
-          <layout class="QGridLayout" name="gridLayout_5">
-           <item row="0" column="0">
-            <widget class="QCheckBox" name="previewMarkdownNLtoBreakCheckBox">
-             <property name="toolTip">
-              <string>Select this to convert a new line character to an HTML &amp;lt;br/&amp;gt; tag.</string>
-             </property>
-             <property name="text">
-              <string>Convert New Line to HTML Break</string>
-             </property>
-            </widget>
-           </item>
-           <item row="1" column="0">
-            <widget class="QCheckBox" name="previewMarkdownMathJaxCheckBox">
-             <property name="toolTip">
-              <string>Select to enable Math support using MathJax</string>
-             </property>
-             <property name="text">
-              <string>Enable Math support</string>
-             </property>
-            </widget>
-           </item>
-           <item row="1" column="1">
-            <widget class="QCheckBox" name="previewMarkdownMermaidCheckBox">
-             <property name="toolTip">
-              <string>Select to enable Graph support using Mermaid</string>
-             </property>
-             <property name="text">
-              <string>Enable Graph support</string>
-             </property>
-            </widget>
-           </item>
-          </layout>
+          <widget class="QCheckBox" name="previewMarkdownNLtoBreakCheckBox">
+           <property name="toolTip">
+            <string>Select this to convert a new line character to an HTML &amp;lt;br/&amp;gt; tag.</string>
+           </property>
+           <property name="text">
+            <string>Convert New Line to HTML Break</string>
+           </property>
+          </widget>
          </item>
          <item>
           <layout class="QHBoxLayout" name="horizontalLayout_6">
@@ -640,6 +616,40 @@
            </item>
           </layout>
          </item>
+         <item>
+          <layout class="QGridLayout" name="gridLayout_5">
+           <item row="0" column="0">
+            <widget class="QCheckBox" name="previewMarkdownMathJaxCheckBox">
+             <property name="toolTip">
+              <string>Select to enable Math support using MathJax</string>
+             </property>
+             <property name="text">
+              <string>Enable Math support</string>
+             </property>
+            </widget>
+           </item>
+           <item row="0" column="1">
+            <widget class="QCheckBox" name="previewMarkdownMermaidCheckBox">
+             <property name="toolTip">
+              <string>Select to enable Graph support using Mermaid</string>
+             </property>
+             <property name="text">
+              <string>Enable Graph support</string>
+             </property>
+            </widget>
+           </item>
+           <item row="1" column="0" colspan="2">
+            <widget class="QLabel" name="TextLabel1_2_2_3">
+             <property name="text">
+              <string>&lt;font color=&quot;#FF0000&quot;&gt;&lt;b&gt;Warning:&lt;/b&gt; Activating the above options will download files via CDNs causing your&lt;br/&gt;IP address to be exposed.&lt;/font&gt;</string>
+             </property>
+             <property name="wordWrap">
+              <bool>true</bool>
+             </property>
+            </widget>
+           </item>
+          </layout>
+         </item>
         </layout>
        </widget>
       </item>

eric ide

mercurial