Warning, /network/falkon/src/lib/opensearch/searchenginesdialog.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>SearchEnginesDialog</class>
0004  <widget class="QDialog" name="SearchEnginesDialog">
0005   <property name="geometry">
0006    <rect>
0007     <x>0</x>
0008     <y>0</y>
0009     <width>465</width>
0010     <height>299</height>
0011    </rect>
0012   </property>
0013   <property name="windowTitle">
0014    <string>Manage Search Engines</string>
0015   </property>
0016   <layout class="QGridLayout" name="gridLayout">
0017    <item row="0" column="1">
0018     <layout class="QVBoxLayout" name="verticalLayout">
0019      <item>
0020       <widget class="QPushButton" name="add">
0021        <property name="text">
0022         <string>Add...</string>
0023        </property>
0024       </widget>
0025      </item>
0026      <item>
0027       <widget class="QPushButton" name="remove">
0028        <property name="text">
0029         <string>Remove</string>
0030        </property>
0031       </widget>
0032      </item>
0033      <item>
0034       <widget class="QPushButton" name="edit">
0035        <property name="text">
0036         <string>Edit</string>
0037        </property>
0038       </widget>
0039      </item>
0040      <item>
0041       <spacer name="verticalSpacer">
0042        <property name="orientation">
0043         <enum>Qt::Vertical</enum>
0044        </property>
0045        <property name="sizeHint" stdset="0">
0046         <size>
0047          <width>20</width>
0048          <height>40</height>
0049         </size>
0050        </property>
0051       </spacer>
0052      </item>
0053      <item>
0054       <widget class="QPushButton" name="setAsDefault">
0055        <property name="text">
0056         <string>Set as default</string>
0057        </property>
0058       </widget>
0059      </item>
0060      <item>
0061       <widget class="QPushButton" name="moveUp">
0062        <property name="text">
0063         <string>Up</string>
0064        </property>
0065       </widget>
0066      </item>
0067      <item>
0068       <widget class="QPushButton" name="moveDown">
0069        <property name="text">
0070         <string>Down</string>
0071        </property>
0072       </widget>
0073      </item>
0074     </layout>
0075    </item>
0076    <item row="0" column="0">
0077     <widget class="QTreeWidget" name="treeWidget">
0078      <property name="rootIsDecorated">
0079       <bool>false</bool>
0080      </property>
0081      <property name="sortingEnabled">
0082       <bool>true</bool>
0083      </property>
0084      <attribute name="headerDefaultSectionSize">
0085       <number>0</number>
0086      </attribute>
0087      <column>
0088       <property name="text">
0089        <string>Search Engine</string>
0090       </property>
0091      </column>
0092      <column>
0093       <property name="text">
0094        <string>Shortcut</string>
0095       </property>
0096      </column>
0097     </widget>
0098    </item>
0099    <item row="1" column="0" colspan="2">
0100     <layout class="QHBoxLayout" name="horizontalLayout">
0101      <item>
0102       <widget class="QPushButton" name="defaults">
0103        <property name="text">
0104         <string>Defaults</string>
0105        </property>
0106       </widget>
0107      </item>
0108      <item>
0109       <spacer name="horizontalSpacer">
0110        <property name="orientation">
0111         <enum>Qt::Horizontal</enum>
0112        </property>
0113        <property name="sizeHint" stdset="0">
0114         <size>
0115          <width>40</width>
0116          <height>20</height>
0117         </size>
0118        </property>
0119       </spacer>
0120      </item>
0121      <item>
0122       <widget class="QDialogButtonBox" name="buttonBox">
0123        <property name="sizePolicy">
0124         <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
0125          <horstretch>0</horstretch>
0126          <verstretch>0</verstretch>
0127         </sizepolicy>
0128        </property>
0129        <property name="orientation">
0130         <enum>Qt::Horizontal</enum>
0131        </property>
0132        <property name="standardButtons">
0133         <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
0134        </property>
0135       </widget>
0136      </item>
0137     </layout>
0138    </item>
0139   </layout>
0140  </widget>
0141  <resources/>
0142  <connections>
0143   <connection>
0144    <sender>buttonBox</sender>
0145    <signal>accepted()</signal>
0146    <receiver>SearchEnginesDialog</receiver>
0147    <slot>accept()</slot>
0148    <hints>
0149     <hint type="sourcelabel">
0150      <x>248</x>
0151      <y>254</y>
0152     </hint>
0153     <hint type="destinationlabel">
0154      <x>157</x>
0155      <y>274</y>
0156     </hint>
0157    </hints>
0158   </connection>
0159   <connection>
0160    <sender>buttonBox</sender>
0161    <signal>rejected()</signal>
0162    <receiver>SearchEnginesDialog</receiver>
0163    <slot>reject()</slot>
0164    <hints>
0165     <hint type="sourcelabel">
0166      <x>316</x>
0167      <y>260</y>
0168     </hint>
0169     <hint type="destinationlabel">
0170      <x>286</x>
0171      <y>274</y>
0172     </hint>
0173    </hints>
0174   </connection>
0175  </connections>
0176 </ui>