Warning, /education/marble/src/plugins/render/routing/RoutingConfigDialog.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>RoutingConfigDialog</class>
0004  <widget class="QDialog" name="RoutingConfigDialog">
0005   <property name="geometry">
0006    <rect>
0007     <x>0</x>
0008     <y>0</y>
0009     <width>332</width>
0010     <height>139</height>
0011    </rect>
0012   </property>
0013   <property name="windowTitle">
0014    <string>Routing Configuration</string>
0015   </property>
0016   <layout class="QVBoxLayout" name="verticalLayout_2">
0017    <item>
0018     <widget class="QCheckBox" name="voiceNavigationCheckBox">
0019      <property name="text">
0020       <string>Audible Turn Instructions</string>
0021      </property>
0022      <property name="checked">
0023       <bool>true</bool>
0024      </property>
0025     </widget>
0026    </item>
0027    <item>
0028     <layout class="QHBoxLayout" name="horizontalLayout_2">
0029      <item>
0030       <spacer name="horizontalSpacer">
0031        <property name="orientation">
0032         <enum>Qt::Horizontal</enum>
0033        </property>
0034        <property name="sizeType">
0035         <enum>QSizePolicy::Fixed</enum>
0036        </property>
0037        <property name="sizeHint" stdset="0">
0038         <size>
0039          <width>30</width>
0040          <height>20</height>
0041         </size>
0042        </property>
0043       </spacer>
0044      </item>
0045      <item>
0046       <layout class="QVBoxLayout" name="verticalLayout">
0047        <item>
0048         <widget class="QRadioButton" name="soundRadioButton">
0049          <property name="text">
0050           <string>Play a sound</string>
0051          </property>
0052          <property name="checked">
0053           <bool>true</bool>
0054          </property>
0055         </widget>
0056        </item>
0057        <item>
0058         <layout class="QHBoxLayout" name="horizontalLayout">
0059          <item>
0060           <widget class="QRadioButton" name="speakerRadioButton">
0061            <property name="text">
0062             <string>Use this speaker</string>
0063            </property>
0064            <property name="checked">
0065             <bool>false</bool>
0066            </property>
0067           </widget>
0068          </item>
0069          <item>
0070           <widget class="QComboBox" name="speakerComboBox">
0071            <property name="sizePolicy">
0072             <sizepolicy hsizetype="MinimumExpanding" vsizetype="Fixed">
0073              <horstretch>0</horstretch>
0074              <verstretch>0</verstretch>
0075             </sizepolicy>
0076            </property>
0077           </widget>
0078          </item>
0079         </layout>
0080        </item>
0081       </layout>
0082      </item>
0083     </layout>
0084    </item>
0085    <item>
0086     <widget class="QLabel" name="label_2">
0087      <property name="text">
0088       <string>&lt;a href=&quot;https://userbase.kde.org/Marble/CustomSpeakers&quot;&gt;Get more speakers&lt;/a&gt;</string>
0089      </property>
0090      <property name="alignment">
0091       <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
0092      </property>
0093      <property name="openExternalLinks">
0094       <bool>true</bool>
0095      </property>
0096     </widget>
0097    </item>
0098    <item>
0099     <widget class="QDialogButtonBox" name="buttonBox">
0100      <property name="orientation">
0101       <enum>Qt::Horizontal</enum>
0102      </property>
0103      <property name="standardButtons">
0104       <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok|QDialogButtonBox::Reset</set>
0105      </property>
0106     </widget>
0107    </item>
0108   </layout>
0109  </widget>
0110  <resources/>
0111  <connections>
0112   <connection>
0113    <sender>buttonBox</sender>
0114    <signal>accepted()</signal>
0115    <receiver>RoutingConfigDialog</receiver>
0116    <slot>accept()</slot>
0117    <hints>
0118     <hint type="sourcelabel">
0119      <x>248</x>
0120      <y>254</y>
0121     </hint>
0122     <hint type="destinationlabel">
0123      <x>157</x>
0124      <y>274</y>
0125     </hint>
0126    </hints>
0127   </connection>
0128   <connection>
0129    <sender>buttonBox</sender>
0130    <signal>rejected()</signal>
0131    <receiver>RoutingConfigDialog</receiver>
0132    <slot>reject()</slot>
0133    <hints>
0134     <hint type="sourcelabel">
0135      <x>316</x>
0136      <y>260</y>
0137     </hint>
0138     <hint type="destinationlabel">
0139      <x>286</x>
0140      <y>274</y>
0141     </hint>
0142    </hints>
0143   </connection>
0144   <connection>
0145    <sender>voiceNavigationCheckBox</sender>
0146    <signal>toggled(bool)</signal>
0147    <receiver>speakerComboBox</receiver>
0148    <slot>setEnabled(bool)</slot>
0149    <hints>
0150     <hint type="sourcelabel">
0151      <x>80</x>
0152      <y>20</y>
0153     </hint>
0154     <hint type="destinationlabel">
0155      <x>130</x>
0156      <y>51</y>
0157     </hint>
0158    </hints>
0159   </connection>
0160   <connection>
0161    <sender>voiceNavigationCheckBox</sender>
0162    <signal>toggled(bool)</signal>
0163    <receiver>speakerRadioButton</receiver>
0164    <slot>setEnabled(bool)</slot>
0165    <hints>
0166     <hint type="sourcelabel">
0167      <x>165</x>
0168      <y>14</y>
0169     </hint>
0170     <hint type="destinationlabel">
0171      <x>97</x>
0172      <y>68</y>
0173     </hint>
0174    </hints>
0175   </connection>
0176   <connection>
0177    <sender>voiceNavigationCheckBox</sender>
0178    <signal>toggled(bool)</signal>
0179    <receiver>soundRadioButton</receiver>
0180    <slot>setEnabled(bool)</slot>
0181    <hints>
0182     <hint type="sourcelabel">
0183      <x>165</x>
0184      <y>14</y>
0185     </hint>
0186     <hint type="destinationlabel">
0187      <x>182</x>
0188      <y>41</y>
0189     </hint>
0190    </hints>
0191   </connection>
0192   <connection>
0193    <sender>speakerComboBox</sender>
0194    <signal>currentIndexChanged(int)</signal>
0195    <receiver>speakerRadioButton</receiver>
0196    <slot>click()</slot>
0197    <hints>
0198     <hint type="sourcelabel">
0199      <x>238</x>
0200      <y>68</y>
0201     </hint>
0202     <hint type="destinationlabel">
0203      <x>94</x>
0204      <y>68</y>
0205     </hint>
0206    </hints>
0207   </connection>
0208  </connections>
0209 </ui>