Warning, /kdevelop/kdevelop/plugins/meson/settings/mesonlisteditor.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>MesonListEditor</class>
0004  <widget class="QDialog" name="MesonListEditor">
0005   <property name="geometry">
0006    <rect>
0007     <x>0</x>
0008     <y>0</y>
0009     <width>400</width>
0010     <height>450</height>
0011    </rect>
0012   </property>
0013   <property name="windowTitle">
0014    <string>Dialog</string>
0015   </property>
0016   <layout class="QHBoxLayout" name="horizontalLayout">
0017    <item>
0018     <widget class="QListWidget" name="array">
0019      <property name="frameShadow">
0020       <enum>QFrame::Sunken</enum>
0021      </property>
0022      <property name="alternatingRowColors">
0023       <bool>true</bool>
0024      </property>
0025      <property name="uniformItemSizes">
0026       <bool>true</bool>
0027      </property>
0028      <property name="selectionRectVisible">
0029       <bool>true</bool>
0030      </property>
0031     </widget>
0032    </item>
0033    <item>
0034     <layout class="QVBoxLayout" name="verticalLayout">
0035      <item>
0036       <widget class="QPushButton" name="b_new">
0037        <property name="text">
0038         <string>New</string>
0039        </property>
0040        <property name="icon">
0041         <iconset theme="list-add"/>
0042        </property>
0043       </widget>
0044      </item>
0045      <item>
0046       <widget class="QPushButton" name="b_del">
0047        <property name="text">
0048         <string>Delete</string>
0049        </property>
0050        <property name="icon">
0051         <iconset theme="list-remove"/>
0052        </property>
0053       </widget>
0054      </item>
0055      <item>
0056       <widget class="Line" name="line">
0057        <property name="orientation">
0058         <enum>Qt::Horizontal</enum>
0059        </property>
0060       </widget>
0061      </item>
0062      <item>
0063       <widget class="QPushButton" name="b_first">
0064        <property name="text">
0065         <string>First</string>
0066        </property>
0067        <property name="icon">
0068         <iconset theme="arrow-up-double"/>
0069        </property>
0070       </widget>
0071      </item>
0072      <item>
0073       <widget class="QPushButton" name="b_up">
0074        <property name="text">
0075         <string>Up</string>
0076        </property>
0077        <property name="icon">
0078         <iconset theme="arrow-up"/>
0079        </property>
0080       </widget>
0081      </item>
0082      <item>
0083       <widget class="QPushButton" name="b_down">
0084        <property name="text">
0085         <string>Down</string>
0086        </property>
0087        <property name="icon">
0088         <iconset theme="arrow-down"/>
0089        </property>
0090       </widget>
0091      </item>
0092      <item>
0093       <widget class="QPushButton" name="b_last">
0094        <property name="text">
0095         <string>Last</string>
0096        </property>
0097        <property name="icon">
0098         <iconset theme="arrow-down-double"/>
0099        </property>
0100       </widget>
0101      </item>
0102      <item>
0103       <spacer name="verticalSpacer">
0104        <property name="orientation">
0105         <enum>Qt::Vertical</enum>
0106        </property>
0107        <property name="sizeHint" stdset="0">
0108         <size>
0109          <width>20</width>
0110          <height>40</height>
0111         </size>
0112        </property>
0113       </spacer>
0114      </item>
0115      <item>
0116       <widget class="QDialogButtonBox" name="buttonBox">
0117        <property name="sizePolicy">
0118         <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
0119          <horstretch>0</horstretch>
0120          <verstretch>0</verstretch>
0121         </sizepolicy>
0122        </property>
0123        <property name="orientation">
0124         <enum>Qt::Vertical</enum>
0125        </property>
0126        <property name="standardButtons">
0127         <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
0128        </property>
0129        <property name="centerButtons">
0130         <bool>false</bool>
0131        </property>
0132       </widget>
0133      </item>
0134     </layout>
0135    </item>
0136   </layout>
0137  </widget>
0138  <resources/>
0139  <connections>
0140   <connection>
0141    <sender>buttonBox</sender>
0142    <signal>accepted()</signal>
0143    <receiver>MesonListEditor</receiver>
0144    <slot>accept()</slot>
0145    <hints>
0146     <hint type="sourcelabel">
0147      <x>347</x>
0148      <y>404</y>
0149     </hint>
0150     <hint type="destinationlabel">
0151      <x>199</x>
0152      <y>224</y>
0153     </hint>
0154    </hints>
0155   </connection>
0156   <connection>
0157    <sender>buttonBox</sender>
0158    <signal>rejected()</signal>
0159    <receiver>MesonListEditor</receiver>
0160    <slot>reject()</slot>
0161    <hints>
0162     <hint type="sourcelabel">
0163      <x>347</x>
0164      <y>404</y>
0165     </hint>
0166     <hint type="destinationlabel">
0167      <x>199</x>
0168      <y>224</y>
0169     </hint>
0170    </hints>
0171   </connection>
0172   <connection>
0173    <sender>b_new</sender>
0174    <signal>clicked()</signal>
0175    <receiver>MesonListEditor</receiver>
0176    <slot>add()</slot>
0177    <hints>
0178     <hint type="sourcelabel">
0179      <x>347</x>
0180      <y>24</y>
0181     </hint>
0182     <hint type="destinationlabel">
0183      <x>199</x>
0184      <y>224</y>
0185     </hint>
0186    </hints>
0187   </connection>
0188   <connection>
0189    <sender>b_del</sender>
0190    <signal>clicked()</signal>
0191    <receiver>MesonListEditor</receiver>
0192    <slot>remove()</slot>
0193    <hints>
0194     <hint type="sourcelabel">
0195      <x>347</x>
0196      <y>65</y>
0197     </hint>
0198     <hint type="destinationlabel">
0199      <x>199</x>
0200      <y>224</y>
0201     </hint>
0202    </hints>
0203   </connection>
0204   <connection>
0205    <sender>b_up</sender>
0206    <signal>clicked()</signal>
0207    <receiver>MesonListEditor</receiver>
0208    <slot>up()</slot>
0209    <hints>
0210     <hint type="sourcelabel">
0211      <x>347</x>
0212      <y>115</y>
0213     </hint>
0214     <hint type="destinationlabel">
0215      <x>199</x>
0216      <y>224</y>
0217     </hint>
0218    </hints>
0219   </connection>
0220   <connection>
0221    <sender>b_down</sender>
0222    <signal>clicked()</signal>
0223    <receiver>MesonListEditor</receiver>
0224    <slot>down()</slot>
0225    <hints>
0226     <hint type="sourcelabel">
0227      <x>347</x>
0228      <y>156</y>
0229     </hint>
0230     <hint type="destinationlabel">
0231      <x>199</x>
0232      <y>224</y>
0233     </hint>
0234    </hints>
0235   </connection>
0236   <connection>
0237    <sender>array</sender>
0238    <signal>currentItemChanged(QListWidgetItem*,QListWidgetItem*)</signal>
0239    <receiver>MesonListEditor</receiver>
0240    <slot>currentItemChanged()</slot>
0241    <hints>
0242     <hint type="sourcelabel">
0243      <x>150</x>
0244      <y>224</y>
0245     </hint>
0246     <hint type="destinationlabel">
0247      <x>199</x>
0248      <y>224</y>
0249     </hint>
0250    </hints>
0251   </connection>
0252   <connection>
0253    <sender>b_first</sender>
0254    <signal>clicked()</signal>
0255    <receiver>MesonListEditor</receiver>
0256    <slot>first()</slot>
0257    <hints>
0258     <hint type="sourcelabel">
0259      <x>347</x>
0260      <y>115</y>
0261     </hint>
0262     <hint type="destinationlabel">
0263      <x>199</x>
0264      <y>224</y>
0265     </hint>
0266    </hints>
0267   </connection>
0268   <connection>
0269    <sender>b_last</sender>
0270    <signal>clicked()</signal>
0271    <receiver>MesonListEditor</receiver>
0272    <slot>last()</slot>
0273    <hints>
0274     <hint type="sourcelabel">
0275      <x>347</x>
0276      <y>238</y>
0277     </hint>
0278     <hint type="destinationlabel">
0279      <x>199</x>
0280      <y>224</y>
0281     </hint>
0282    </hints>
0283   </connection>
0284  </connections>
0285  <slots>
0286   <slot>add()</slot>
0287   <slot>remove()</slot>
0288   <slot>up()</slot>
0289   <slot>down()</slot>
0290   <slot>currentItemChanged()</slot>
0291   <slot>first()</slot>
0292   <slot>last()</slot>
0293  </slots>
0294 </ui>