Warning, /multimedia/amarok/src/services/opmldirectory/AddOpmlWidget.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>AddOpmlWidget</class>
0004  <widget class="QWidget" name="AddOpmlWidget">
0005   <property name="geometry">
0006    <rect>
0007     <x>0</x>
0008     <y>0</y>
0009     <width>530</width>
0010     <height>117</height>
0011    </rect>
0012   </property>
0013   <property name="sizePolicy">
0014    <sizepolicy hsizetype="MinimumExpanding" vsizetype="Minimum">
0015     <horstretch>0</horstretch>
0016     <verstretch>0</verstretch>
0017    </sizepolicy>
0018   </property>
0019   <property name="minimumSize">
0020    <size>
0021     <width>530</width>
0022     <height>117</height>
0023    </size>
0024   </property>
0025   <layout class="QFormLayout" name="formLayout">
0026    <item row="0" column="0" colspan="2">
0027     <layout class="QHBoxLayout" name="horizontalLayout">
0028      <property name="sizeConstraint">
0029       <enum>QLayout::SetMinimumSize</enum>
0030      </property>
0031      <property name="leftMargin">
0032       <number>10</number>
0033      </property>
0034      <item>
0035       <widget class="QLabel" name="instructionsLabel">
0036        <property name="text">
0037         <string>Add a local or remote OPML file to be included in the list.</string>
0038        </property>
0039        <property name="wordWrap">
0040         <bool>true</bool>
0041        </property>
0042       </widget>
0043      </item>
0044      <item>
0045       <spacer name="likebackAreaKeepout">
0046        <property name="orientation">
0047         <enum>Qt::Horizontal</enum>
0048        </property>
0049        <property name="sizeType">
0050         <enum>QSizePolicy::Fixed</enum>
0051        </property>
0052        <property name="sizeHint" stdset="0">
0053         <size>
0054          <width>100</width>
0055          <height>20</height>
0056         </size>
0057        </property>
0058       </spacer>
0059      </item>
0060     </layout>
0061    </item>
0062    <item row="1" column="0">
0063     <widget class="QLabel" name="UrlLabel">
0064      <property name="text">
0065       <string>URL:</string>
0066      </property>
0067      <property name="alignment">
0068       <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
0069      </property>
0070     </widget>
0071    </item>
0072    <item row="1" column="1">
0073     <widget class="KUrlRequester" name="urlEdit"/>
0074    </item>
0075    <item row="2" column="0">
0076     <widget class="QLabel" name="titleLabel">
0077      <property name="text">
0078       <string>Title:</string>
0079      </property>
0080      <property name="alignment">
0081       <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
0082      </property>
0083     </widget>
0084    </item>
0085    <item row="2" column="1">
0086     <widget class="QLineEdit" name="titleEdit">
0087      <property name="placeholderText">
0088       <string>If left blank the title from the OPML will be used.</string>
0089      </property>
0090     </widget>
0091    </item>
0092   </layout>
0093  </widget>
0094  <customwidgets>
0095   <customwidget>
0096    <class>KUrlRequester</class>
0097    <extends>QFrame</extends>
0098    <header>kurlrequester.h</header>
0099    <container>1</container>
0100   </customwidget>
0101   <customwidget>
0102    <class>QLineEdit</class>
0103    <extends>QLineEdit</extends>
0104    <header>qlineedit.h</header>
0105   </customwidget>
0106  </customwidgets>
0107  <resources/>
0108  <connections/>
0109  <slots>
0110   <signal>changed()</signal>
0111   <slot>slotChanged()</slot>
0112  </slots>
0113 </ui>