eric7/MicroPython/MicroPythonFileManagerWidget.ui

branch
eric7
changeset 8312
800c432b34c8
parent 8067
a467ab075be0
child 8356
68ec9c3d4de5
equal deleted inserted replaced
8311:4e8b98454baa 8312:800c432b34c8
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3 <class>MicroPythonFileManagerWidget</class>
4 <widget class="QWidget" name="MicroPythonFileManagerWidget">
5 <property name="geometry">
6 <rect>
7 <x>0</x>
8 <y>0</y>
9 <width>675</width>
10 <height>338</height>
11 </rect>
12 </property>
13 <layout class="QGridLayout" name="gridLayout">
14 <item row="0" column="0">
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>
22 <property name="text">
23 <string>Local Files</string>
24 </property>
25 </widget>
26 </item>
27 <item row="0" column="2">
28 <layout class="QHBoxLayout" name="horizontalLayout_3">
29 <item>
30 <widget class="QLabel" name="label_2">
31 <property name="sizePolicy">
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>
46 </item>
47 <item row="1" column="0">
48 <widget class="QTreeWidget" name="localFileTreeWidget">
49 <property name="contextMenuPolicy">
50 <enum>Qt::CustomContextMenu</enum>
51 </property>
52 <property name="alternatingRowColors">
53 <bool>true</bool>
54 </property>
55 <property name="rootIsDecorated">
56 <bool>false</bool>
57 </property>
58 <property name="itemsExpandable">
59 <bool>false</bool>
60 </property>
61 <property name="sortingEnabled">
62 <bool>true</bool>
63 </property>
64 <attribute name="headerShowSortIndicator" stdset="0">
65 <bool>true</bool>
66 </attribute>
67 <column>
68 <property name="text">
69 <string>Name</string>
70 </property>
71 </column>
72 <column>
73 <property name="text">
74 <string>Mode</string>
75 </property>
76 </column>
77 <column>
78 <property name="text">
79 <string>Size</string>
80 </property>
81 </column>
82 <column>
83 <property name="text">
84 <string>Time</string>
85 </property>
86 </column>
87 </widget>
88 </item>
89 <item row="1" column="1">
90 <layout class="QVBoxLayout" name="verticalLayout">
91 <item>
92 <spacer name="verticalSpacer_2">
93 <property name="orientation">
94 <enum>Qt::Vertical</enum>
95 </property>
96 <property name="sizeHint" stdset="0">
97 <size>
98 <width>20</width>
99 <height>26</height>
100 </size>
101 </property>
102 </spacer>
103 </item>
104 <item>
105 <widget class="QToolButton" name="syncButton">
106 <property name="toolTip">
107 <string>Press to sync the local directory to the device directory</string>
108 </property>
109 </widget>
110 </item>
111 <item>
112 <widget class="QToolButton" name="putButton">
113 <property name="toolTip">
114 <string>Press to copy the selected file to the device</string>
115 </property>
116 </widget>
117 </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>
126 <widget class="QToolButton" name="getButton">
127 <property name="toolTip">
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>
136 </property>
137 </widget>
138 </item>
139 <item>
140 <spacer name="verticalSpacer">
141 <property name="orientation">
142 <enum>Qt::Vertical</enum>
143 </property>
144 <property name="sizeHint" stdset="0">
145 <size>
146 <width>20</width>
147 <height>26</height>
148 </size>
149 </property>
150 </spacer>
151 </item>
152 </layout>
153 </item>
154 <item row="1" column="2">
155 <widget class="QTreeWidget" name="deviceFileTreeWidget">
156 <property name="contextMenuPolicy">
157 <enum>Qt::CustomContextMenu</enum>
158 </property>
159 <property name="alternatingRowColors">
160 <bool>true</bool>
161 </property>
162 <property name="rootIsDecorated">
163 <bool>false</bool>
164 </property>
165 <property name="itemsExpandable">
166 <bool>false</bool>
167 </property>
168 <property name="sortingEnabled">
169 <bool>true</bool>
170 </property>
171 <attribute name="headerShowSortIndicator" stdset="0">
172 <bool>true</bool>
173 </attribute>
174 <column>
175 <property name="text">
176 <string>Name</string>
177 </property>
178 </column>
179 <column>
180 <property name="text">
181 <string>Mode</string>
182 </property>
183 </column>
184 <column>
185 <property name="text">
186 <string>Size</string>
187 </property>
188 </column>
189 <column>
190 <property name="text">
191 <string>Time</string>
192 </property>
193 </column>
194 </widget>
195 </item>
196 <item row="2" column="0">
197 <layout class="QHBoxLayout" name="horizontalLayout">
198 <property name="spacing">
199 <number>2</number>
200 </property>
201 <item>
202 <widget class="QLineEdit" name="localCwd">
203 <property name="readOnly">
204 <bool>true</bool>
205 </property>
206 </widget>
207 </item>
208 <item>
209 <widget class="QToolButton" name="localUpButton">
210 <property name="toolTip">
211 <string>Press to move one directory level up</string>
212 </property>
213 </widget>
214 </item>
215 <item>
216 <widget class="QToolButton" name="localHomeButton">
217 <property name="toolTip">
218 <string>Press to move to the configured home directory</string>
219 </property>
220 </widget>
221 </item>
222 <item>
223 <widget class="QToolButton" name="localReloadButton">
224 <property name="toolTip">
225 <string>Press to reload the list</string>
226 </property>
227 </widget>
228 </item>
229 </layout>
230 </item>
231 <item row="2" column="2">
232 <layout class="QHBoxLayout" name="horizontalLayout_2">
233 <property name="spacing">
234 <number>2</number>
235 </property>
236 <item>
237 <widget class="QLineEdit" name="deviceCwd">
238 <property name="readOnly">
239 <bool>true</bool>
240 </property>
241 </widget>
242 </item>
243 <item>
244 <widget class="QToolButton" name="deviceUpButton">
245 <property name="toolTip">
246 <string>Press to move one directory level up</string>
247 </property>
248 </widget>
249 </item>
250 <item>
251 <widget class="QToolButton" name="deviceHomeButton">
252 <property name="toolTip">
253 <string>Press to move to the device workspace directory</string>
254 </property>
255 </widget>
256 </item>
257 <item>
258 <widget class="QToolButton" name="deviceReloadButton">
259 <property name="toolTip">
260 <string>Press to reload the list</string>
261 </property>
262 </widget>
263 </item>
264 </layout>
265 </item>
266 </layout>
267 </widget>
268 <customwidgets>
269 <customwidget>
270 <class>E5Led</class>
271 <extends>QWidget</extends>
272 <header>E5Gui/E5Led.h</header>
273 <container>1</container>
274 </customwidget>
275 </customwidgets>
276 <tabstops>
277 <tabstop>localFileTreeWidget</tabstop>
278 <tabstop>deviceFileTreeWidget</tabstop>
279 <tabstop>syncButton</tabstop>
280 <tabstop>putButton</tabstop>
281 <tabstop>putAsButton</tabstop>
282 <tabstop>getButton</tabstop>
283 <tabstop>getAsButton</tabstop>
284 <tabstop>localCwd</tabstop>
285 <tabstop>localUpButton</tabstop>
286 <tabstop>localHomeButton</tabstop>
287 <tabstop>localReloadButton</tabstop>
288 <tabstop>deviceCwd</tabstop>
289 <tabstop>deviceUpButton</tabstop>
290 <tabstop>deviceHomeButton</tabstop>
291 <tabstop>deviceReloadButton</tabstop>
292 </tabstops>
293 <resources/>
294 <connections/>
295 </ui>

eric ide

mercurial