eric6/MicroPython/MicroPythonFileManagerWidget.ui

branch
micropython
changeset 7095
8e10acb1cd85
parent 7084
3eddfc540614
child 7126
376deb7fefe7
equal deleted inserted replaced
7094:d5f340dfb986 7095:8e10acb1cd85
9 <width>675</width> 9 <width>675</width>
10 <height>338</height> 10 <height>338</height>
11 </rect> 11 </rect>
12 </property> 12 </property>
13 <layout class="QGridLayout" name="gridLayout"> 13 <layout class="QGridLayout" name="gridLayout">
14 <property name="leftMargin">
15 <number>2</number>
16 </property>
17 <property name="topMargin">
18 <number>2</number>
19 </property>
20 <property name="rightMargin">
21 <number>2</number>
22 </property>
23 <property name="bottomMargin">
24 <number>2</number>
25 </property>
26 <item row="0" column="0"> 14 <item row="0" column="0">
27 <widget class="QLabel" name="label"> 15 <widget class="QLabel" name="label">
16 <property name="sizePolicy">
17 <sizepolicy hsizetype="Expanding" vsizetype="Preferred">
18 <horstretch>0</horstretch>
19 <verstretch>0</verstretch>
20 </sizepolicy>
21 </property>
28 <property name="text"> 22 <property name="text">
29 <string>Local Files</string> 23 <string>Local Files</string>
30 </property> 24 </property>
31 </widget> 25 </widget>
32 </item> 26 </item>
33 <item row="0" column="2"> 27 <item row="0" column="2">
34 <widget class="QLabel" name="label_2"> 28 <layout class="QHBoxLayout" name="horizontalLayout_3">
35 <property name="text"> 29 <item>
36 <string>Device Files</string> 30 <widget class="QLabel" name="label_2">
37 </property> 31 <property name="sizePolicy">
38 </widget> 32 <sizepolicy hsizetype="Expanding" vsizetype="Preferred">
33 <horstretch>0</horstretch>
34 <verstretch>0</verstretch>
35 </sizepolicy>
36 </property>
37 <property name="text">
38 <string>Device Files</string>
39 </property>
40 </widget>
41 </item>
42 <item>
43 <widget class="E5Led" name="deviceConnectedLed" native="true"/>
44 </item>
45 </layout>
39 </item> 46 </item>
40 <item row="1" column="0"> 47 <item row="1" column="0">
41 <widget class="QTreeWidget" name="localFileTreeWidget"> 48 <widget class="QTreeWidget" name="localFileTreeWidget">
42 <property name="contextMenuPolicy"> 49 <property name="contextMenuPolicy">
43 <enum>Qt::CustomContextMenu</enum> 50 <enum>Qt::CustomContextMenu</enum>
234 </item> 241 </item>
235 </layout> 242 </layout>
236 </item> 243 </item>
237 </layout> 244 </layout>
238 </widget> 245 </widget>
246 <customwidgets>
247 <customwidget>
248 <class>E5Led</class>
249 <extends>QWidget</extends>
250 <header>E5Gui/E5Led.h</header>
251 <container>1</container>
252 </customwidget>
253 </customwidgets>
239 <tabstops> 254 <tabstops>
240 <tabstop>localFileTreeWidget</tabstop> 255 <tabstop>localFileTreeWidget</tabstop>
241 <tabstop>deviceFileTreeWidget</tabstop> 256 <tabstop>deviceFileTreeWidget</tabstop>
242 <tabstop>syncButton</tabstop> 257 <tabstop>syncButton</tabstop>
243 <tabstop>putButton</tabstop> 258 <tabstop>putButton</tabstop>

eric ide

mercurial