Warning, /network/konqueror/settings/konqhtml/useragent/useragent.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>UserAgent</class>
0004  <widget class="QWidget" name="UserAgent">
0005   <property name="geometry">
0006    <rect>
0007     <x>0</x>
0008     <y>0</y>
0009     <width>536</width>
0010     <height>552</height>
0011    </rect>
0012   </property>
0013   <property name="windowTitle">
0014    <string>Form</string>
0015   </property>
0016   <layout class="QGridLayout" name="gridLayout">
0017    <item row="2" column="0">
0018     <widget class="QGroupBox" name="customUABox">
0019      <property name="enabled">
0020       <bool>true</bool>
0021      </property>
0022      <property name="title">
0023       <string>Existing identifications</string>
0024      </property>
0025      <layout class="QVBoxLayout" name="verticalLayout_3">
0026       <item>
0027        <widget class="KMessageWidget" name="invalidTemplateNameWidget"/>
0028       </item>
0029       <item>
0030        <layout class="QHBoxLayout" name="horizontalLayout_2">
0031         <item>
0032          <layout class="QVBoxLayout" name="verticalLayout">
0033           <item>
0034            <widget class="QTreeWidget" name="templates">
0035             <property name="toolTip">
0036              <string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;&lt;br/&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
0037             </property>
0038             <property name="editTriggers">
0039              <set>QAbstractItemView::NoEditTriggers</set>
0040             </property>
0041             <property name="showDropIndicator" stdset="0">
0042              <bool>false</bool>
0043             </property>
0044             <property name="rootIsDecorated">
0045              <bool>false</bool>
0046             </property>
0047             <property name="uniformRowHeights">
0048              <bool>true</bool>
0049             </property>
0050             <property name="itemsExpandable">
0051              <bool>false</bool>
0052             </property>
0053             <property name="allColumnsShowFocus">
0054              <bool>true</bool>
0055             </property>
0056             <property name="columnCount">
0057              <number>2</number>
0058             </property>
0059             <column>
0060              <property name="text">
0061               <string>Name</string>
0062              </property>
0063             </column>
0064             <column>
0065              <property name="text">
0066               <string>Content</string>
0067              </property>
0068             </column>
0069            </widget>
0070           </item>
0071          </layout>
0072         </item>
0073         <item>
0074          <layout class="QVBoxLayout" name="verticalLayout_2">
0075           <item>
0076            <widget class="QPushButton" name="newTemplateBtn">
0077             <property name="enabled">
0078              <bool>true</bool>
0079             </property>
0080             <property name="toolTip">
0081              <string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;&lt;br/&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
0082             </property>
0083             <property name="text">
0084              <string>&amp;New...</string>
0085             </property>
0086            </widget>
0087           </item>
0088           <item>
0089            <widget class="QPushButton" name="editTemplateBtn">
0090             <property name="enabled">
0091              <bool>false</bool>
0092             </property>
0093             <property name="toolTip">
0094              <string/>
0095             </property>
0096             <property name="text">
0097              <string>&amp;Edit...</string>
0098             </property>
0099            </widget>
0100           </item>
0101           <item>
0102            <widget class="QPushButton" name="renameTemplateBtn">
0103             <property name="enabled">
0104              <bool>false</bool>
0105             </property>
0106             <property name="toolTip">
0107              <string/>
0108             </property>
0109             <property name="text">
0110              <string>&amp;Rename...</string>
0111             </property>
0112            </widget>
0113           </item>
0114           <item>
0115            <widget class="QPushButton" name="duplicateTemplateBtn">
0116             <property name="enabled">
0117              <bool>false</bool>
0118             </property>
0119             <property name="toolTip">
0120              <string/>
0121             </property>
0122             <property name="text">
0123              <string>Du&amp;plicate...</string>
0124             </property>
0125            </widget>
0126           </item>
0127           <item>
0128            <widget class="QPushButton" name="deleteTemplateBtn">
0129             <property name="enabled">
0130              <bool>false</bool>
0131             </property>
0132             <property name="toolTip">
0133              <string/>
0134             </property>
0135             <property name="text">
0136              <string>&amp;Delete</string>
0137             </property>
0138            </widget>
0139           </item>
0140          </layout>
0141         </item>
0142        </layout>
0143       </item>
0144       <item>
0145        <widget class="QPushButton" name="useTemplateBtn">
0146         <property name="enabled">
0147          <bool>false</bool>
0148         </property>
0149         <property name="toolTip">
0150          <string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;&lt;br/&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
0151         </property>
0152         <property name="text">
0153          <string>Choose &amp;selected identification</string>
0154         </property>
0155        </widget>
0156       </item>
0157      </layout>
0158     </widget>
0159    </item>
0160    <item row="0" column="0">
0161     <widget class="QCheckBox" name="useDefaultUA">
0162      <property name="toolTip">
0163       <string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;&lt;br/&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
0164      </property>
0165      <property name="text">
0166       <string>Use &amp;default identification</string>
0167      </property>
0168      <property name="checked">
0169       <bool>true</bool>
0170      </property>
0171     </widget>
0172    </item>
0173    <item row="1" column="0">
0174     <layout class="QHBoxLayout" name="horizontalLayout">
0175      <item>
0176       <widget class="QLabel" name="label">
0177        <property name="toolTip">
0178         <string/>
0179        </property>
0180        <property name="text">
0181         <string>&amp;Custom identification</string>
0182        </property>
0183        <property name="buddy">
0184         <cstring>userAgentString</cstring>
0185        </property>
0186       </widget>
0187      </item>
0188      <item>
0189       <widget class="QLineEdit" name="userAgentString">
0190        <property name="toolTip">
0191         <string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;The browser identification to use when the default identification is disabled.&lt;/p&gt;&lt;p&gt;You can enter it manually or start from one in the list below and change it according to your needs.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
0192        </property>
0193       </widget>
0194      </item>
0195     </layout>
0196    </item>
0197   </layout>
0198  </widget>
0199  <customwidgets>
0200   <customwidget>
0201    <class>KMessageWidget</class>
0202    <extends>QFrame</extends>
0203    <header>kmessagewidget.h</header>
0204    <container>1</container>
0205   </customwidget>
0206  </customwidgets>
0207  <resources/>
0208  <connections/>
0209 </ui>