2 <class>UserAgentSelectorWidget</class>
3 <widget class="QWidget" name="UserAgentSelectorWidget" >
4 <property name="geometry" >
12 <layout class="QVBoxLayout" >
14 <widget class="QLabel" name="siteLabel" >
15 <property name="whatsThis" >
17 Enter the site or domain name where a fake browser identification should be used.<p>
18 <u>NOTE:</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 <code>.kde.org</code> - the fake identity would then be sent to any KDE site that ends with <code>kde.org</code>.
21 <property name="text" >
22 <string>&When browsing the following site:</string>
24 <property name="wordWrap" >
27 <property name="buddy" >
28 <cstring>siteLineEdit</cstring>
33 <widget class="KLineEdit" name="siteLineEdit" >
34 <property name="whatsThis" >
36 Enter the site or domain name where a fake browser identification should be used.<p>
37 <u>NOTE:</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 <code>.kde.org</code> - the fake identity would then be sent to any KDE site that ends with <code>kde.org</code>.
43 <widget class="QLabel" name="aliasLabel" >
44 <property name="whatsThis" >
46 Select the browser identification to use whenever contacting the site you specified above.
49 <property name="text" >
50 <string>&Use the following identification:</string>
52 <property name="wordWrap" >
55 <property name="buddy" >
56 <cstring>aliasComboBox</cstring>
61 <widget class="KComboBox" name="aliasComboBox" >
62 <property name="whatsThis" >
64 Select the browser identification to use whenever contacting the site you specified above.
70 <widget class="QLabel" name="identityLabel" >
71 <property name="whatsThis" >
73 The actual browser identification text that will be sent to the remote machine.
76 <property name="text" >
77 <string>Real identification:</string>
79 <property name="wordWrap" >
85 <widget class="KLineEdit" name="identityLineEdit" >
86 <property name="whatsThis" >
88 The actual browser identification text that will be sent to the remote machine.
91 <property name="readOnly" >
98 <property name="orientation" >
99 <enum>Qt::Vertical</enum>
101 <property name="sizeType" >
102 <enum>QSizePolicy::Expanding</enum>
104 <property name="sizeHint" >
116 <class>KComboBox</class>
117 <extends>QComboBox</extends>
118 <header>kcombobox.h</header>
121 <class>KLineEdit</class>
122 <extends>QLineEdit</extends>
123 <header>klineedit.h</header>