eric6/MicroPython/MicroPythonFileManagerWidget.ui

branch
micropython
changeset 7126
376deb7fefe7
parent 7095
8e10acb1cd85
child 7128
0d72ed127335
equal deleted inserted replaced
7125:2028553ee58c 7126:376deb7fefe7
94 <enum>Qt::Vertical</enum> 94 <enum>Qt::Vertical</enum>
95 </property> 95 </property>
96 <property name="sizeHint" stdset="0"> 96 <property name="sizeHint" stdset="0">
97 <size> 97 <size>
98 <width>20</width> 98 <width>20</width>
99 <height>40</height> 99 <height>13</height>
100 </size> 100 </size>
101 </property> 101 </property>
102 </spacer> 102 </spacer>
103 </item> 103 </item>
104 <item> 104 <item>
114 <string>Press to copy the selected file to the device</string> 114 <string>Press to copy the selected file to the device</string>
115 </property> 115 </property>
116 </widget> 116 </widget>
117 </item> 117 </item>
118 <item> 118 <item>
119 <widget class="QToolButton" name="putAsButton">
120 <property name="toolTip">
121 <string>Press to copy the selected file to the device with a new name</string>
122 </property>
123 </widget>
124 </item>
125 <item>
119 <widget class="QToolButton" name="getButton"> 126 <widget class="QToolButton" name="getButton">
120 <property name="toolTip"> 127 <property name="toolTip">
121 <string>Press to copy the selected file from the device</string> 128 <string>Press to copy the selected file from the device</string>
129 </property>
130 </widget>
131 </item>
132 <item>
133 <widget class="QToolButton" name="getAsButton">
134 <property name="toolTip">
135 <string>Press to copy the selected file from the device with a new name</string>
122 </property> 136 </property>
123 </widget> 137 </widget>
124 </item> 138 </item>
125 <item> 139 <item>
126 <spacer name="verticalSpacer"> 140 <spacer name="verticalSpacer">
254 <tabstops> 268 <tabstops>
255 <tabstop>localFileTreeWidget</tabstop> 269 <tabstop>localFileTreeWidget</tabstop>
256 <tabstop>deviceFileTreeWidget</tabstop> 270 <tabstop>deviceFileTreeWidget</tabstop>
257 <tabstop>syncButton</tabstop> 271 <tabstop>syncButton</tabstop>
258 <tabstop>putButton</tabstop> 272 <tabstop>putButton</tabstop>
273 <tabstop>putAsButton</tabstop>
259 <tabstop>getButton</tabstop> 274 <tabstop>getButton</tabstop>
275 <tabstop>getAsButton</tabstop>
260 <tabstop>localUpButton</tabstop> 276 <tabstop>localUpButton</tabstop>
261 <tabstop>localReloadButton</tabstop> 277 <tabstop>localReloadButton</tabstop>
262 <tabstop>deviceUpButton</tabstop> 278 <tabstop>deviceUpButton</tabstop>
263 <tabstop>deviceReloadButton</tabstop> 279 <tabstop>deviceReloadButton</tabstop>
264 </tabstops> 280 </tabstops>

eric ide

mercurial