0
|
1 |
<ui version="4.0" >
|
|
2 |
<class>PathPage</class>
|
|
3 |
<widget class="QWidget" name="PathPage" >
|
|
4 |
<property name="geometry" >
|
|
5 |
<rect>
|
|
6 |
<x>0</x>
|
|
7 |
<y>0</y>
|
|
8 |
<width>417</width>
|
|
9 |
<height>243</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" >
|
|
17 |
<widget class="QLabel" name="label_2" >
|
|
18 |
<property name="sizePolicy" >
|
|
19 |
<sizepolicy vsizetype="Preferred" hsizetype="Maximum" >
|
|
20 |
<horstretch>0</horstretch>
|
|
21 |
<verstretch>0</verstretch>
|
|
22 |
</sizepolicy>
|
|
23 |
</property>
|
|
24 |
<property name="text" >
|
|
25 |
<string>File filters:</string>
|
|
26 |
</property>
|
|
27 |
</widget>
|
|
28 |
</item>
|
|
29 |
<item row="0" column="1" colspan="2" >
|
|
30 |
<widget class="QLineEdit" name="filterLineEdit" />
|
|
31 |
</item>
|
|
32 |
<item row="1" column="1" >
|
|
33 |
<spacer>
|
|
34 |
<property name="orientation" >
|
|
35 |
<enum>Qt::Vertical</enum>
|
|
36 |
</property>
|
|
37 |
<property name="sizeType" >
|
|
38 |
<enum>QSizePolicy::Fixed</enum>
|
|
39 |
</property>
|
|
40 |
<property name="sizeHint" >
|
|
41 |
<size>
|
|
42 |
<width>20</width>
|
|
43 |
<height>10</height>
|
|
44 |
</size>
|
|
45 |
</property>
|
|
46 |
</spacer>
|
|
47 |
</item>
|
|
48 |
<item row="2" column="0" colspan="3" >
|
|
49 |
<widget class="QLabel" name="label" >
|
|
50 |
<property name="text" >
|
|
51 |
<string>Documentation source file paths:</string>
|
|
52 |
</property>
|
|
53 |
</widget>
|
|
54 |
</item>
|
|
55 |
<item rowspan="3" row="3" column="0" colspan="3" >
|
|
56 |
<widget class="QListWidget" name="pathListWidget" />
|
|
57 |
</item>
|
|
58 |
<item row="3" column="3" >
|
|
59 |
<widget class="QPushButton" name="addButton" >
|
|
60 |
<property name="sizePolicy" >
|
|
61 |
<sizepolicy vsizetype="Fixed" hsizetype="Maximum" >
|
|
62 |
<horstretch>0</horstretch>
|
|
63 |
<verstretch>0</verstretch>
|
|
64 |
</sizepolicy>
|
|
65 |
</property>
|
|
66 |
<property name="text" >
|
|
67 |
<string>Add</string>
|
|
68 |
</property>
|
|
69 |
</widget>
|
|
70 |
</item>
|
|
71 |
<item row="4" column="3" >
|
|
72 |
<widget class="QPushButton" name="removeButton" >
|
|
73 |
<property name="sizePolicy" >
|
|
74 |
<sizepolicy vsizetype="Fixed" hsizetype="Maximum" >
|
|
75 |
<horstretch>0</horstretch>
|
|
76 |
<verstretch>0</verstretch>
|
|
77 |
</sizepolicy>
|
|
78 |
</property>
|
|
79 |
<property name="text" >
|
|
80 |
<string>Remove</string>
|
|
81 |
</property>
|
|
82 |
</widget>
|
|
83 |
</item>
|
|
84 |
<item row="5" column="3" >
|
|
85 |
<spacer>
|
|
86 |
<property name="orientation" >
|
|
87 |
<enum>Qt::Vertical</enum>
|
|
88 |
</property>
|
|
89 |
<property name="sizeHint" >
|
|
90 |
<size>
|
|
91 |
<width>20</width>
|
|
92 |
<height>51</height>
|
|
93 |
</size>
|
|
94 |
</property>
|
|
95 |
</spacer>
|
|
96 |
</item>
|
|
97 |
<item row="6" column="2" >
|
|
98 |
<spacer>
|
|
99 |
<property name="orientation" >
|
|
100 |
<enum>Qt::Vertical</enum>
|
|
101 |
</property>
|
|
102 |
<property name="sizeHint" >
|
|
103 |
<size>
|
|
104 |
<width>20</width>
|
|
105 |
<height>31</height>
|
|
106 |
</size>
|
|
107 |
</property>
|
|
108 |
</spacer>
|
|
109 |
</item>
|
|
110 |
</layout>
|
|
111 |
</widget>
|
|
112 |
<resources/>
|
|
113 |
<connections/>
|
|
114 |
</ui>
|