Warning, /sdk/kommit/src/libkommitwidgets/dialogs/initdialog.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>InitDialog</class>
0004  <widget class="QDialog" name="InitDialog">
0005   <property name="geometry">
0006    <rect>
0007     <x>0</x>
0008     <y>0</y>
0009     <width>388</width>
0010     <height>95</height>
0011    </rect>
0012   </property>
0013   <property name="windowTitle">
0014    <string>Init git repo</string>
0015   </property>
0016   <property name="windowIcon">
0017    <iconset theme="kommit"/>
0018   </property>
0019   <layout class="QVBoxLayout" name="verticalLayout">
0020    <item>
0021     <layout class="QHBoxLayout" name="horizontalLayout">
0022      <item>
0023       <widget class="QLabel" name="label_2">
0024        <property name="text">
0025         <string>Directory:</string>
0026        </property>
0027       </widget>
0028      </item>
0029      <item>
0030       <widget class="KUrlRequester" name="lineEditPath"/>
0031      </item>
0032     </layout>
0033    </item>
0034    <item>
0035     <spacer name="verticalSpacer">
0036      <property name="orientation">
0037       <enum>Qt::Vertical</enum>
0038      </property>
0039      <property name="sizeHint" stdset="0">
0040       <size>
0041        <width>20</width>
0042        <height>10</height>
0043       </size>
0044      </property>
0045     </spacer>
0046    </item>
0047    <item>
0048     <widget class="QDialogButtonBox" name="buttonBox">
0049      <property name="orientation">
0050       <enum>Qt::Horizontal</enum>
0051      </property>
0052      <property name="standardButtons">
0053       <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
0054      </property>
0055     </widget>
0056    </item>
0057   </layout>
0058  </widget>
0059  <customwidgets>
0060   <customwidget>
0061    <class>KUrlRequester</class>
0062    <extends>QWidget</extends>
0063    <header>kurlrequester.h</header>
0064   </customwidget>
0065  </customwidgets>
0066  <resources/>
0067  <connections>
0068   <connection>
0069    <sender>buttonBox</sender>
0070    <signal>accepted()</signal>
0071    <receiver>InitDialog</receiver>
0072    <slot>accept()</slot>
0073    <hints>
0074     <hint type="sourcelabel">
0075      <x>248</x>
0076      <y>254</y>
0077     </hint>
0078     <hint type="destinationlabel">
0079      <x>157</x>
0080      <y>274</y>
0081     </hint>
0082    </hints>
0083   </connection>
0084   <connection>
0085    <sender>buttonBox</sender>
0086    <signal>rejected()</signal>
0087    <receiver>InitDialog</receiver>
0088    <slot>reject()</slot>
0089    <hints>
0090     <hint type="sourcelabel">
0091      <x>316</x>
0092      <y>260</y>
0093     </hint>
0094     <hint type="destinationlabel">
0095      <x>286</x>
0096      <y>274</y>
0097     </hint>
0098    </hints>
0099   </connection>
0100  </connections>
0101 </ui>