Warning, /education/marble/src/plugins/render/eclipses/EclipsesReminderDialog.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>EclipsesReminderDialog</class>
0004  <widget class="QDialog" name="EclipsesReminderDialog">
0005   <property name="geometry">
0006    <rect>
0007     <x>0</x>
0008     <y>0</y>
0009     <width>425</width>
0010     <height>254</height>
0011    </rect>
0012   </property>
0013   <property name="windowTitle">
0014    <string>Eclipse Event</string>
0015   </property>
0016   <layout class="QVBoxLayout" name="verticalLayout">
0017    <item>
0018     <widget class="QLabel" name="labelText">
0019      <property name="text">
0020       <string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;Marble has detected that the following &lt;span style=&quot; font-weight:600;&quot;&gt;eclipse events&lt;/span&gt; will occur in the near future. If you want more information on a specific event, select it and click OK.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
0021      </property>
0022      <property name="wordWrap">
0023       <bool>true</bool>
0024      </property>
0025     </widget>
0026    </item>
0027    <item>
0028     <widget class="QListWidget" name="listWidgetEclipses"/>
0029    </item>
0030    <item>
0031     <widget class="QCheckBox" name="checkBoxDoNotRemind">
0032      <property name="text">
0033       <string>Do not remind me about eclipse events again</string>
0034      </property>
0035     </widget>
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::Cancel|QDialogButtonBox::Ok</set>
0044      </property>
0045     </widget>
0046    </item>
0047   </layout>
0048  </widget>
0049  <resources/>
0050  <connections>
0051   <connection>
0052    <sender>buttonBox</sender>
0053    <signal>accepted()</signal>
0054    <receiver>EclipsesReminderDialog</receiver>
0055    <slot>accept()</slot>
0056    <hints>
0057     <hint type="sourcelabel">
0058      <x>227</x>
0059      <y>236</y>
0060     </hint>
0061     <hint type="destinationlabel">
0062      <x>157</x>
0063      <y>261</y>
0064     </hint>
0065    </hints>
0066   </connection>
0067   <connection>
0068    <sender>buttonBox</sender>
0069    <signal>rejected()</signal>
0070    <receiver>EclipsesReminderDialog</receiver>
0071    <slot>reject()</slot>
0072    <hints>
0073     <hint type="sourcelabel">
0074      <x>295</x>
0075      <y>242</y>
0076     </hint>
0077     <hint type="destinationlabel">
0078      <x>286</x>
0079      <y>261</y>
0080     </hint>
0081    </hints>
0082   </connection>
0083  </connections>
0084 </ui>