eric6/MicroPython/MicroPythonReplWidget.ui

branch
micropython
changeset 7095
8e10acb1cd85
parent 7082
ec199ef0cfc6
child 7103
aea236dc8002
equal deleted inserted replaced
7094:d5f340dfb986 7095:8e10acb1cd85
104 <item> 104 <item>
105 <widget class="QToolButton" name="replButton"> 105 <widget class="QToolButton" name="replButton">
106 <property name="toolTip"> 106 <property name="toolTip">
107 <string>Press to open a terminal (REPL) on the selected device</string> 107 <string>Press to open a terminal (REPL) on the selected device</string>
108 </property> 108 </property>
109 <property name="checkable">
110 <bool>true</bool>
111 </property>
109 </widget> 112 </widget>
110 </item> 113 </item>
111 <item> 114 <item>
112 <widget class="QToolButton" name="filesButton"> 115 <widget class="QToolButton" name="filesButton">
113 <property name="toolTip"> 116 <property name="toolTip">
114 <string>Press to open a file manager on the selected device (REPL must be disconnected first)</string> 117 <string>Press to open a file manager on the selected device (REPL must be disconnected first)</string>
115 </property> 118 </property>
119 <property name="checkable">
120 <bool>true</bool>
121 </property>
116 </widget> 122 </widget>
117 </item> 123 </item>
118 <item> 124 <item>
119 <widget class="QToolButton" name="chartButton"> 125 <widget class="QToolButton" name="chartButton">
120 <property name="toolTip"> 126 <property name="toolTip">
121 <string>Press to open a chart window to display data receive from the selected device</string> 127 <string>Press to open a chart window to display data receive from the selected device</string>
128 </property>
129 <property name="checkable">
130 <bool>true</bool>
122 </property> 131 </property>
123 </widget> 132 </widget>
124 </item> 133 </item>
125 <item> 134 <item>
126 <spacer name="horizontalSpacer"> 135 <spacer name="horizontalSpacer">

eric ide

mercurial