Warning, /frameworks/kio/src/kcms/cookies/kcookiespolicyselectiondlg.ui is written in an unsupported language. File is not indexed.

0001 <?xml version="1.0" encoding="UTF-8"?>
0002 <ui version="4.0">
0003  <class>KCookiesPolicySelectionDlgUI</class>
0004  <widget class="QWidget" name="KCookiesPolicySelectionDlgUI">
0005   <property name="geometry">
0006    <rect>
0007     <x>0</x>
0008     <y>0</y>
0009     <width>287</width>
0010     <height>81</height>
0011    </rect>
0012   </property>
0013   <layout class="QFormLayout" name="formLayout">
0014    <property name="fieldGrowthPolicy">
0015     <enum>QFormLayout::ExpandingFieldsGrow</enum>
0016    </property>
0017    <item row="0" column="0">
0018     <widget class="QLabel" name="lbDomain">
0019      <property name="whatsThis">
0020       <string>&lt;qt&gt;
0021 Enter the host or domain to which this policy applies, e.g. &lt;b&gt;www.kde.org&lt;/b&gt; or &lt;b&gt;.kde.org&lt;/b&gt;.
0022 &lt;/qt&gt;</string>
0023      </property>
0024      <property name="text">
0025       <string>Site name:</string>
0026      </property>
0027      <property name="wordWrap">
0028       <bool>false</bool>
0029      </property>
0030      <property name="buddy">
0031       <cstring>leDomain</cstring>
0032      </property>
0033     </widget>
0034    </item>
0035    <item row="0" column="1">
0036     <widget class="QLineEdit" name="leDomain">
0037      <property name="whatsThis">
0038       <string>Enter the host or domain name, e.g. .kde.org, this policy applies to.</string>
0039      </property>
0040     </widget>
0041    </item>
0042    <item row="1" column="0">
0043     <widget class="QLabel" name="lbPolicy">
0044      <property name="whatsThis">
0045       <string>&lt;qt&gt;
0046 Select the desired policy:
0047 &lt;ul&gt;
0048 &lt;li&gt;&lt;b&gt;Accept&lt;/b&gt; - Allows this site to set cookies&lt;/li&gt;
0049 &lt;li&gt;&lt;b&gt;Accept until end of session&lt;/b&gt; - Allows this site to set cookies but they will expire at the end of the session.&lt;/li&gt;
0050 &lt;li&gt;&lt;b&gt;Reject&lt;/b&gt; - Refuse all cookies sent from this site&lt;/li&gt;
0051 &lt;li&gt;&lt;b&gt;Ask&lt;/b&gt; - Prompt when cookies are received from this site&lt;/li&gt;
0052 &lt;/ul&gt;
0053 &lt;/qt&gt;</string>
0054      </property>
0055      <property name="text">
0056       <string>Policy:</string>
0057      </property>
0058      <property name="wordWrap">
0059       <bool>false</bool>
0060      </property>
0061      <property name="buddy">
0062       <cstring>cbPolicy</cstring>
0063      </property>
0064     </widget>
0065    </item>
0066    <item row="1" column="1">
0067     <widget class="QComboBox" name="cbPolicy">
0068      <property name="whatsThis">
0069       <string>&lt;qt&gt;
0070 Select the desired policy:
0071 &lt;ul&gt;
0072 &lt;li&gt;&lt;b&gt;Accept&lt;/b&gt; - Allows this site to set cookies&lt;/li&gt;
0073 &lt;li&gt;&lt;b&gt;Accept until end of session&lt;/b&gt; - Allows this site to set cookies but they will expire at the end of the session.&lt;/li&gt;
0074 &lt;li&gt;&lt;b&gt;Reject&lt;/b&gt; - Refuse all cookies sent from this site&lt;/li&gt;
0075 &lt;li&gt;&lt;b&gt;Ask&lt;/b&gt; - Prompt when cookies are received from this site&lt;/li&gt;
0076 &lt;/ul&gt;
0077 &lt;/qt&gt;</string>
0078      </property>
0079      <item>
0080       <property name="text">
0081        <string>Accept</string>
0082       </property>
0083      </item>
0084      <item>
0085       <property name="text">
0086        <string>Accept until end of session</string>
0087       </property>
0088      </item>
0089      <item>
0090       <property name="text">
0091        <string>Reject</string>
0092       </property>
0093      </item>
0094      <item>
0095       <property name="text">
0096        <string>Ask</string>
0097       </property>
0098      </item>
0099     </widget>
0100    </item>
0101   </layout>
0102  </widget>
0103  <customwidgets>
0104  </customwidgets>
0105  <resources/>
0106  <connections/>
0107 </ui>