0
|
1 |
<ui version="4.0" >
|
|
2 |
<class>FilesPage</class>
|
|
3 |
<widget class="QWidget" name="FilesPage" >
|
|
4 |
<property name="geometry" >
|
|
5 |
<rect>
|
|
6 |
<x>0</x>
|
|
7 |
<y>0</y>
|
|
8 |
<width>417</width>
|
|
9 |
<height>242</height>
|
|
10 |
</rect>
|
|
11 |
</property>
|
|
12 |
<property name="windowTitle" >
|
|
13 |
<string>Form</string>
|
|
14 |
</property>
|
|
15 |
<layout class="QGridLayout" >
|
|
16 |
<item row="0" column="0" colspan="2" >
|
|
17 |
<widget class="QLabel" name="fileLabel" >
|
|
18 |
<property name="text" >
|
|
19 |
<string>Files:</string>
|
|
20 |
</property>
|
|
21 |
<property name="wordWrap" >
|
|
22 |
<bool>true</bool>
|
|
23 |
</property>
|
|
24 |
</widget>
|
|
25 |
</item>
|
|
26 |
<item rowspan="3" row="1" column="0" >
|
|
27 |
<widget class="QListWidget" name="fileListWidget" />
|
|
28 |
</item>
|
|
29 |
<item row="1" column="1" >
|
|
30 |
<widget class="QPushButton" name="removeButton" >
|
|
31 |
<property name="sizePolicy" >
|
|
32 |
<sizepolicy vsizetype="Fixed" hsizetype="Maximum" >
|
|
33 |
<horstretch>0</horstretch>
|
|
34 |
<verstretch>0</verstretch>
|
|
35 |
</sizepolicy>
|
|
36 |
</property>
|
|
37 |
<property name="text" >
|
|
38 |
<string>Remove</string>
|
|
39 |
</property>
|
|
40 |
</widget>
|
|
41 |
</item>
|
|
42 |
<item row="2" column="1" >
|
|
43 |
<widget class="QPushButton" name="removeAllButton" >
|
|
44 |
<property name="text" >
|
|
45 |
<string>Remove All</string>
|
|
46 |
</property>
|
|
47 |
</widget>
|
|
48 |
</item>
|
|
49 |
<item row="3" column="1" >
|
|
50 |
<spacer>
|
|
51 |
<property name="orientation" >
|
|
52 |
<enum>Qt::Vertical</enum>
|
|
53 |
</property>
|
|
54 |
<property name="sizeHint" >
|
|
55 |
<size>
|
|
56 |
<width>75</width>
|
|
57 |
<height>16</height>
|
|
58 |
</size>
|
|
59 |
</property>
|
|
60 |
</spacer>
|
|
61 |
</item>
|
|
62 |
<item row="4" column="0" >
|
|
63 |
<spacer>
|
|
64 |
<property name="orientation" >
|
|
65 |
<enum>Qt::Vertical</enum>
|
|
66 |
</property>
|
|
67 |
<property name="sizeHint" >
|
|
68 |
<size>
|
|
69 |
<width>20</width>
|
|
70 |
<height>31</height>
|
|
71 |
</size>
|
|
72 |
</property>
|
|
73 |
</spacer>
|
|
74 |
</item>
|
|
75 |
</layout>
|
|
76 |
</widget>
|
|
77 |
<resources/>
|
|
78 |
<connections/>
|
|
79 |
</ui>
|