Index: sources/gui/qml/components/IdleTimer.qml =================================================================== diff -u -r8ff1852fbcf348761fd30f878f31fa43ffa9e37c -rbce1e6f584c921c9fa6945204ed1e1d38021fbc8 --- sources/gui/qml/components/IdleTimer.qml (.../IdleTimer.qml) (revision 8ff1852fbcf348761fd30f878f31fa43ffa9e37c) +++ sources/gui/qml/components/IdleTimer.qml (.../IdleTimer.qml) (revision bce1e6f584c921c9fa6945204ed1e1d38021fbc8) @@ -5,14 +5,18 @@ * THIS CODE MAY NOT BE COPIED OR REPRODUCED IN ANY FORM, IN PART OR IN * WHOLE, WITHOUT THE EXPLICIT PERMISSION OF THE COPYRIGHT OWNER. * - * \file BaseComboBox.qml + * \file IdleTimer.qml * \author (last) Nico Ramirez * \date (last) 2-Dec-2025 * \author (original) Nico Ramirez * \date (original) 2-Dec-2025 * */ +// Description: File is used as a idle timer for any UI Page. Waits for any user interaction to reset. +// If timer timesout then idle signal is emitted. Used to move out of a page for any given idle time. + + // Qt import QtQuick 2.15