Warning, /sdk/kdesvn/src/urldlg.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>UrlDlg</class>
0004  <widget class="QDialog" name="UrlDlg">
0005   <property name="geometry">
0006    <rect>
0007     <x>0</x>
0008     <y>0</y>
0009     <width>400</width>
0010     <height>123</height>
0011    </rect>
0012   </property>
0013   <property name="windowTitle">
0014    <string>Open repository / working copy</string>
0015   </property>
0016   <layout class="QVBoxLayout" name="topLayout">
0017    <item>
0018     <widget class="QLabel" name="label">
0019      <property name="text">
0020       <string>Open repository or working copy</string>
0021      </property>
0022     </widget>
0023    </item>
0024    <item>
0025     <spacer name="verticalSpacer">
0026      <property name="orientation">
0027       <enum>Qt::Vertical</enum>
0028      </property>
0029      <property name="sizeHint" stdset="0">
0030       <size>
0031        <width>0</width>
0032        <height>0</height>
0033       </size>
0034      </property>
0035     </spacer>
0036    </item>
0037    <item>
0038     <widget class="Line" name="line">
0039      <property name="orientation">
0040       <enum>Qt::Horizontal</enum>
0041      </property>
0042     </widget>
0043    </item>
0044    <item>
0045     <widget class="QDialogButtonBox" name="buttonBox">
0046      <property name="orientation">
0047       <enum>Qt::Horizontal</enum>
0048      </property>
0049      <property name="standardButtons">
0050       <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
0051      </property>
0052     </widget>
0053    </item>
0054   </layout>
0055  </widget>
0056  <resources/>
0057  <connections>
0058   <connection>
0059    <sender>buttonBox</sender>
0060    <signal>accepted()</signal>
0061    <receiver>UrlDlg</receiver>
0062    <slot>accept()</slot>
0063    <hints>
0064     <hint type="sourcelabel">
0065      <x>248</x>
0066      <y>254</y>
0067     </hint>
0068     <hint type="destinationlabel">
0069      <x>157</x>
0070      <y>274</y>
0071     </hint>
0072    </hints>
0073   </connection>
0074   <connection>
0075    <sender>buttonBox</sender>
0076    <signal>rejected()</signal>
0077    <receiver>UrlDlg</receiver>
0078    <slot>reject()</slot>
0079    <hints>
0080     <hint type="sourcelabel">
0081      <x>316</x>
0082      <y>260</y>
0083     </hint>
0084     <hint type="destinationlabel">
0085      <x>286</x>
0086      <y>274</y>
0087     </hint>
0088    </hints>
0089   </connection>
0090  </connections>
0091 </ui>