eric6/MicroPython/MicroPythonReplWidget.ui

branch
micropython
changeset 7095
8e10acb1cd85
parent 7082
ec199ef0cfc6
child 7103
aea236dc8002
--- a/eric6/MicroPython/MicroPythonReplWidget.ui	Sun Jul 28 18:55:00 2019 +0200
+++ b/eric6/MicroPython/MicroPythonReplWidget.ui	Mon Jul 29 20:20:18 2019 +0200
@@ -106,6 +106,9 @@
        <property name="toolTip">
         <string>Press to open a terminal (REPL) on the selected device</string>
        </property>
+       <property name="checkable">
+        <bool>true</bool>
+       </property>
       </widget>
      </item>
      <item>
@@ -113,6 +116,9 @@
        <property name="toolTip">
         <string>Press to open a file manager on the selected device (REPL must be disconnected first)</string>
        </property>
+       <property name="checkable">
+        <bool>true</bool>
+       </property>
       </widget>
      </item>
      <item>
@@ -120,6 +126,9 @@
        <property name="toolTip">
         <string>Press to open a chart window to display data receive from the selected device</string>
        </property>
+       <property name="checkable">
+        <bool>true</bool>
+       </property>
       </widget>
      </item>
      <item>

eric ide

mercurial