Warning, /network/falkon/src/lib/opensearch/editsearchengine.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>EditSearchEngine</class>
0004  <widget class="QDialog" name="EditSearchEngine">
0005   <property name="geometry">
0006    <rect>
0007     <x>0</x>
0008     <y>0</y>
0009     <width>366</width>
0010     <height>204</height>
0011    </rect>
0012   </property>
0013   <layout class="QFormLayout" name="formLayout">
0014    <property name="fieldGrowthPolicy">
0015     <enum>QFormLayout::ExpandingFieldsGrow</enum>
0016    </property>
0017    <item row="0" column="0">
0018     <widget class="QLabel" name="label">
0019      <property name="text">
0020       <string>Name:</string>
0021      </property>
0022     </widget>
0023    </item>
0024    <item row="0" column="1">
0025     <widget class="QLineEdit" name="name"/>
0026    </item>
0027    <item row="1" column="0">
0028     <widget class="QLabel" name="label_2">
0029      <property name="text">
0030       <string>Url:</string>
0031      </property>
0032     </widget>
0033    </item>
0034    <item row="1" column="1">
0035     <widget class="QLineEdit" name="url">
0036      <property name="text">
0037       <string notr="true">http://</string>
0038      </property>
0039     </widget>
0040    </item>
0041    <item row="3" column="0">
0042     <widget class="QLabel" name="label_3">
0043      <property name="text">
0044       <string>Shortcut:</string>
0045      </property>
0046     </widget>
0047    </item>
0048    <item row="3" column="1">
0049     <widget class="QLineEdit" name="shortcut"/>
0050    </item>
0051    <item row="4" column="0">
0052     <widget class="QLabel" name="iconLabel">
0053      <property name="text">
0054       <string>Icon:</string>
0055      </property>
0056     </widget>
0057    </item>
0058    <item row="4" column="1">
0059     <widget class="QFrame" name="editIconFrame">
0060      <layout class="QHBoxLayout" name="editIconLayout">
0061       <property name="margin">
0062        <number>0</number>
0063       </property>
0064       <item>
0065        <widget class="QLabel" name="icon">
0066         <property name="minimumSize">
0067          <size>
0068           <width>16</width>
0069           <height>16</height>
0070          </size>
0071         </property>
0072         <property name="maximumSize">
0073          <size>
0074           <width>16</width>
0075           <height>16</height>
0076          </size>
0077         </property>
0078        </widget>
0079       </item>
0080       <item>
0081        <widget class="QPushButton" name="iconFromFile">
0082         <property name="text">
0083          <string>Change...</string>
0084         </property>
0085        </widget>
0086       </item>
0087       <item>
0088        <spacer name="horizontalSpacer">
0089         <property name="orientation">
0090          <enum>Qt::Horizontal</enum>
0091         </property>
0092         <property name="sizeHint" stdset="0">
0093          <size>
0094           <width>40</width>
0095           <height>20</height>
0096          </size>
0097         </property>
0098        </spacer>
0099       </item>
0100      </layout>
0101     </widget>
0102    </item>
0103    <item row="5" column="0" colspan="2">
0104     <widget class="QLabel" name="label_4">
0105      <property name="text">
0106       <string>&lt;b&gt;Note: &lt;/b&gt;%s in url or post data represent searched string</string>
0107      </property>
0108     </widget>
0109    </item>
0110    <item row="6" column="1">
0111     <widget class="QDialogButtonBox" name="buttonBox">
0112      <property name="orientation">
0113       <enum>Qt::Horizontal</enum>
0114      </property>
0115      <property name="standardButtons">
0116       <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
0117      </property>
0118     </widget>
0119    </item>
0120    <item row="2" column="0">
0121     <widget class="QLabel" name="label_5">
0122      <property name="text">
0123       <string>Post Data:</string>
0124      </property>
0125     </widget>
0126    </item>
0127    <item row="2" column="1">
0128     <widget class="QLineEdit" name="postData"/>
0129    </item>
0130   </layout>
0131  </widget>
0132  <resources/>
0133  <connections>
0134   <connection>
0135    <sender>buttonBox</sender>
0136    <signal>accepted()</signal>
0137    <receiver>EditSearchEngine</receiver>
0138    <slot>accept()</slot>
0139    <hints>
0140     <hint type="sourcelabel">
0141      <x>248</x>
0142      <y>254</y>
0143     </hint>
0144     <hint type="destinationlabel">
0145      <x>157</x>
0146      <y>274</y>
0147     </hint>
0148    </hints>
0149   </connection>
0150   <connection>
0151    <sender>buttonBox</sender>
0152    <signal>rejected()</signal>
0153    <receiver>EditSearchEngine</receiver>
0154    <slot>reject()</slot>
0155    <hints>
0156     <hint type="sourcelabel">
0157      <x>316</x>
0158      <y>260</y>
0159     </hint>
0160     <hint type="destinationlabel">
0161      <x>286</x>
0162      <y>274</y>
0163     </hint>
0164    </hints>
0165   </connection>
0166  </connections>
0167 </ui>