Warning, /rolisteam/rolisteam/src/libraries/rwidgets/dialogs/shortcuteditordialog.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>ShortCutEditorDialog</class>
0004  <widget class="QDialog" name="ShortCutEditorDialog">
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>Shortcut Viewer</string>
0015   </property>
0016   <property name="windowIcon">
0017    <iconset resource="../../rolisteam.qrc">
0018     <normaloff>:/logo-256.ico</normaloff>:/logo-256.ico</iconset>
0019   </property>
0020   <layout class="QVBoxLayout" name="verticalLayout">
0021    <item>
0022     <widget class="QTreeView" name="m_shortCutView"/>
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  <resources>
0037   <include location="../../rolisteam.qrc"/>
0038   <include location="../../rolisteam.qrc"/>
0039  </resources>
0040  <connections>
0041   <connection>
0042    <sender>buttonBox</sender>
0043    <signal>accepted()</signal>
0044    <receiver>ShortCutEditorDialog</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>ShortCutEditorDialog</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>