Warning, /rolisteam/rolisteam/src/libraries/rwidgets/dialogs/tipofdayviewer.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>TipOfDayViewer</class>
0004  <widget class="QDialog" name="TipOfDayViewer">
0005   <property name="geometry">
0006    <rect>
0007     <x>0</x>
0008     <y>0</y>
0009     <width>400</width>
0010     <height>123</height>
0011    </rect>
0012   </property>
0013   <property name="windowTitle">
0014    <string>Dialog</string>
0015   </property>
0016   <property name="windowIcon">
0017    <iconset resource="../../rolisteam.qrc">
0018     <normaloff>:/resources/images/logo/500-symbole.png</normaloff>:/resources/images/logo/500-symbole.png</iconset>
0019   </property>
0020   <layout class="QVBoxLayout" name="verticalLayout" stretch="1,0">
0021    <item>
0022     <widget class="QLabel" name="m_text">
0023      <property name="text">
0024       <string/>
0025      </property>
0026      <property name="textFormat">
0027       <enum>Qt::RichText</enum>
0028      </property>
0029      <property name="openExternalLinks">
0030       <bool>true</bool>
0031      </property>
0032      <property name="textInteractionFlags">
0033       <set>Qt::LinksAccessibleByKeyboard|Qt::LinksAccessibleByMouse|Qt::TextBrowserInteraction|Qt::TextSelectableByKeyboard|Qt::TextSelectableByMouse</set>
0034      </property>
0035     </widget>
0036    </item>
0037    <item>
0038     <layout class="QHBoxLayout" name="horizontalLayout">
0039      <item>
0040       <widget class="QCheckBox" name="m_neverShowAgain">
0041        <property name="text">
0042         <string>Never show it again !</string>
0043        </property>
0044       </widget>
0045      </item>
0046      <item>
0047       <widget class="QDialogButtonBox" name="m_buttonBox">
0048        <property name="orientation">
0049         <enum>Qt::Horizontal</enum>
0050        </property>
0051        <property name="standardButtons">
0052         <set>QDialogButtonBox::Ok|QDialogButtonBox::Open</set>
0053        </property>
0054       </widget>
0055      </item>
0056     </layout>
0057    </item>
0058   </layout>
0059  </widget>
0060  <resources>
0061   <include location="../../rolisteam.qrc"/>
0062   <include location="../../rolisteam.qrc"/>
0063  </resources>
0064  <connections>
0065   <connection>
0066    <sender>m_buttonBox</sender>
0067    <signal>accepted()</signal>
0068    <receiver>TipOfDayViewer</receiver>
0069    <slot>accept()</slot>
0070    <hints>
0071     <hint type="sourcelabel">
0072      <x>248</x>
0073      <y>254</y>
0074     </hint>
0075     <hint type="destinationlabel">
0076      <x>157</x>
0077      <y>274</y>
0078     </hint>
0079    </hints>
0080   </connection>
0081   <connection>
0082    <sender>m_buttonBox</sender>
0083    <signal>rejected()</signal>
0084    <receiver>TipOfDayViewer</receiver>
0085    <slot>reject()</slot>
0086    <hints>
0087     <hint type="sourcelabel">
0088      <x>316</x>
0089      <y>260</y>
0090     </hint>
0091     <hint type="destinationlabel">
0092      <x>286</x>
0093      <y>274</y>
0094     </hint>
0095    </hints>
0096   </connection>
0097  </connections>
0098 </ui>