add more spacing
[personal-kdebase.git] / apps / konqueror / settings / kio / useragentselectordlg.ui
blob443449f1b841570f94b49b327d6ac1255ea62514
1 <ui version="4.0" >
2  <class>UserAgentSelectorWidget</class>
3  <widget class="QWidget" name="UserAgentSelectorWidget" >
4   <property name="geometry" >
5    <rect>
6     <x>0</x>
7     <y>0</y>
8     <width>400</width>
9     <height>187</height>
10    </rect>
11   </property>
12   <layout class="QVBoxLayout" >
13    <item>
14     <widget class="QLabel" name="siteLabel" >
15      <property name="whatsThis" >
16       <string>&lt;qt>
17 Enter the site or domain name where a fake browser identification should be used.&lt;p>
18 &lt;u>NOTE:&lt;/u> Wildcard syntax such as \"*,?\" is NOT allowed: instead, use the top level address of a site to make generic matches; for example, if you want all KDE sites to receive a fake browser identification, you would enter &lt;code>.kde.org&lt;/code> - the fake identity would then be sent to any KDE site that ends with &lt;code>kde.org&lt;/code>.
19 &lt;/qt></string>
20      </property>
21      <property name="text" >
22       <string>&amp;When browsing the following site:</string>
23      </property>
24      <property name="wordWrap" >
25       <bool>false</bool>
26      </property>
27      <property name="buddy" >
28       <cstring>siteLineEdit</cstring>
29      </property>
30     </widget>
31    </item>
32    <item>
33     <widget class="KLineEdit" name="siteLineEdit" >
34      <property name="whatsThis" >
35       <string>&lt;qt>
36 Enter the site or domain name where a fake browser identification should be used.&lt;p>
37 &lt;u>NOTE:&lt;/u> Wildcard syntax such as \"*,?\" is NOT allowed: instead, use the top level address of a site to make generic matches; for example, if you want all KDE sites to receive a fake browser identification, you would enter &lt;code>.kde.org&lt;/code> - the fake identity would then be sent to any KDE site that ends with &lt;code>kde.org&lt;/code>.
38 &lt;/qt></string>
39      </property>
40     </widget>
41    </item>
42    <item>
43     <widget class="QLabel" name="aliasLabel" >
44      <property name="whatsThis" >
45       <string>&lt;qt>
46 Select the browser identification to use whenever contacting the site you specified above.
47 &lt;/qt></string>
48      </property>
49      <property name="text" >
50       <string>&amp;Use the following identification:</string>
51      </property>
52      <property name="wordWrap" >
53       <bool>false</bool>
54      </property>
55      <property name="buddy" >
56       <cstring>aliasComboBox</cstring>
57      </property>
58     </widget>
59    </item>
60    <item>
61     <widget class="KComboBox" name="aliasComboBox" >
62      <property name="whatsThis" >
63       <string>&lt;qt>
64 Select the browser identification to use whenever contacting the site you specified above.
65 &lt;/qt></string>
66      </property>
67     </widget>
68    </item>
69    <item>
70     <widget class="QLabel" name="identityLabel" >
71      <property name="whatsThis" >
72       <string>&lt;qt>
73 The actual browser identification text that will be sent to the remote machine.
74 &lt;/qt></string>
75      </property>
76      <property name="text" >
77       <string>Real identification:</string>
78      </property>
79      <property name="wordWrap" >
80       <bool>false</bool>
81      </property>
82     </widget>
83    </item>
84    <item>
85     <widget class="KLineEdit" name="identityLineEdit" >
86      <property name="whatsThis" >
87       <string>&lt;qt>
88 The actual browser identification text that will be sent to the remote machine.
89 &lt;/qt></string>
90      </property>
91      <property name="readOnly" >
92       <bool>true</bool>
93      </property>
94     </widget>
95    </item>
96    <item>
97     <spacer>
98      <property name="orientation" >
99       <enum>Qt::Vertical</enum>
100      </property>
101      <property name="sizeType" >
102       <enum>QSizePolicy::Expanding</enum>
103      </property>
104      <property name="sizeHint" >
105       <size>
106        <width>377</width>
107        <height>16</height>
108       </size>
109      </property>
110     </spacer>
111    </item>
112   </layout>
113  </widget>
114  <customwidgets>
115   <customwidget>
116    <class>KComboBox</class>
117    <extends>QComboBox</extends>
118    <header>kcombobox.h</header>
119   </customwidget>
120   <customwidget>
121    <class>KLineEdit</class>
122    <extends>QLineEdit</extends>
123    <header>klineedit.h</header>
124   </customwidget>
125  </customwidgets>
126  <resources/>
127  <connections/>
128 </ui>