Warning, /utilities/krename/src/progressdialog.ui is written in an unsupported language. File is not indexed.

0001 <ui version="4.0" >
0002  <class>ProgressDialog</class>
0003  <widget class="QDialog" name="ProgressDialog" >
0004   <property name="geometry" >
0005    <rect>
0006     <x>0</x>
0007     <y>0</y>
0008     <width>400</width>
0009     <height>300</height>
0010    </rect>
0011   </property>
0012   <property name="windowTitle" >
0013    <string>Progress</string>
0014   </property>
0015   <layout class="QVBoxLayout" >
0016    <item>
0017     <layout class="QHBoxLayout" >
0018      <item>
0019       <widget class="QProgressBar" name="bar" >
0020        <property name="value" >
0021         <number>24</number>
0022        </property>
0023       </widget>
0024      </item>
0025      <item>
0026       <widget class="QPushButton" name="buttonCancel" >
0027        <property name="text" >
0028         <string>&amp;Cancel</string>
0029        </property>
0030       </widget>
0031      </item>
0032     </layout>
0033    </item>
0034    <item>
0035     <widget class="QListWidget" name="display" />
0036    </item>
0037    <item>
0038     <widget class="QDialogButtonBox" name="buttonBox" >
0039      <property name="orientation" >
0040       <enum>Qt::Horizontal</enum>
0041      </property>
0042      <property name="standardButtons" >
0043       <set>QDialogButtonBox::Close</set>
0044      </property>
0045      <property name="centerButtons" >
0046       <bool>true</bool>
0047      </property>
0048     </widget>
0049    </item>
0050   </layout>
0051  </widget>
0052  <resources/>
0053  <connections>
0054   <connection>
0055    <sender>buttonBox</sender>
0056    <signal>accepted()</signal>
0057    <receiver>ProgressDialog</receiver>
0058    <slot>accept()</slot>
0059    <hints>
0060     <hint type="sourcelabel" >
0061      <x>248</x>
0062      <y>254</y>
0063     </hint>
0064     <hint type="destinationlabel" >
0065      <x>157</x>
0066      <y>274</y>
0067     </hint>
0068    </hints>
0069   </connection>
0070   <connection>
0071    <sender>buttonBox</sender>
0072    <signal>rejected()</signal>
0073    <receiver>ProgressDialog</receiver>
0074    <slot>reject()</slot>
0075    <hints>
0076     <hint type="sourcelabel" >
0077      <x>316</x>
0078      <y>260</y>
0079     </hint>
0080     <hint type="destinationlabel" >
0081      <x>286</x>
0082      <y>274</y>
0083     </hint>
0084    </hints>
0085   </connection>
0086  </connections>
0087 </ui>