--- 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><p>Enter the interval in hours for a periodic check for outdated packages (1 &le; value &le; 24; 0 = disabled).</p></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/>