eric6/MicroPython/MicroPythonFileManagerWidget.ui

branch
micropython
changeset 7081
ed510767c096
parent 7080
9a3adf033f90
child 7082
ec199ef0cfc6
equal deleted inserted replaced
7080:9a3adf033f90 7081:ed510767c096
90 </size> 90 </size>
91 </property> 91 </property>
92 </spacer> 92 </spacer>
93 </item> 93 </item>
94 <item> 94 <item>
95 <widget class="QToolButton" name="syncButton">
96 <property name="toolTip">
97 <string>Press to sync the local directory to the device directory</string>
98 </property>
99 </widget>
100 </item>
101 <item>
95 <widget class="QToolButton" name="putButton"> 102 <widget class="QToolButton" name="putButton">
96 <property name="toolTip"> 103 <property name="toolTip">
97 <string>Press to copy the selected file to the device</string> 104 <string>Press to copy the selected file to the device</string>
98 </property> 105 </property>
99 </widget> 106 </widget>
204 </layout> 211 </layout>
205 </widget> 212 </widget>
206 <tabstops> 213 <tabstops>
207 <tabstop>localFileTreeWidget</tabstop> 214 <tabstop>localFileTreeWidget</tabstop>
208 <tabstop>deviceFileTreeWidget</tabstop> 215 <tabstop>deviceFileTreeWidget</tabstop>
216 <tabstop>syncButton</tabstop>
209 <tabstop>putButton</tabstop> 217 <tabstop>putButton</tabstop>
210 <tabstop>getButton</tabstop> 218 <tabstop>getButton</tabstop>
211 <tabstop>localUpButton</tabstop> 219 <tabstop>localUpButton</tabstop>
212 <tabstop>deviceUpButton</tabstop> 220 <tabstop>deviceUpButton</tabstop>
213 </tabstops> 221 </tabstops>

eric ide

mercurial