blob: b6ece9e541c75a393083a224d6809a69b3fd8640 (
plain)
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
70
71
72
73
74
|
<!DOCTYPE UI><UI version="3.3" stdsetdef="1">
<class>MozillaProfileWidget</class>
<widget class="TQWidget">
<property name="name">
<cstring>MozillaProfileWidget</cstring>
</property>
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>309</width>
<height>293</height>
</rect>
</property>
<property name="caption">
<string>Form2</string>
</property>
<vbox>
<property name="name">
<cstring>unnamed</cstring>
</property>
<property name="margin">
<number>0</number>
</property>
<widget class="TQLabel">
<property name="name">
<cstring>label</cstring>
</property>
<property name="sizePolicy">
<sizepolicy>
<hsizetype>5</hsizetype>
<vsizetype>5</vsizetype>
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="text">
<string>Please select the profiles that you want to fix:</string>
</property>
</widget>
<widget class="KListView">
<column>
<property name="text">
<string>Profile</string>
</property>
<property name="clickable">
<bool>true</bool>
</property>
<property name="resizable">
<bool>true</bool>
</property>
</column>
<property name="name">
<cstring>profilesList</cstring>
</property>
<property name="selectionMode" stdset="0">
<enum>Multi</enum>
</property>
<property name="rootIsDecorated">
<bool>false</bool>
</property>
<property name="fullWidth">
<bool>true</bool>
</property>
</widget>
</vbox>
</widget>
<customwidgets>
</customwidgets>
<layoutdefaults spacing="6" margin="11"/>
<includehints>
<includehint>klistview.h</includehint>
</includehints>
</UI>
|