src/eric7/Preferences/ConfigurationPages/EditorStylesPage.ui

branch
eric7
changeset 10279
e6e270b705c2
parent 10135
36839e2c6945
diff -r e26fa3b06f4f -r e6e270b705c2 src/eric7/Preferences/ConfigurationPages/EditorStylesPage.ui
--- a/src/eric7/Preferences/ConfigurationPages/EditorStylesPage.ui	Thu Nov 02 16:43:22 2023 +0100
+++ b/src/eric7/Preferences/ConfigurationPages/EditorStylesPage.ui	Fri Nov 03 19:36:14 2023 +0100
@@ -1390,7 +1390,7 @@
      <property name="title">
       <string>Annotations</string>
      </property>
-     <layout class="QGridLayout" name="gridLayout_8">
+     <layout class="QGridLayout" name="gridLayout_2">
       <item row="0" column="0" colspan="2">
        <widget class="QCheckBox" name="enableAnnotationsCheckBox">
         <property name="statusTip">
@@ -1536,6 +1536,51 @@
         </layout>
        </widget>
       </item>
+      <item row="2" column="1">
+       <widget class="QGroupBox" name="annotationsInformationGroup">
+        <property name="title">
+         <string>Information</string>
+        </property>
+        <layout class="QGridLayout" name="gridLayout_8">
+         <item row="0" column="0">
+          <widget class="QPushButton" name="annotationsInformationFgButton">
+           <property name="toolTip">
+            <string>Press to select the foreground color</string>
+           </property>
+           <property name="text">
+            <string>Foreground</string>
+           </property>
+          </widget>
+         </item>
+         <item row="0" column="1">
+          <widget class="QPushButton" name="annotationsInformationBgButton">
+           <property name="toolTip">
+            <string>Press to select the background color</string>
+           </property>
+           <property name="text">
+            <string>Background</string>
+           </property>
+          </widget>
+         </item>
+         <item row="1" column="0" colspan="2">
+          <widget class="QLineEdit" name="annotationsInformationSample">
+           <property name="focusPolicy">
+            <enum>Qt::NoFocus</enum>
+           </property>
+           <property name="text">
+            <string>Info: There is an information.</string>
+           </property>
+           <property name="alignment">
+            <set>Qt::AlignHCenter</set>
+           </property>
+           <property name="readOnly">
+            <bool>true</bool>
+           </property>
+          </widget>
+         </item>
+        </layout>
+       </widget>
+      </item>
      </layout>
     </widget>
    </item>
@@ -2303,6 +2348,8 @@
   <tabstop>annotationsErrorBgButton</tabstop>
   <tabstop>annotationsStyleWarningFgButton</tabstop>
   <tabstop>annotationsStyleWarningBgButton</tabstop>
+  <tabstop>annotationsInformationFgButton</tabstop>
+  <tabstop>annotationsInformationBgButton</tabstop>
   <tabstop>enableChangeTraceCheckBox</tabstop>
   <tabstop>changeTraceTimeoutSpinBox</tabstop>
   <tabstop>changeMarkerUnsavedColorButton</tabstop>

eric ide

mercurial