2010-10-07 21:27:26 +00:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<ui version="4.0">
|
|
|
|
<class>ShortcutListDialog</class>
|
|
|
|
<widget class="QDialog" name="ShortcutListDialog">
|
|
|
|
<property name="geometry">
|
|
|
|
<rect>
|
|
|
|
<x>0</x>
|
|
|
|
<y>0</y>
|
|
|
|
<width>500</width>
|
|
|
|
<height>438</height>
|
|
|
|
</rect>
|
|
|
|
</property>
|
|
|
|
<property name="windowTitle">
|
|
|
|
<string>Dialog</string>
|
|
|
|
</property>
|
|
|
|
<layout class="QVBoxLayout" name="shortcutListLayout">
|
|
|
|
<property name="spacing">
|
|
|
|
<number>8</number>
|
|
|
|
</property>
|
|
|
|
<property name="margin">
|
|
|
|
<number>8</number>
|
|
|
|
</property>
|
|
|
|
<item>
|
|
|
|
<widget class="QTableWidget" name="shortcutListTableWidget">
|
|
|
|
<property name="alternatingRowColors">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
<attribute name="verticalHeaderVisible">
|
|
|
|
<bool>false</bool>
|
|
|
|
</attribute>
|
|
|
|
<column>
|
|
|
|
<property name="text">
|
|
|
|
<string>Action</string>
|
|
|
|
</property>
|
|
|
|
</column>
|
|
|
|
<column>
|
|
|
|
<property name="text">
|
|
|
|
<string>Shortcut</string>
|
|
|
|
</property>
|
|
|
|
</column>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
2011-04-07 14:26:29 +00:00
|
|
|
<layout class="QGridLayout" name="detailsLayout">
|
|
|
|
<property name="topMargin">
|
|
|
|
<number>0</number>
|
|
|
|
</property>
|
2010-10-07 21:27:26 +00:00
|
|
|
<property name="spacing">
|
|
|
|
<number>8</number>
|
|
|
|
</property>
|
2011-04-07 14:26:29 +00:00
|
|
|
<item row="0" column="0">
|
2010-10-07 21:27:26 +00:00
|
|
|
<widget class="QRadioButton" name="defaultRadioButton">
|
|
|
|
<property name="text">
|
2011-04-07 14:26:29 +00:00
|
|
|
<string>Default:</string>
|
2010-10-07 21:27:26 +00:00
|
|
|
</property>
|
|
|
|
<property name="checked">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2011-04-07 14:26:29 +00:00
|
|
|
<item row="1" column="0">
|
|
|
|
<widget class="QRadioButton" name="customRadioButton">
|
|
|
|
<property name="text">
|
|
|
|
<string>Custom:</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="1" column="1">
|
|
|
|
<layout class="QHBoxLayout" name="shortcutLayout">
|
2010-10-07 21:27:26 +00:00
|
|
|
<property name="spacing">
|
|
|
|
<number>8</number>
|
|
|
|
</property>
|
|
|
|
<item>
|
|
|
|
<widget class="QPushButton" name="shortcutPushButton">
|
|
|
|
<property name="minimumSize">
|
|
|
|
<size>
|
|
|
|
<width>84</width>
|
|
|
|
<height>0</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string>None</string>
|
|
|
|
</property>
|
|
|
|
<property name="icon">
|
|
|
|
<iconset resource="../images/openlp-2.qrc">
|
2011-04-07 14:26:29 +00:00
|
|
|
<normaloff>:/system/system_configure_shortcuts.png</normaloff>:/system/system_configure_shortcuts.png</iconset>
|
2010-10-07 21:27:26 +00:00
|
|
|
</property>
|
|
|
|
<property name="checkable">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
<property name="checked">
|
|
|
|
<bool>false</bool>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QToolButton" name="clearShortcutToolButton">
|
|
|
|
<property name="minimumSize">
|
|
|
|
<size>
|
|
|
|
<width>0</width>
|
|
|
|
<height>16</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string/>
|
|
|
|
</property>
|
|
|
|
<property name="icon">
|
|
|
|
<iconset resource="../images/openlp-2.qrc">
|
|
|
|
<normaloff>:/system/clear_shortcut.png</normaloff>:/system/clear_shortcut.png</iconset>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2011-04-07 14:26:29 +00:00
|
|
|
</layout>
|
|
|
|
</item>
|
|
|
|
<item row="1" column="2">
|
|
|
|
<layout class="QHBoxLayout" name="alternateLayout">
|
|
|
|
<property name="spacing">
|
|
|
|
<number>8</number>
|
|
|
|
</property>
|
2010-10-07 21:27:26 +00:00
|
|
|
<item>
|
2011-04-07 14:26:29 +00:00
|
|
|
<widget class="QPushButton" name="alternatePushButton">
|
|
|
|
<property name="text">
|
|
|
|
<string>None</string>
|
2010-10-07 21:27:26 +00:00
|
|
|
</property>
|
2011-04-07 14:26:29 +00:00
|
|
|
<property name="icon">
|
|
|
|
<iconset resource="../images/openlp-2.qrc">
|
|
|
|
<normaloff>:/system/system_configure_shortcuts.png</normaloff>:/system/system_configure_shortcuts.png</iconset>
|
2010-10-07 21:27:26 +00:00
|
|
|
</property>
|
2011-04-07 14:26:29 +00:00
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QToolButton" name="clearAlternateButton">
|
|
|
|
<property name="text">
|
|
|
|
<string/>
|
|
|
|
</property>
|
|
|
|
<property name="icon">
|
|
|
|
<iconset resource="../images/openlp-2.qrc">
|
|
|
|
<normaloff>:/system/clear_shortcut.png</normaloff>:/system/clear_shortcut.png</iconset>
|
|
|
|
</property>
|
|
|
|
</widget>
|
2010-10-07 21:27:26 +00:00
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</item>
|
2011-04-07 14:26:29 +00:00
|
|
|
<item row="0" column="1">
|
|
|
|
<widget class="QLabel" name="shortcutLabel">
|
|
|
|
<property name="text">
|
|
|
|
<string>Ctrl+V</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="0" column="2">
|
|
|
|
<widget class="QLabel" name="alternateLabel">
|
|
|
|
<property name="text">
|
|
|
|
<string>Shift+Ins</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2010-10-07 21:27:26 +00:00
|
|
|
</layout>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QDialogButtonBox" name="shortcutListButtonBox">
|
|
|
|
<property name="orientation">
|
|
|
|
<enum>Qt::Horizontal</enum>
|
|
|
|
</property>
|
|
|
|
<property name="standardButtons">
|
|
|
|
<set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok|QDialogButtonBox::Reset</set>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</widget>
|
|
|
|
<resources>
|
|
|
|
<include location="../images/openlp-2.qrc"/>
|
|
|
|
</resources>
|
|
|
|
<connections>
|
|
|
|
<connection>
|
|
|
|
<sender>shortcutListButtonBox</sender>
|
|
|
|
<signal>accepted()</signal>
|
|
|
|
<receiver>ShortcutListDialog</receiver>
|
|
|
|
<slot>accept()</slot>
|
|
|
|
<hints>
|
|
|
|
<hint type="sourcelabel">
|
|
|
|
<x>248</x>
|
|
|
|
<y>254</y>
|
|
|
|
</hint>
|
|
|
|
<hint type="destinationlabel">
|
|
|
|
<x>157</x>
|
|
|
|
<y>274</y>
|
|
|
|
</hint>
|
|
|
|
</hints>
|
|
|
|
</connection>
|
|
|
|
<connection>
|
|
|
|
<sender>shortcutListButtonBox</sender>
|
|
|
|
<signal>rejected()</signal>
|
|
|
|
<receiver>ShortcutListDialog</receiver>
|
|
|
|
<slot>reject()</slot>
|
|
|
|
<hints>
|
|
|
|
<hint type="sourcelabel">
|
|
|
|
<x>316</x>
|
|
|
|
<y>260</y>
|
|
|
|
</hint>
|
|
|
|
<hint type="destinationlabel">
|
|
|
|
<x>286</x>
|
|
|
|
<y>274</y>
|
|
|
|
</hint>
|
|
|
|
</hints>
|
|
|
|
</connection>
|
|
|
|
</connections>
|
|
|
|
</ui>
|