Tue, 10 Dec 2024 15:49:02 +0100
Updated copyright for 2025.
<?xml version="1.0" encoding="UTF-8"?> <ui version="4.0"> <class>TimeTrackerPage</class> <widget class="QWidget" name="TimeTrackerPage"> <property name="geometry"> <rect> <x>0</x> <y>0</y> <width>495</width> <height>253</height> </rect> </property> <layout class="QVBoxLayout" name="verticalLayout"> <item> <widget class="QLabel" name="headerLabel"> <property name="text"> <string><b>Configure Time Tracker</b></string> </property> </widget> </item> <item> <widget class="Line" name="line15"> <property name="frameShape"> <enum>QFrame::HLine</enum> </property> <property name="frameShadow"> <enum>QFrame::Sunken</enum> </property> <property name="orientation"> <enum>Qt::Horizontal</enum> </property> </widget> </item> <item> <layout class="QGridLayout" name="gridLayout"> <item row="0" column="0"> <widget class="QLabel" name="label"> <property name="text"> <string>Minimum Duration:</string> </property> </widget> </item> <item row="0" column="1"> <widget class="QSpinBox" name="durationSpinBox"> <property name="toolTip"> <string>Enter the value of the minimum duration for a valid tracker entry</string> </property> <property name="suffix"> <string> min</string> </property> <property name="minimum"> <number>1</number> </property> <property name="maximum"> <number>9</number> </property> </widget> </item> <item row="0" column="2"> <spacer name="horizontalSpacer"> <property name="orientation"> <enum>Qt::Horizontal</enum> </property> <property name="sizeHint" stdset="0"> <size> <width>78</width> <height>20</height> </size> </property> </spacer> </item> <item row="1" column="0" colspan="3"> <widget class="QCheckBox" name="autosaveCheckBox"> <property name="toolTip"> <string>Select to save automatically whenever a tracker is stopped</string> </property> <property name="text"> <string>Auto Save Enabled</string> </property> </widget> </item> <item row="2" column="0" colspan="3"> <widget class="QCheckBox" name="duplicatesCheckBox"> <property name="toolTip"> <string>Select to allow multiple entries with the same start date and time</string> </property> <property name="text"> <string>Allow entries with identical start date and time</string> </property> </widget> </item> </layout> </item> <item> <spacer name="verticalSpacer"> <property name="orientation"> <enum>Qt::Vertical</enum> </property> <property name="sizeHint" stdset="0"> <size> <width>20</width> <height>274</height> </size> </property> </spacer> </item> </layout> </widget> <resources/> <connections/> </ui>