Warning, /rolisteam/rolisteam/src/libraries/rwidgets/dialogs/connectionretrydialog.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>ConnectionRetryDialog</class>
0004  <widget class="QDialog" name="ConnectionRetryDialog">
0005   <property name="geometry">
0006    <rect>
0007     <x>0</x>
0008     <y>0</y>
0009     <width>357</width>
0010     <height>74</height>
0011    </rect>
0012   </property>
0013   <property name="windowTitle">
0014    <string>Connection Retry</string>
0015   </property>
0016   <layout class="QVBoxLayout" name="verticalLayout">
0017    <item>
0018     <widget class="QLabel" name="m_label">
0019      <property name="locale">
0020       <locale language="English" country="UnitedStates"/>
0021      </property>
0022      <property name="text">
0023       <string notr="true">Connection has failed! Connection Retry in %1s. </string>
0024      </property>
0025     </widget>
0026    </item>
0027    <item>
0028     <widget class="QDialogButtonBox" name="buttonBox">
0029      <property name="locale">
0030       <locale language="English" country="UnitedStates"/>
0031      </property>
0032      <property name="orientation">
0033       <enum>Qt::Horizontal</enum>
0034      </property>
0035      <property name="standardButtons">
0036       <set>QDialogButtonBox::Cancel</set>
0037      </property>
0038     </widget>
0039    </item>
0040   </layout>
0041  </widget>
0042  <resources/>
0043  <connections>
0044   <connection>
0045    <sender>buttonBox</sender>
0046    <signal>accepted()</signal>
0047    <receiver>ConnectionRetryDialog</receiver>
0048    <slot>accept()</slot>
0049    <hints>
0050     <hint type="sourcelabel">
0051      <x>248</x>
0052      <y>254</y>
0053     </hint>
0054     <hint type="destinationlabel">
0055      <x>157</x>
0056      <y>274</y>
0057     </hint>
0058    </hints>
0059   </connection>
0060   <connection>
0061    <sender>buttonBox</sender>
0062    <signal>rejected()</signal>
0063    <receiver>ConnectionRetryDialog</receiver>
0064    <slot>reject()</slot>
0065    <hints>
0066     <hint type="sourcelabel">
0067      <x>316</x>
0068      <y>260</y>
0069     </hint>
0070     <hint type="destinationlabel">
0071      <x>286</x>
0072      <y>274</y>
0073     </hint>
0074    </hints>
0075   </connection>
0076  </connections>
0077 </ui>