Warning, /rolisteam/rolisteam/src/binaries/rcse/widgets/codeedit.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>CodeEdit</class>
0004  <widget class="QDialog" name="CodeEdit">
0005   <property name="geometry">
0006    <rect>
0007     <x>0</x>
0008     <y>0</y>
0009     <width>775</width>
0010     <height>548</height>
0011    </rect>
0012   </property>
0013   <property name="windowTitle">
0014    <string>Dialog</string>
0015   </property>
0016   <layout class="QVBoxLayout" name="verticalLayout">
0017    <item>
0018     <widget class="CodeEditor" name="m_codeView"/>
0019    </item>
0020    <item>
0021     <widget class="QDialogButtonBox" name="buttonBox">
0022      <property name="orientation">
0023       <enum>Qt::Horizontal</enum>
0024      </property>
0025      <property name="standardButtons">
0026       <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
0027      </property>
0028     </widget>
0029    </item>
0030   </layout>
0031  </widget>
0032  <customwidgets>
0033   <customwidget>
0034    <class>CodeEditor</class>
0035    <extends>QPlainTextEdit</extends>
0036    <header>codeeditor.h</header>
0037   </customwidget>
0038  </customwidgets>
0039  <resources/>
0040  <connections>
0041   <connection>
0042    <sender>buttonBox</sender>
0043    <signal>accepted()</signal>
0044    <receiver>CodeEdit</receiver>
0045    <slot>accept()</slot>
0046    <hints>
0047     <hint type="sourcelabel">
0048      <x>248</x>
0049      <y>254</y>
0050     </hint>
0051     <hint type="destinationlabel">
0052      <x>157</x>
0053      <y>274</y>
0054     </hint>
0055    </hints>
0056   </connection>
0057   <connection>
0058    <sender>buttonBox</sender>
0059    <signal>rejected()</signal>
0060    <receiver>CodeEdit</receiver>
0061    <slot>reject()</slot>
0062    <hints>
0063     <hint type="sourcelabel">
0064      <x>316</x>
0065      <y>260</y>
0066     </hint>
0067     <hint type="destinationlabel">
0068      <x>286</x>
0069      <y>274</y>
0070     </hint>
0071    </hints>
0072   </connection>
0073  </connections>
0074 </ui>