diff -r 54c614d91eff -r c5bcafe3485c src/eric7/Preferences/ConfigurationPages/MicroPythonPage.ui --- a/src/eric7/Preferences/ConfigurationPages/MicroPythonPage.ui Fri Apr 28 12:07:41 2023 +0200 +++ b/src/eric7/Preferences/ConfigurationPages/MicroPythonPage.ui Tue May 02 12:01:40 2023 +0200 @@ -7,7 +7,7 @@ <x>0</x> <y>0</y> <width>541</width> - <height>2038</height> + <height>2150</height> </rect> </property> <layout class="QVBoxLayout" name="verticalLayout_3"> @@ -78,18 +78,18 @@ <item> <widget class="QGroupBox" name="groupBox_2"> <property name="title"> - <string>Serial Link</string> + <string>Device Communication</string> </property> <layout class="QGridLayout" name="gridLayout_2"> <item row="0" column="0"> <widget class="QLabel" name="label_2"> <property name="text"> - <string>Timeout for Serial Link Communication:</string> + <string>Serial Link Timeout:</string> </property> </widget> </item> <item row="0" column="1"> - <widget class="QSpinBox" name="timeoutSpinBox"> + <widget class="QSpinBox" name="serialTimeoutSpinBox"> <property name="toolTip"> <string>Enter the timout value</string> </property> @@ -120,7 +120,42 @@ </property> </spacer> </item> - <item row="1" column="0" colspan="3"> + <item row="1" column="0"> + <widget class="QLabel" name="label_33"> + <property name="text"> + <string>WebRepl Timeout:</string> + </property> + </widget> + </item> + <item row="1" column="1"> + <widget class="QSpinBox" name="webreplTimeoutSpinBox"> + <property name="toolTip"> + <string>Enter the timout value</string> + </property> + <property name="alignment"> + <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set> + </property> + <property name="suffix"> + <string> s</string> + </property> + <property name="minimum"> + <number>1</number> + </property> + <property name="maximum"> + <number>30</number> + </property> + </widget> + </item> + </layout> + </widget> + </item> + <item> + <widget class="QGroupBox" name="groupBox_19"> + <property name="title"> + <string>Device Time</string> + </property> + <layout class="QHBoxLayout" name="horizontalLayout_9"> + <item> <widget class="QCheckBox" name="syncTimeCheckBox"> <property name="sizePolicy"> <sizepolicy hsizetype="Expanding" vsizetype="Fixed"> @@ -1004,7 +1039,8 @@ <tabstops> <tabstop>workspacePicker</tabstop> <tabstop>manualSelectionCheckBox</tabstop> - <tabstop>timeoutSpinBox</tabstop> + <tabstop>serialTimeoutSpinBox</tabstop> + <tabstop>webreplTimeoutSpinBox</tabstop> <tabstop>syncTimeCheckBox</tabstop> <tabstop>colorSchemeComboBox</tabstop> <tabstop>replWrapCheckBox</tabstop>