Fix crash if key bindings specified in profile cannot be found. Improve
[personal-kdebase.git] / apps / konqueror / settings / kio / policydlg.ui
blob781bd5f126e66523d269c3497baebcce126748bc
1 <ui version="4.0" >
2  <class>PolicyDlgUI</class>
3  <widget class="QWidget" name="PolicyDlgUI" >
4   <property name="geometry" >
5    <rect>
6     <x>0</x>
7     <y>0</y>
8     <width>301</width>
9     <height>125</height>
10    </rect>
11   </property>
12   <layout class="QFormLayout" name="formLayout" >
13    <item row="0" column="0" >
14     <widget class="QLabel" name="lbDomain" >
15      <property name="whatsThis" >
16       <string>&lt;qt>
17 Enter the host or domain to which this policy applies, e.g. &lt;b>www.kde.org&lt;/b> or &lt;b>.kde.org&lt;/b>.
18 &lt;/qt></string>
19      </property>
20      <property name="text" >
21       <string>&amp;Domain name:</string>
22      </property>
23      <property name="wordWrap" >
24       <bool>false</bool>
25      </property>
26      <property name="buddy" >
27       <cstring>leDomain</cstring>
28      </property>
29     </widget>
30    </item>
31    <item row="0" column="1" >
32     <widget class="KLineEdit" name="leDomain" >
33      <property name="whatsThis" >
34       <string>&lt;qt>
35 Enter the host or domain to which this policy applies, e.g. &lt;b>www.kde.org&lt;/b> or &lt;b>.kde.org&lt;/b>.
36 &lt;/qt></string>
37      </property>
38     </widget>
39    </item>
40    <item row="1" column="0" >
41     <widget class="QLabel" name="lbPolicy" >
42      <property name="whatsThis" >
43       <string>&lt;qt>
44 Select the desired policy:
45 &lt;ul>
46 &lt;li>&lt;b>Accept&lt;/b> - Allows this site to set cookies&lt;/li>
47 &lt;li>&lt;b>Reject&lt;/b> - Refuse all cookies sent from this site&lt;/li>
48 &lt;li>&lt;b>Ask&lt;/b> - Prompt when cookies are received from this site&lt;/li>
49 &lt;/ul>
50 &lt;/qt></string>
51      </property>
52      <property name="text" >
53       <string>&amp;Policy:</string>
54      </property>
55      <property name="wordWrap" >
56       <bool>false</bool>
57      </property>
58      <property name="buddy" >
59       <cstring>cbPolicy</cstring>
60      </property>
61     </widget>
62    </item>
63    <item row="1" column="1" >
64     <widget class="KComboBox" name="cbPolicy" >
65      <property name="whatsThis" >
66       <string>&lt;qt>
67 Select the desired policy:
68 &lt;ul>
69 &lt;li>&lt;b>Accept&lt;/b> - Allows this site to set cookies&lt;/li>
70 &lt;li>&lt;b>Reject&lt;/b> - Refuse all cookies sent from this site&lt;/li>
71 &lt;li>&lt;b>Ask&lt;/b> - Prompt when cookies are received from this site&lt;/li>
72 &lt;/ul>
73 &lt;/qt></string>
74      </property>
75      <item>
76       <property name="text" >
77        <string>Accept</string>
78       </property>
79      </item>
80      <item>
81       <property name="text" >
82        <string>Reject</string>
83       </property>
84      </item>
85      <item>
86       <property name="text" >
87        <string>Ask</string>
88       </property>
89      </item>
90     </widget>
91    </item>
92    <item row="2" column="0" >
93     <spacer>
94      <property name="orientation" >
95       <enum>Qt::Vertical</enum>
96      </property>
97      <property name="sizeHint" stdset="0" >
98       <size>
99        <width>20</width>
100        <height>40</height>
101       </size>
102      </property>
103     </spacer>
104    </item>
105   </layout>
106  </widget>
107  <layoutdefault spacing="6" margin="11" />
108  <layoutfunction spacing="KDialog::spacingHint" margin="KDialog::marginHint" />
109  <customwidgets>
110   <customwidget>
111    <class>KComboBox</class>
112    <extends>QComboBox</extends>
113    <header>kcombobox.h</header>
114   </customwidget>
115   <customwidget>
116    <class>KLineEdit</class>
117    <extends>QLineEdit</extends>
118    <header>klineedit.h</header>
119   </customwidget>
120  </customwidgets>
121  <resources/>
122  <connections/>
123 </ui>