-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathfilewidget.ui
69 lines (69 loc) · 1.39 KB
/
filewidget.ui
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>fileWidget</class>
<widget class="QWidget" name="fileWidget">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>850</width>
<height>500</height>
</rect>
</property>
<property name="windowTitle">
<string>文件界面</string>
</property>
<widget class="QListView" name="access">
<property name="geometry">
<rect>
<x>11</x>
<y>11</y>
<width>160</width>
<height>231</height>
</rect>
</property>
</widget>
<widget class="QListView" name="shareMode">
<property name="geometry">
<rect>
<x>10</x>
<y>261</y>
<width>160</width>
<height>231</height>
</rect>
</property>
</widget>
<widget class="QListView" name="createDisp">
<property name="geometry">
<rect>
<x>590</x>
<y>11</y>
<width>250</width>
<height>231</height>
</rect>
</property>
</widget>
<widget class="QListView" name="flagAttr">
<property name="geometry">
<rect>
<x>590</x>
<y>261</y>
<width>250</width>
<height>231</height>
</rect>
</property>
</widget>
<widget class="QTreeView" name="treeView">
<property name="geometry">
<rect>
<x>176</x>
<y>11</y>
<width>410</width>
<height>481</height>
</rect>
</property>
</widget>
</widget>
<resources/>
<connections/>
</ui>