src/eric7/Preferences/ConfigurationPages/ProjectPage.ui

branch
eric7
changeset 9357
f10a57275bce
parent 9209
b99e7fd55fd3
child 9517
d73c3a1e432b
--- a/src/eric7/Preferences/ConfigurationPages/ProjectPage.ui	Mon Sep 26 14:20:25 2022 +0200
+++ b/src/eric7/Preferences/ConfigurationPages/ProjectPage.ui	Mon Sep 26 14:45:59 2022 +0200
@@ -7,7 +7,7 @@
     <x>0</x>
     <y>0</y>
     <width>602</width>
-    <height>656</height>
+    <height>894</height>
    </rect>
   </property>
   <layout class="QVBoxLayout" name="verticalLayout_3">
@@ -32,6 +32,25 @@
     </widget>
    </item>
    <item>
+    <widget class="QGroupBox" name="groupBox_10">
+     <property name="title">
+      <string>Project</string>
+     </property>
+     <layout class="QHBoxLayout" name="horizontalLayout_3">
+      <item>
+       <widget class="QCheckBox" name="projectAutoSaveCheckBox">
+        <property name="toolTip">
+         <string>Enable to save the project file automatically whenever there is a change</string>
+        </property>
+        <property name="text">
+         <string>Save project automatically when changed</string>
+        </property>
+       </widget>
+      </item>
+     </layout>
+    </widget>
+   </item>
+   <item>
     <widget class="QGroupBox" name="groupBox_6">
      <property name="title">
       <string>Files</string>
@@ -169,7 +188,7 @@
          <string>Select, if changed forms should be compiled automatically upon a run action</string>
         </property>
         <property name="text">
-         <string>compile changed forms</string>
+         <string>Compile changed forms</string>
         </property>
        </widget>
       </item>
@@ -179,7 +198,7 @@
          <string>Select, if changed resources should be compiled automatically upon a run action</string>
         </property>
         <property name="text">
-         <string>compile changed resources</string>
+         <string>Compile changed resources</string>
         </property>
        </widget>
       </item>
@@ -189,7 +208,7 @@
          <string>Select to execute the configured 'make' command before a run action is performed</string>
         </property>
         <property name="text">
-         <string>execute make</string>
+         <string>Execute make</string>
         </property>
        </widget>
       </item>
@@ -324,6 +343,7 @@
   </layout>
  </widget>
  <tabstops>
+  <tabstop>projectAutoSaveCheckBox</tabstop>
   <tabstop>projectTimestampCheckBox</tabstop>
   <tabstop>projectSearchNewFilesRecursiveCheckBox</tabstop>
   <tabstop>projectSearchNewFilesCheckBox</tabstop>

eric ide

mercurial