125 lines
2.7 KiB
XML
125 lines
2.7 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<ui version="4.0">
|
|
<class>ShortcutsDialog</class>
|
|
<widget class="QDialog" name="ShortcutsDialog">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>0</x>
|
|
<y>0</y>
|
|
<width>622</width>
|
|
<height>401</height>
|
|
</rect>
|
|
</property>
|
|
<property name="windowTitle">
|
|
<string>Shortcuts</string>
|
|
</property>
|
|
<property name="windowIcon">
|
|
<iconset resource="../../resource.qrc">
|
|
<normaloff>:/icons/images/shortcut.png</normaloff>:/icons/images/shortcut.png</iconset>
|
|
</property>
|
|
<widget class="QTableWidget" name="tblShortcuts">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>10</x>
|
|
<y>20</y>
|
|
<width>601</width>
|
|
<height>281</height>
|
|
</rect>
|
|
</property>
|
|
</widget>
|
|
<widget class="QGroupBox" name="groupBox">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>10</x>
|
|
<y>310</y>
|
|
<width>601</width>
|
|
<height>51</height>
|
|
</rect>
|
|
</property>
|
|
<property name="title">
|
|
<string>Shortcut</string>
|
|
</property>
|
|
<widget class="ShortcutEdit" name="shortcutEdit">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>10</x>
|
|
<y>20</y>
|
|
<width>581</width>
|
|
<height>20</height>
|
|
</rect>
|
|
</property>
|
|
</widget>
|
|
</widget>
|
|
<widget class="QPushButton" name="btnSave">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>460</x>
|
|
<y>370</y>
|
|
<width>75</width>
|
|
<height>23</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string>&Save</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="QPushButton" name="btnCancel">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>540</x>
|
|
<y>370</y>
|
|
<width>75</width>
|
|
<height>23</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string>&Cancel</string>
|
|
</property>
|
|
</widget>
|
|
</widget>
|
|
<customwidgets>
|
|
<customwidget>
|
|
<class>ShortcutEdit</class>
|
|
<extends>QLineEdit</extends>
|
|
<header>ShortcutEdit.h</header>
|
|
</customwidget>
|
|
</customwidgets>
|
|
<resources>
|
|
<include location="../../resource.qrc"/>
|
|
</resources>
|
|
<connections>
|
|
<connection>
|
|
<sender>btnCancel</sender>
|
|
<signal>clicked()</signal>
|
|
<receiver>ShortcutsDialog</receiver>
|
|
<slot>reject()</slot>
|
|
<hints>
|
|
<hint type="sourcelabel">
|
|
<x>572</x>
|
|
<y>379</y>
|
|
</hint>
|
|
<hint type="destinationlabel">
|
|
<x>558</x>
|
|
<y>368</y>
|
|
</hint>
|
|
</hints>
|
|
</connection>
|
|
<connection>
|
|
<sender>btnSave</sender>
|
|
<signal>clicked()</signal>
|
|
<receiver>ShortcutsDialog</receiver>
|
|
<slot>accept()</slot>
|
|
<hints>
|
|
<hint type="sourcelabel">
|
|
<x>498</x>
|
|
<y>380</y>
|
|
</hint>
|
|
<hint type="destinationlabel">
|
|
<x>443</x>
|
|
<y>378</y>
|
|
</hint>
|
|
</hints>
|
|
</connection>
|
|
</connections>
|
|
</ui>
|