eric6/Preferences/ConfigurationPages/MicroPythonPage.ui

branch
micropython
changeset 7135
44fcfc99b864
parent 7099
89f11ae6bec3
child 7140
22f5fd76c10f
--- a/eric6/Preferences/ConfigurationPages/MicroPythonPage.ui	Tue Aug 13 15:51:35 2019 +0200
+++ b/eric6/Preferences/ConfigurationPages/MicroPythonPage.ui	Tue Aug 13 16:28:43 2019 +0200
@@ -36,15 +36,15 @@
      <property name="title">
       <string>Serial Link</string>
      </property>
-     <layout class="QHBoxLayout" name="horizontalLayout">
-      <item>
+     <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>
         </property>
        </widget>
       </item>
-      <item>
+      <item row="0" column="1">
        <widget class="QSpinBox" name="timeoutSpinBox">
         <property name="toolTip">
          <string>Enter the timout value</string>
@@ -63,7 +63,7 @@
         </property>
        </widget>
       </item>
-      <item>
+      <item row="0" column="2">
        <spacer name="horizontalSpacer">
         <property name="orientation">
          <enum>Qt::Horizontal</enum>
@@ -76,6 +76,22 @@
         </property>
        </spacer>
       </item>
+      <item row="1" column="0" colspan="3">
+       <widget class="QCheckBox" name="syncTimeCheckBox">
+        <property name="sizePolicy">
+         <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
+          <horstretch>0</horstretch>
+          <verstretch>0</verstretch>
+         </sizepolicy>
+        </property>
+        <property name="toolTip">
+         <string>Select to synchronize the time after connection is established</string>
+        </property>
+        <property name="text">
+         <string>Synchronize Time at Connect</string>
+        </property>
+       </widget>
+      </item>
      </layout>
     </widget>
    </item>
@@ -135,6 +151,7 @@
  </widget>
  <tabstops>
   <tabstop>timeoutSpinBox</tabstop>
+  <tabstop>syncTimeCheckBox</tabstop>
   <tabstop>colorSchemeComboBox</tabstop>
   <tabstop>replWrapCheckBox</tabstop>
  </tabstops>

eric ide

mercurial