eric6/Preferences/ConfigurationPages/TasksPage.ui

changeset 7663
b4d5234f92e7
parent 7537
4e2d6b12f67c
child 7749
285855999b4e
diff -r d5e4bed968b4 -r b4d5234f92e7 eric6/Preferences/ConfigurationPages/TasksPage.ui
--- a/eric6/Preferences/ConfigurationPages/TasksPage.ui	Wed Aug 12 17:10:50 2020 +0200
+++ b/eric6/Preferences/ConfigurationPages/TasksPage.ui	Thu Aug 13 16:59:03 2020 +0200
@@ -6,8 +6,8 @@
    <rect>
     <x>0</x>
     <y>0</y>
-    <width>586</width>
-    <height>475</height>
+    <width>600</width>
+    <height>678</height>
    </rect>
   </property>
   <layout class="QVBoxLayout" name="verticalLayout">
@@ -96,6 +96,34 @@
         </property>
        </widget>
       </item>
+      <item row="4" column="0">
+       <widget class="QLabel" name="textLabel4_7">
+        <property name="text">
+         <string>Test tasks:</string>
+        </property>
+       </widget>
+      </item>
+      <item row="4" column="1">
+       <widget class="QLineEdit" name="tasksMarkerTestEdit">
+        <property name="toolTip">
+         <string>Enter the tasks markers separated by a space character.</string>
+        </property>
+       </widget>
+      </item>
+      <item row="5" column="0">
+       <widget class="QLabel" name="textLabel4_6">
+        <property name="text">
+         <string>Documentation tasks:</string>
+        </property>
+       </widget>
+      </item>
+      <item row="5" column="1">
+       <widget class="QLineEdit" name="tasksMarkerDocuEdit">
+        <property name="toolTip">
+         <string>Enter the tasks markers separated by a space character.</string>
+        </property>
+       </widget>
+      </item>
      </layout>
     </widget>
    </item>
@@ -210,6 +238,52 @@
         </property>
        </widget>
       </item>
+      <item row="4" column="0">
+       <widget class="QLabel" name="textLabel1_4">
+        <property name="text">
+         <string>Test tasks:</string>
+        </property>
+       </widget>
+      </item>
+      <item row="4" column="1">
+       <widget class="QPushButton" name="tasksTestColourButton">
+        <property name="minimumSize">
+         <size>
+          <width>100</width>
+          <height>0</height>
+         </size>
+        </property>
+        <property name="toolTip">
+         <string>Select the background color for these tasks.</string>
+        </property>
+        <property name="text">
+         <string/>
+        </property>
+       </widget>
+      </item>
+      <item row="5" column="0">
+       <widget class="QLabel" name="textLabel3_5">
+        <property name="text">
+         <string>Documentation tasks:</string>
+        </property>
+       </widget>
+      </item>
+      <item row="5" column="1">
+       <widget class="QPushButton" name="tasksDocuColourButton">
+        <property name="minimumSize">
+         <size>
+          <width>100</width>
+          <height>0</height>
+         </size>
+        </property>
+        <property name="toolTip">
+         <string>Select the background color for these tasks.</string>
+        </property>
+        <property name="text">
+         <string/>
+        </property>
+       </widget>
+      </item>
      </layout>
     </widget>
    </item>
@@ -252,10 +326,14 @@
   <tabstop>tasksMarkerWarningEdit</tabstop>
   <tabstop>tasksMarkerTodoEdit</tabstop>
   <tabstop>tasksMarkerNoteEdit</tabstop>
+  <tabstop>tasksMarkerTestEdit</tabstop>
+  <tabstop>tasksMarkerDocuEdit</tabstop>
   <tabstop>tasksFixmeColourButton</tabstop>
   <tabstop>tasksWarningColourButton</tabstop>
   <tabstop>tasksTodoColourButton</tabstop>
   <tabstop>tasksNoteColourButton</tabstop>
+  <tabstop>tasksTestColourButton</tabstop>
+  <tabstop>tasksDocuColourButton</tabstop>
   <tabstop>clearCheckBox</tabstop>
  </tabstops>
  <resources/>

eric ide

mercurial