summaryrefslogtreecommitdiffstats
path: root/kcontrol/tdeio/policydlg_ui.ui
blob: 2fecfa6d9061c6d3866e36da5dc801db8ceb62f5 (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
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
<!DOCTYPE UI><UI version="3.2" stdsetdef="1">
<class>PolicyDlgUI</class>
<widget class="TQWidget">
    <property name="name">
        <cstring>PolicyDlgUI</cstring>
    </property>
    <property name="geometry">
        <rect>
            <x>0</x>
            <y>0</y>
            <width>291</width>
            <height>120</height>
        </rect>
    </property>
    <vbox>
        <property name="name">
            <cstring>unnamed</cstring>
        </property>
        <property name="margin">
            <number>0</number>
        </property>
        <widget class="TQLabel">
            <property name="name">
                <cstring>lbDomain</cstring>
            </property>
            <property name="text">
                <string>&amp;Domain name:</string>
            </property>
            <property name="buddy" stdset="0">
                <cstring>leDomain</cstring>
            </property>
            <property name="whatsThis" stdset="0">
                <string>&lt;qt&gt;
Enter the host or domain to which this policy applies, e.g. &lt;b&gt;www.trinitydesktop.org&lt;/b&gt; or &lt;b&gt;.trinitydesktop.org&lt;/b&gt;.
&lt;/qt&gt;</string>
            </property>
        </widget>
        <widget class="KLineEdit">
            <property name="name">
                <cstring>leDomain</cstring>
            </property>
            <property name="whatsThis" stdset="0">
                <string>&lt;qt&gt;
Enter the host or domain to which this policy applies, e.g. &lt;b&gt;www.trinitydesktop.org&lt;/b&gt; or &lt;b&gt;.trinitydesktop.org&lt;/b&gt;.
&lt;/qt&gt;</string>
            </property>
        </widget>
        <widget class="TQLabel">
            <property name="name">
                <cstring>lbPolicy</cstring>
            </property>
            <property name="text">
                <string>&amp;Policy:</string>
            </property>
            <property name="buddy" stdset="0">
                <cstring>cbPolicy</cstring>
            </property>
            <property name="whatsThis" stdset="0">
                <string>&lt;qt&gt;
Select the desired policy:
&lt;ul&gt;
&lt;li&gt;&lt;b&gt;Accept&lt;/b&gt; - Allows this site to set cookies&lt;/li&gt;
&lt;li&gt;&lt;b&gt;Reject&lt;/b&gt; - Refuse all cookies sent from this site&lt;/li&gt;
&lt;li&gt;&lt;b&gt;Ask&lt;/b&gt; - Prompt when cookies are received from this site&lt;/li&gt;
&lt;/ul&gt;
&lt;/qt&gt;</string>
            </property>
        </widget>
        <widget class="KComboBox">
            <item>
                <property name="text">
                    <string>Accept</string>
                </property>
            </item>
            <item>
                <property name="text">
                    <string>Reject</string>
                </property>
            </item>
            <item>
                <property name="text">
                    <string>Ask</string>
                </property>
            </item>
            <property name="name">
                <cstring>cbPolicy</cstring>
            </property>
            <property name="whatsThis" stdset="0">
                <string>&lt;qt&gt;
Select the desired policy:
&lt;ul&gt;
&lt;li&gt;&lt;b&gt;Accept&lt;/b&gt; - Allows this site to set cookies&lt;/li&gt;
&lt;li&gt;&lt;b&gt;Reject&lt;/b&gt; - Refuse all cookies sent from this site&lt;/li&gt;
&lt;li&gt;&lt;b&gt;Ask&lt;/b&gt; - Prompt when cookies are received from this site&lt;/li&gt;
&lt;/ul&gt;
&lt;/qt&gt;</string>
            </property>
        </widget>
    </vbox>
</widget>
<includes>
    <include location="global" impldecl="in implementation">kdialog.h</include>
</includes>
<layoutdefaults spacing="6" margin="11"/>
<layoutfunctions spacing="KDialog::spacingHint" margin="KDialog::marginHint"/>
</UI>