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