<?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> <layout class="QGridLayout" name="detailsLayout"> <property name="topMargin"> <number>0</number> </property> <property name="spacing"> <number>8</number> </property> <item row="0" column="0"> <widget class="QRadioButton" name="defaultRadioButton"> <property name="text"> <string>Default:</string> </property> <property name="checked"> <bool>true</bool> </property> </widget> </item> <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"> <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"> <normaloff>:/system/system_configure_shortcuts.png</normaloff>:/system/system_configure_shortcuts.png</iconset> </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> </layout> </item> <item row="1" column="2"> <layout class="QHBoxLayout" name="alternateLayout"> <property name="spacing"> <number>8</number> </property> <item> <widget class="QPushButton" name="alternatePushButton"> <property name="text"> <string>None</string> </property> <property name="icon"> <iconset resource="../images/openlp-2.qrc"> <normaloff>:/system/system_configure_shortcuts.png</normaloff>:/system/system_configure_shortcuts.png</iconset> </property> </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> </item> </layout> </item> <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> </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>