Warning, /graphics/gwenview/app/renamedialog.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>RenameDialog</class>
0004  <widget class="QDialog" name="RenameDialog">
0005   <property name="geometry">
0006    <rect>
0007     <x>0</x>
0008     <y>0</y>
0009     <width>332</width>
0010     <height>111</height>
0011    </rect>
0012   </property>
0013   <property name="sizePolicy">
0014    <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
0015     <horstretch>0</horstretch>
0016     <verstretch>0</verstretch>
0017    </sizepolicy>
0018   </property>
0019   <property name="maximumSize">
0020    <size>
0021     <width>16777215</width>
0022     <height>111</height>
0023    </size>
0024   </property>
0025   <property name="windowTitle">
0026    <string comment="@title:window">Rename</string>
0027   </property>
0028   <layout class="QVBoxLayout" name="verticalLayout">
0029    <item>
0030     <widget class="QLabel" name="mFilenameLabel">
0031      <property name="text">
0032       <string notr="true">Rename &lt;filename&gt; to:</string>
0033      </property>
0034     </widget>
0035    </item>
0036    <item>
0037     <widget class="QLineEdit" name="mFilename"/>
0038    </item>
0039    <item>
0040     <spacer name="verticalSpacer">
0041      <property name="orientation">
0042       <enum>Qt::Vertical</enum>
0043      </property>
0044      <property name="sizeHint" stdset="0">
0045       <size>
0046        <width>20</width>
0047        <height>0</height>
0048       </size>
0049      </property>
0050     </spacer>
0051    </item>
0052    <item>
0053     <widget class="QDialogButtonBox" name="mButtonBox">
0054      <property name="orientation">
0055       <enum>Qt::Horizontal</enum>
0056      </property>
0057      <property name="standardButtons">
0058       <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
0059      </property>
0060     </widget>
0061    </item>
0062   </layout>
0063  </widget>
0064  <resources/>
0065  <connections>
0066   <connection>
0067    <sender>mButtonBox</sender>
0068    <signal>accepted()</signal>
0069    <receiver>RenameDialog</receiver>
0070    <slot>accept()</slot>
0071    <hints>
0072     <hint type="sourcelabel">
0073      <x>248</x>
0074      <y>254</y>
0075     </hint>
0076     <hint type="destinationlabel">
0077      <x>157</x>
0078      <y>274</y>
0079     </hint>
0080    </hints>
0081   </connection>
0082   <connection>
0083    <sender>mButtonBox</sender>
0084    <signal>rejected()</signal>
0085    <receiver>RenameDialog</receiver>
0086    <slot>reject()</slot>
0087    <hints>
0088     <hint type="sourcelabel">
0089      <x>316</x>
0090      <y>260</y>
0091     </hint>
0092     <hint type="destinationlabel">
0093      <x>286</x>
0094      <y>274</y>
0095     </hint>
0096    </hints>
0097   </connection>
0098  </connections>
0099 </ui>