src/eric7/Preferences/ConfigurationPages/MimeTypesPage.ui

branch
eric7
changeset 10929
edfd452bb9be
parent 9563
8ee667840224
--- a/src/eric7/Preferences/ConfigurationPages/MimeTypesPage.ui	Thu Sep 26 15:49:36 2024 +0200
+++ b/src/eric7/Preferences/ConfigurationPages/MimeTypesPage.ui	Fri Sep 27 09:48:07 2024 +0200
@@ -7,7 +7,7 @@
     <x>0</x>
     <y>0</y>
     <width>480</width>
-    <height>515</height>
+    <height>510</height>
    </rect>
   </property>
   <layout class="QVBoxLayout" name="verticalLayout_3">
@@ -88,13 +88,23 @@
    <item>
     <widget class="QCheckBox" name="loadUnknownCheckBox">
      <property name="toolTip">
-      <string>Load files whose type cannot be determined as being text.</string>
+      <string>Load files whose type cannot be determined.</string>
      </property>
      <property name="text">
       <string>Load files of unknown type</string>
      </property>
     </widget>
    </item>
+   <item>
+    <widget class="QCheckBox" name="askUserCheckBox">
+     <property name="toolTip">
+      <string>Select to ask the user, if a files type cannot be detected as being a text file.</string>
+     </property>
+     <property name="text">
+      <string>Ask User</string>
+     </property>
+    </widget>
+   </item>
   </layout>
  </widget>
  <customwidgets>

eric ide

mercurial