Warning, /sdk/kdesvn/src/svnfrontend/propertiesdlg.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>PropertiesDlg</class>
0004  <widget class="QDialog" name="PropertiesDlg">
0005   <property name="geometry">
0006    <rect>
0007     <x>0</x>
0008     <y>0</y>
0009     <width>500</width>
0010     <height>400</height>
0011    </rect>
0012   </property>
0013   <property name="windowTitle">
0014    <string>View and modify properties</string>
0015   </property>
0016   <layout class="QGridLayout" name="gridLayout">
0017    <item row="0" column="0" rowspan="4">
0018     <widget class="Propertylist" name="tvPropertyList">
0019      <column>
0020       <property name="text">
0021        <string notr="true">1</string>
0022       </property>
0023      </column>
0024     </widget>
0025    </item>
0026    <item row="4" column="0" colspan="2">
0027     <widget class="QDialogButtonBox" name="buttonBox">
0028      <property name="orientation">
0029       <enum>Qt::Horizontal</enum>
0030      </property>
0031      <property name="standardButtons">
0032       <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
0033      </property>
0034     </widget>
0035    </item>
0036    <item row="0" column="1">
0037     <widget class="QPushButton" name="pbAdd">
0038      <property name="text">
0039       <string>Add Property</string>
0040      </property>
0041     </widget>
0042    </item>
0043    <item row="1" column="1">
0044     <widget class="QPushButton" name="pbModify">
0045      <property name="text">
0046       <string>Modify Property</string>
0047      </property>
0048     </widget>
0049    </item>
0050    <item row="2" column="1">
0051     <widget class="QPushButton" name="pbDelete">
0052      <property name="text">
0053       <string>Delete Property</string>
0054      </property>
0055     </widget>
0056    </item>
0057   </layout>
0058  </widget>
0059  <customwidgets>
0060   <customwidget>
0061    <class>Propertylist</class>
0062    <extends>QTreeWidget</extends>
0063    <header>fronthelpers/propertylist.h</header>
0064   </customwidget>
0065  </customwidgets>
0066  <resources/>
0067  <connections>
0068   <connection>
0069    <sender>buttonBox</sender>
0070    <signal>accepted()</signal>
0071    <receiver>PropertiesDlg</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>PropertiesDlg</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>