Warning, /rolisteam/rolisteam/src/binaries/rcse/preferences/preferencesdialog.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>PreferencesDialog</class>
0004  <widget class="QDialog" name="PreferencesDialog">
0005   <property name="geometry">
0006    <rect>
0007     <x>0</x>
0008     <y>0</y>
0009     <width>400</width>
0010     <height>137</height>
0011    </rect>
0012   </property>
0013   <property name="windowTitle">
0014    <string>Dialog</string>
0015   </property>
0016   <layout class="QVBoxLayout" name="verticalLayout_2">
0017    <item>
0018     <widget class="QGroupBox" name="groupBox">
0019      <property name="title">
0020       <string>QML Generation</string>
0021      </property>
0022      <layout class="QVBoxLayout" name="verticalLayout">
0023       <item>
0024        <widget class="QCheckBox" name="checkBox">
0025         <property name="text">
0026          <string>Custom path</string>
0027         </property>
0028        </widget>
0029       </item>
0030       <item>
0031        <layout class="QHBoxLayout" name="horizontalLayout">
0032         <item>
0033          <widget class="QLabel" name="label">
0034           <property name="text">
0035            <string>Generation Path</string>
0036           </property>
0037          </widget>
0038         </item>
0039         <item>
0040          <widget class="QLineEdit" name="m_dirPath">
0041           <property name="enabled">
0042            <bool>false</bool>
0043           </property>
0044          </widget>
0045         </item>
0046         <item>
0047          <widget class="QPushButton" name="m_selectDirectory">
0048           <property name="enabled">
0049            <bool>false</bool>
0050           </property>
0051           <property name="text">
0052            <string>Select</string>
0053           </property>
0054          </widget>
0055         </item>
0056        </layout>
0057       </item>
0058      </layout>
0059     </widget>
0060    </item>
0061    <item>
0062     <widget class="QDialogButtonBox" name="buttonBox">
0063      <property name="orientation">
0064       <enum>Qt::Horizontal</enum>
0065      </property>
0066      <property name="standardButtons">
0067       <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
0068      </property>
0069     </widget>
0070    </item>
0071   </layout>
0072  </widget>
0073  <resources/>
0074  <connections>
0075   <connection>
0076    <sender>buttonBox</sender>
0077    <signal>accepted()</signal>
0078    <receiver>PreferencesDialog</receiver>
0079    <slot>accept()</slot>
0080    <hints>
0081     <hint type="sourcelabel">
0082      <x>248</x>
0083      <y>254</y>
0084     </hint>
0085     <hint type="destinationlabel">
0086      <x>157</x>
0087      <y>274</y>
0088     </hint>
0089    </hints>
0090   </connection>
0091   <connection>
0092    <sender>buttonBox</sender>
0093    <signal>rejected()</signal>
0094    <receiver>PreferencesDialog</receiver>
0095    <slot>reject()</slot>
0096    <hints>
0097     <hint type="sourcelabel">
0098      <x>316</x>
0099      <y>260</y>
0100     </hint>
0101     <hint type="destinationlabel">
0102      <x>286</x>
0103      <y>274</y>
0104     </hint>
0105    </hints>
0106   </connection>
0107   <connection>
0108    <sender>checkBox</sender>
0109    <signal>toggled(bool)</signal>
0110    <receiver>m_dirPath</receiver>
0111    <slot>setEnabled(bool)</slot>
0112    <hints>
0113     <hint type="sourcelabel">
0114      <x>76</x>
0115      <y>88</y>
0116     </hint>
0117     <hint type="destinationlabel">
0118      <x>203</x>
0119      <y>119</y>
0120     </hint>
0121    </hints>
0122   </connection>
0123   <connection>
0124    <sender>checkBox</sender>
0125    <signal>toggled(bool)</signal>
0126    <receiver>m_selectDirectory</receiver>
0127    <slot>setEnabled(bool)</slot>
0128    <hints>
0129     <hint type="sourcelabel">
0130      <x>97</x>
0131      <y>90</y>
0132     </hint>
0133     <hint type="destinationlabel">
0134      <x>298</x>
0135      <y>126</y>
0136     </hint>
0137    </hints>
0138   </connection>
0139  </connections>
0140 </ui>