PipxInterface/ConfigurationPage/PipxPage.ui

changeset 32
b7a3ae7519ba
parent 16
c06fb4cb120e
child 83
d841c572a465
--- a/PipxInterface/ConfigurationPage/PipxPage.ui	Sat Jul 27 19:39:32 2024 +0200
+++ b/PipxInterface/ConfigurationPage/PipxPage.ui	Sun Jul 28 11:46:18 2024 +0200
@@ -7,10 +7,10 @@
     <x>0</x>
     <y>0</y>
     <width>548</width>
-    <height>300</height>
+    <height>383</height>
    </rect>
   </property>
-  <layout class="QVBoxLayout" name="verticalLayout_2">
+  <layout class="QVBoxLayout" name="verticalLayout_3">
    <item>
     <widget class="QLabel" name="headerLabel">
      <property name="text">
@@ -61,6 +61,35 @@
     </widget>
    </item>
    <item>
+    <widget class="QGroupBox" name="groupBox">
+     <property name="title">
+      <string>Outdated Application Packages</string>
+     </property>
+     <layout class="QVBoxLayout" name="verticalLayout_2">
+      <item>
+       <widget class="QCheckBox" name="autoCheckOutdatedCheckBox">
+        <property name="toolTip">
+         <string>Select to determine outdated packages when loading the list of installed packages.</string>
+        </property>
+        <property name="text">
+         <string>Determine outdated packages automatically</string>
+        </property>
+       </widget>
+      </item>
+      <item>
+       <widget class="QCheckBox" name="outdatedDependenciesCheckBox">
+        <property name="toolTip">
+         <string>Select to determine packages with any outdated dependencies when determining outdated packages.</string>
+        </property>
+        <property name="text">
+         <string>Determine packages with outdated dependencies</string>
+        </property>
+       </widget>
+      </item>
+     </layout>
+    </widget>
+   </item>
+   <item>
     <widget class="QGroupBox" name="groupBox_7">
      <property name="title">
       <string>Recent Application Working Directories</string>
@@ -120,6 +149,12 @@
    </item>
   </layout>
  </widget>
+ <tabstops>
+  <tabstop>indexEdit</tabstop>
+  <tabstop>autoCheckOutdatedCheckBox</tabstop>
+  <tabstop>outdatedDependenciesCheckBox</tabstop>
+  <tabstop>recentWorkdirsSpinBox</tabstop>
+ </tabstops>
  <resources/>
  <connections/>
 </ui>

eric ide

mercurial