Warning, /network/falkon/src/lib/adblock/adblockaddsubscriptiondialog.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>AdBlockAddSubscriptionDialog</class>
0004  <widget class="QDialog" name="AdBlockAddSubscriptionDialog">
0005   <property name="geometry">
0006    <rect>
0007     <x>0</x>
0008     <y>0</y>
0009     <width>557</width>
0010     <height>162</height>
0011    </rect>
0012   </property>
0013   <property name="windowTitle">
0014    <string>Add Subscription</string>
0015   </property>
0016   <layout class="QFormLayout" name="formLayout">
0017    <item row="1" column="0" colspan="2">
0018     <widget class="QComboBox" name="comboBox"/>
0019    </item>
0020    <item row="2" column="0">
0021     <widget class="QLabel" name="label">
0022      <property name="text">
0023       <string>Title:</string>
0024      </property>
0025     </widget>
0026    </item>
0027    <item row="2" column="1">
0028     <widget class="QLineEdit" name="title"/>
0029    </item>
0030    <item row="3" column="0">
0031     <widget class="QLabel" name="label_2">
0032      <property name="text">
0033       <string>Address:</string>
0034      </property>
0035     </widget>
0036    </item>
0037    <item row="3" column="1">
0038     <widget class="QLineEdit" name="url"/>
0039    </item>
0040    <item row="4" column="1">
0041     <widget class="QDialogButtonBox" name="buttonBox">
0042      <property name="orientation">
0043       <enum>Qt::Horizontal</enum>
0044      </property>
0045      <property name="standardButtons">
0046       <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
0047      </property>
0048     </widget>
0049    </item>
0050    <item row="0" column="0" colspan="2">
0051     <widget class="QLabel" name="label_3">
0052      <property name="text">
0053       <string>Add new subscription to AdBlock:</string>
0054      </property>
0055     </widget>
0056    </item>
0057   </layout>
0058  </widget>
0059  <resources/>
0060  <connections>
0061   <connection>
0062    <sender>buttonBox</sender>
0063    <signal>accepted()</signal>
0064    <receiver>AdBlockAddSubscriptionDialog</receiver>
0065    <slot>accept()</slot>
0066    <hints>
0067     <hint type="sourcelabel">
0068      <x>248</x>
0069      <y>254</y>
0070     </hint>
0071     <hint type="destinationlabel">
0072      <x>157</x>
0073      <y>274</y>
0074     </hint>
0075    </hints>
0076   </connection>
0077   <connection>
0078    <sender>buttonBox</sender>
0079    <signal>rejected()</signal>
0080    <receiver>AdBlockAddSubscriptionDialog</receiver>
0081    <slot>reject()</slot>
0082    <hints>
0083     <hint type="sourcelabel">
0084      <x>316</x>
0085      <y>260</y>
0086     </hint>
0087     <hint type="destinationlabel">
0088      <x>286</x>
0089      <y>274</y>
0090     </hint>
0091    </hints>
0092   </connection>
0093  </connections>
0094 </ui>