You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
107 lines
3.7 KiB
107 lines
3.7 KiB
<!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>&Domain name:</string>
|
|
</property>
|
|
<property name="buddy" stdset="0">
|
|
<cstring>leDomain</cstring>
|
|
</property>
|
|
<property name="whatsThis" stdset="0">
|
|
<string><qt>
|
|
Enter the host or domain to which this policy applies, e.g. <b>www.trinitydesktop.org</b> or <b>.trinitydesktop.org</b>.
|
|
</qt></string>
|
|
</property>
|
|
</widget>
|
|
<widget class="KLineEdit">
|
|
<property name="name">
|
|
<cstring>leDomain</cstring>
|
|
</property>
|
|
<property name="whatsThis" stdset="0">
|
|
<string><qt>
|
|
Enter the host or domain to which this policy applies, e.g. <b>www.trinitydesktop.org</b> or <b>.trinitydesktop.org</b>.
|
|
</qt></string>
|
|
</property>
|
|
</widget>
|
|
<widget class="TQLabel">
|
|
<property name="name">
|
|
<cstring>lbPolicy</cstring>
|
|
</property>
|
|
<property name="text">
|
|
<string>&Policy:</string>
|
|
</property>
|
|
<property name="buddy" stdset="0">
|
|
<cstring>cbPolicy</cstring>
|
|
</property>
|
|
<property name="whatsThis" stdset="0">
|
|
<string><qt>
|
|
Select the desired policy:
|
|
<ul>
|
|
<li><b>Accept</b> - Allows this site to set cookies</li>
|
|
<li><b>Reject</b> - Refuse all cookies sent from this site</li>
|
|
<li><b>Ask</b> - Prompt when cookies are received from this site</li>
|
|
</ul>
|
|
</qt></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><qt>
|
|
Select the desired policy:
|
|
<ul>
|
|
<li><b>Accept</b> - Allows this site to set cookies</li>
|
|
<li><b>Reject</b> - Refuse all cookies sent from this site</li>
|
|
<li><b>Ask</b> - Prompt when cookies are received from this site</li>
|
|
</ul>
|
|
</qt></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>
|