Warning, /network/falkon/src/lib/preferences/useragentdialog.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>UserAgentDialog</class>
0004  <widget class="QDialog" name="UserAgentDialog">
0005   <property name="geometry">
0006    <rect>
0007     <x>0</x>
0008     <y>0</y>
0009     <width>504</width>
0010     <height>377</height>
0011    </rect>
0012   </property>
0013   <property name="windowTitle">
0014    <string>User Agent Manager</string>
0015   </property>
0016   <layout class="QVBoxLayout" name="verticalLayout_2">
0017    <item>
0018     <widget class="QCheckBox" name="changeGlobal">
0019      <property name="text">
0020       <string>Change global User Agent</string>
0021      </property>
0022     </widget>
0023    </item>
0024    <item>
0025     <widget class="QComboBox" name="globalComboBox">
0026      <property name="editable">
0027       <bool>true</bool>
0028      </property>
0029      <property name="sizeAdjustPolicy">
0030       <enum>QComboBox::AdjustToMinimumContentsLength</enum>
0031      </property>
0032      <property name="frame">
0033       <bool>false</bool>
0034      </property>
0035     </widget>
0036    </item>
0037    <item>
0038     <widget class="Line" name="line"/>
0039    </item>
0040    <item>
0041     <layout class="QVBoxLayout" name="verticalLayout_3">
0042      <property name="spacing">
0043       <number>0</number>
0044      </property>
0045      <item>
0046       <widget class="QCheckBox" name="changePerSite">
0047        <property name="text">
0048         <string>Use different User Agents for specified sites</string>
0049        </property>
0050       </widget>
0051      </item>
0052      <item>
0053       <widget class="QFrame" name="perSiteFrame">
0054        <layout class="QHBoxLayout" name="horizontalLayout">
0055         <property name="topMargin">
0056          <number>4</number>
0057         </property>
0058         <item>
0059          <widget class="QTableWidget" name="table">
0060           <property name="editTriggers">
0061            <set>QAbstractItemView::NoEditTriggers</set>
0062           </property>
0063           <property name="alternatingRowColors">
0064            <bool>true</bool>
0065           </property>
0066           <property name="selectionMode">
0067            <enum>QAbstractItemView::SingleSelection</enum>
0068           </property>
0069           <property name="selectionBehavior">
0070            <enum>QAbstractItemView::SelectRows</enum>
0071           </property>
0072           <property name="showGrid">
0073            <bool>false</bool>
0074           </property>
0075           <property name="sortingEnabled">
0076            <bool>true</bool>
0077           </property>
0078           <property name="wordWrap">
0079            <bool>false</bool>
0080           </property>
0081           <attribute name="horizontalHeaderStretchLastSection">
0082            <bool>true</bool>
0083           </attribute>
0084           <attribute name="verticalHeaderVisible">
0085            <bool>false</bool>
0086           </attribute>
0087           <attribute name="verticalHeaderDefaultSectionSize">
0088            <number>25</number>
0089           </attribute>
0090           <column>
0091            <property name="text">
0092             <string>Site</string>
0093            </property>
0094           </column>
0095           <column>
0096            <property name="text">
0097             <string>User Agent</string>
0098            </property>
0099           </column>
0100          </widget>
0101         </item>
0102         <item>
0103          <layout class="QVBoxLayout" name="verticalLayout">
0104           <item>
0105            <widget class="QPushButton" name="add">
0106             <property name="text">
0107              <string>Add</string>
0108             </property>
0109            </widget>
0110           </item>
0111           <item>
0112            <widget class="QPushButton" name="remove">
0113             <property name="text">
0114              <string>Remove</string>
0115             </property>
0116            </widget>
0117           </item>
0118           <item>
0119            <spacer name="verticalSpacer">
0120             <property name="orientation">
0121              <enum>Qt::Vertical</enum>
0122             </property>
0123             <property name="sizeHint" stdset="0">
0124              <size>
0125               <width>20</width>
0126               <height>40</height>
0127              </size>
0128             </property>
0129            </spacer>
0130           </item>
0131           <item>
0132            <widget class="QPushButton" name="edit">
0133             <property name="text">
0134              <string>Edit</string>
0135             </property>
0136            </widget>
0137           </item>
0138          </layout>
0139         </item>
0140        </layout>
0141       </widget>
0142      </item>
0143     </layout>
0144    </item>
0145    <item>
0146     <widget class="QDialogButtonBox" name="buttonBox">
0147      <property name="orientation">
0148       <enum>Qt::Horizontal</enum>
0149      </property>
0150      <property name="standardButtons">
0151       <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
0152      </property>
0153     </widget>
0154    </item>
0155   </layout>
0156  </widget>
0157  <resources/>
0158  <connections>
0159   <connection>
0160    <sender>buttonBox</sender>
0161    <signal>accepted()</signal>
0162    <receiver>UserAgentDialog</receiver>
0163    <slot>accept()</slot>
0164    <hints>
0165     <hint type="sourcelabel">
0166      <x>248</x>
0167      <y>254</y>
0168     </hint>
0169     <hint type="destinationlabel">
0170      <x>157</x>
0171      <y>274</y>
0172     </hint>
0173    </hints>
0174   </connection>
0175   <connection>
0176    <sender>buttonBox</sender>
0177    <signal>rejected()</signal>
0178    <receiver>UserAgentDialog</receiver>
0179    <slot>reject()</slot>
0180    <hints>
0181     <hint type="sourcelabel">
0182      <x>316</x>
0183      <y>260</y>
0184     </hint>
0185     <hint type="destinationlabel">
0186      <x>286</x>
0187      <y>274</y>
0188     </hint>
0189    </hints>
0190   </connection>
0191  </connections>
0192 </ui>