|
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 <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" colspan="2"> |
|
27 <widget class="QLabel" name="label"> |
|
28 <property name="text"> |
|
29 <string>Local Files</string> |
|
30 </property> |
|
31 </widget> |
|
32 </item> |
|
33 <item row="0" column="2"> |
|
34 <widget class="QLabel" name="label_2"> |
|
35 <property name="text"> |
|
36 <string>Device Files</string> |
|
37 </property> |
|
38 </widget> |
|
39 </item> |
|
40 <item row="1" column="0"> |
|
41 <widget class="QTreeWidget" name="localFileTreeWidget"> |
|
42 <property name="alternatingRowColors"> |
|
43 <bool>true</bool> |
|
44 </property> |
|
45 <property name="rootIsDecorated"> |
|
46 <bool>false</bool> |
|
47 </property> |
|
48 <property name="itemsExpandable"> |
|
49 <bool>false</bool> |
|
50 </property> |
|
51 <property name="sortingEnabled"> |
|
52 <bool>true</bool> |
|
53 </property> |
|
54 <attribute name="headerShowSortIndicator" stdset="0"> |
|
55 <bool>true</bool> |
|
56 </attribute> |
|
57 <column> |
|
58 <property name="text"> |
|
59 <string>Name</string> |
|
60 </property> |
|
61 </column> |
|
62 <column> |
|
63 <property name="text"> |
|
64 <string>Mode</string> |
|
65 </property> |
|
66 </column> |
|
67 <column> |
|
68 <property name="text"> |
|
69 <string>Size</string> |
|
70 </property> |
|
71 </column> |
|
72 <column> |
|
73 <property name="text"> |
|
74 <string>Time</string> |
|
75 </property> |
|
76 </column> |
|
77 </widget> |
|
78 </item> |
|
79 <item row="1" column="2"> |
|
80 <widget class="QTreeWidget" name="deviceFileTreeWidget"> |
|
81 <property name="alternatingRowColors"> |
|
82 <bool>true</bool> |
|
83 </property> |
|
84 <property name="rootIsDecorated"> |
|
85 <bool>false</bool> |
|
86 </property> |
|
87 <property name="itemsExpandable"> |
|
88 <bool>false</bool> |
|
89 </property> |
|
90 <property name="sortingEnabled"> |
|
91 <bool>true</bool> |
|
92 </property> |
|
93 <attribute name="headerShowSortIndicator" stdset="0"> |
|
94 <bool>true</bool> |
|
95 </attribute> |
|
96 <column> |
|
97 <property name="text"> |
|
98 <string>Name</string> |
|
99 </property> |
|
100 </column> |
|
101 <column> |
|
102 <property name="text"> |
|
103 <string>Mode</string> |
|
104 </property> |
|
105 </column> |
|
106 <column> |
|
107 <property name="text"> |
|
108 <string>Size</string> |
|
109 </property> |
|
110 </column> |
|
111 <column> |
|
112 <property name="text"> |
|
113 <string>Time</string> |
|
114 </property> |
|
115 </column> |
|
116 </widget> |
|
117 </item> |
|
118 <item row="1" column="1"> |
|
119 <layout class="QVBoxLayout" name="verticalLayout"> |
|
120 <item> |
|
121 <spacer name="verticalSpacer_2"> |
|
122 <property name="orientation"> |
|
123 <enum>Qt::Vertical</enum> |
|
124 </property> |
|
125 <property name="sizeHint" stdset="0"> |
|
126 <size> |
|
127 <width>20</width> |
|
128 <height>40</height> |
|
129 </size> |
|
130 </property> |
|
131 </spacer> |
|
132 </item> |
|
133 <item> |
|
134 <widget class="QToolButton" name="putButton"> |
|
135 <property name="toolTip"> |
|
136 <string>Press to copy the selected file to the device</string> |
|
137 </property> |
|
138 </widget> |
|
139 </item> |
|
140 <item> |
|
141 <widget class="QToolButton" name="getButton"> |
|
142 <property name="toolTip"> |
|
143 <string>Press to copy the selected file from the device</string> |
|
144 </property> |
|
145 </widget> |
|
146 </item> |
|
147 <item> |
|
148 <spacer name="verticalSpacer"> |
|
149 <property name="orientation"> |
|
150 <enum>Qt::Vertical</enum> |
|
151 </property> |
|
152 <property name="sizeHint" stdset="0"> |
|
153 <size> |
|
154 <width>20</width> |
|
155 <height>40</height> |
|
156 </size> |
|
157 </property> |
|
158 </spacer> |
|
159 </item> |
|
160 </layout> |
|
161 </item> |
|
162 <item row="2" column="0"> |
|
163 <widget class="QLabel" name="localCwd"/> |
|
164 </item> |
|
165 <item row="2" column="2"> |
|
166 <widget class="QLabel" name="deviceCwd"/> |
|
167 </item> |
|
168 </layout> |
|
169 </widget> |
|
170 <resources/> |
|
171 <connections/> |
|
172 </ui> |