Warning, /games/kmuddy/plugins/mapper/dialogs/dlgspeedwalkprogressbase.ui is written in an unsupported language. File is not indexed.

0001 <?xml version="1.0" encoding="UTF-8"?>
0002 <ui version="4.0" stdsetdef="1">
0003   <author></author>
0004   <comment></comment>
0005   <exportmacro></exportmacro>
0006   <class>DlgSpeedwalkProgressBase</class>
0007   <widget class="QWidget" name="DlgSpeedwalkProgressBase">
0008     <property name="geometry">
0009       <rect>
0010         <x>0</x>
0011         <y>0</y>
0012         <width>124</width>
0013         <height>15</height>
0014       </rect>
0015     </property>
0016     <property name="minimumSize">
0017       <size>
0018         <width>0</width>
0019         <height>15</height>
0020       </size>
0021     </property>
0022     <property name="maximumSize">
0023       <size>
0024         <width>32767</width>
0025         <height>15</height>
0026       </size>
0027     </property>
0028     <property name="windowTitle">
0029       <string>Speedwalk Progress</string>
0030     </property>
0031     <layout class="QHBoxLayout">
0032       <property name="margin">
0033         <number>0</number>
0034       </property>
0035       <property name="spacing">
0036         <number>6</number>
0037       </property>
0038       <item>
0039         <widget class="QPushButton" name="cmdAbort">
0040           <property name="maximumSize">
0041             <size>
0042               <width>30</width>
0043               <height>15</height>
0044             </size>
0045           </property>
0046           <property name="text">
0047             <string>x</string>
0048           </property>
0049         </widget>
0050       </item>
0051       <item>
0052         <widget class="QProgressBar" name="ProgressBar">
0053           <property name="maximumSize">
0054             <size>
0055               <width>32767</width>
0056               <height>15</height>
0057             </size>
0058           </property>
0059         </widget>
0060       </item>
0061     </layout>
0062   </widget>
0063   <connections>
0064     <connection>
0065       <sender>cmdAbort</sender>
0066       <signal>clicked()</signal>
0067       <receiver>DlgSpeedwalkProgressBase</receiver>
0068       <slot>slotAbort()</slot>
0069     </connection>
0070   </connections>
0071 </ui>