PipxInterface/ConfigurationPage/PipxPage.ui

changeset 83
d841c572a465
parent 32
b7a3ae7519ba
--- a/PipxInterface/ConfigurationPage/PipxPage.ui	Tue Sep 17 11:04:00 2024 +0200
+++ b/PipxInterface/ConfigurationPage/PipxPage.ui	Tue Sep 17 11:35:31 2024 +0200
@@ -7,7 +7,7 @@
     <x>0</x>
     <y>0</y>
     <width>548</width>
-    <height>383</height>
+    <height>416</height>
    </rect>
   </property>
   <layout class="QVBoxLayout" name="verticalLayout_3">
@@ -86,6 +86,55 @@
         </property>
        </widget>
       </item>
+      <item>
+       <layout class="QHBoxLayout" name="horizontalLayout">
+        <item>
+         <widget class="QLabel" name="label_2">
+          <property name="text">
+           <string>Periodic Check Interval:</string>
+          </property>
+         </widget>
+        </item>
+        <item>
+         <widget class="QSpinBox" name="periodicCheckOutdatedSpinBox">
+          <property name="toolTip">
+           <string>&lt;p&gt;Enter the interval in hours for a periodic check for outdated packages (1 &amp;le; value &amp;le; 24; 0 = disabled).&lt;/p&gt;</string>
+          </property>
+          <property name="alignment">
+           <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
+          </property>
+          <property name="specialValueText">
+           <string>disabled</string>
+          </property>
+          <property name="showGroupSeparator" stdset="0">
+           <bool>true</bool>
+          </property>
+          <property name="suffix">
+           <string> hours</string>
+          </property>
+          <property name="maximum">
+           <number>24</number>
+          </property>
+          <property name="value">
+           <number>1</number>
+          </property>
+         </widget>
+        </item>
+        <item>
+         <spacer name="horizontalSpacer">
+          <property name="orientation">
+           <enum>Qt::Horizontal</enum>
+          </property>
+          <property name="sizeHint" stdset="0">
+           <size>
+            <width>40</width>
+            <height>20</height>
+           </size>
+          </property>
+         </spacer>
+        </item>
+       </layout>
+      </item>
      </layout>
     </widget>
    </item>
@@ -153,6 +202,7 @@
   <tabstop>indexEdit</tabstop>
   <tabstop>autoCheckOutdatedCheckBox</tabstop>
   <tabstop>outdatedDependenciesCheckBox</tabstop>
+  <tabstop>periodicCheckOutdatedSpinBox</tabstop>
   <tabstop>recentWorkdirsSpinBox</tabstop>
  </tabstops>
  <resources/>

eric ide

mercurial