2007-10-18 16:47:31 +00:00
|
|
|
<ui version="4.0" >
|
2007-10-23 03:48:02 +00:00
|
|
|
<class>shortcutUi</class>
|
2007-10-18 16:47:31 +00:00
|
|
|
<widget class="QDialog" name="shortcutUi" >
|
|
|
|
<property name="geometry" >
|
|
|
|
<rect>
|
|
|
|
<x>0</x>
|
|
|
|
<y>0</y>
|
2008-07-22 08:29:50 +00:00
|
|
|
<width>421</width>
|
|
|
|
<height>111</height>
|
2007-10-18 16:47:31 +00:00
|
|
|
</rect>
|
|
|
|
</property>
|
|
|
|
<property name="windowTitle" >
|
|
|
|
<string>Edit shortcut</string>
|
|
|
|
</property>
|
|
|
|
<property name="sizeGripEnabled" >
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
<layout class="QGridLayout" >
|
|
|
|
<property name="margin" >
|
|
|
|
<number>9</number>
|
|
|
|
</property>
|
|
|
|
<property name="spacing" >
|
|
|
|
<number>6</number>
|
|
|
|
</property>
|
2008-07-22 08:29:50 +00:00
|
|
|
<item row="2" column="0" colspan="4" >
|
2007-10-18 16:47:31 +00:00
|
|
|
<layout class="QHBoxLayout" >
|
|
|
|
<property name="margin" >
|
|
|
|
<number>0</number>
|
|
|
|
</property>
|
|
|
|
<property name="spacing" >
|
|
|
|
<number>6</number>
|
|
|
|
</property>
|
|
|
|
<item>
|
|
|
|
<spacer>
|
|
|
|
<property name="orientation" >
|
|
|
|
<enum>Qt::Horizontal</enum>
|
|
|
|
</property>
|
|
|
|
<property name="sizeType" >
|
|
|
|
<enum>QSizePolicy::Expanding</enum>
|
|
|
|
</property>
|
|
|
|
<property name="sizeHint" >
|
|
|
|
<size>
|
|
|
|
<width>20</width>
|
|
|
|
<height>20</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
</spacer>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QPushButton" name="okPB" >
|
|
|
|
<property name="text" >
|
|
|
|
<string>&OK</string>
|
|
|
|
</property>
|
|
|
|
<property name="autoDefault" >
|
|
|
|
<bool>false</bool>
|
|
|
|
</property>
|
|
|
|
<property name="default" >
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QPushButton" name="cancelPB" >
|
|
|
|
<property name="text" >
|
|
|
|
<string>Cancel</string>
|
|
|
|
</property>
|
|
|
|
<property name="autoDefault" >
|
|
|
|
<bool>false</bool>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</item>
|
2008-07-22 08:29:50 +00:00
|
|
|
<item row="0" column="1" colspan="3" >
|
|
|
|
<widget class="QLineEdit" name="lfunLE" >
|
|
|
|
<property name="toolTip" >
|
|
|
|
<string>Enter LyX function or command sequence</string>
|
|
|
|
</property>
|
|
|
|
<property name="text" >
|
|
|
|
<string/>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="1" column="2" >
|
|
|
|
<widget class="QPushButton" name="removePB" >
|
|
|
|
<property name="toolTip" >
|
|
|
|
<string>Remove last key from the shortcut sequence</string>
|
|
|
|
</property>
|
|
|
|
<property name="text" >
|
|
|
|
<string>&Delete Key</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="1" column="3" >
|
|
|
|
<widget class="QPushButton" name="clearPB" >
|
|
|
|
<property name="toolTip" >
|
|
|
|
<string>Clear current shortcut</string>
|
|
|
|
</property>
|
|
|
|
<property name="text" >
|
|
|
|
<string>C&lear</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="1" column="0" >
|
|
|
|
<widget class="QLabel" name="shortcutLBL" >
|
|
|
|
<property name="text" >
|
|
|
|
<string>&Shortcut:</string>
|
|
|
|
</property>
|
|
|
|
<property name="buddy" >
|
|
|
|
<cstring>shortcutWG</cstring>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="0" column="0" >
|
|
|
|
<widget class="QLabel" name="lfunLBL" >
|
|
|
|
<property name="text" >
|
|
|
|
<string>&Function:</string>
|
|
|
|
</property>
|
|
|
|
<property name="buddy" >
|
|
|
|
<cstring>lfunLE</cstring>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="1" column="1" >
|
|
|
|
<widget class="lyx::frontend::ShortcutWidget" name="shortcutWG" >
|
|
|
|
<property name="enabled" >
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
<property name="toolTip" >
|
|
|
|
<string>Type shortcut after clicking on this field. You can reset the content with the 'Clear' button</string>
|
|
|
|
</property>
|
|
|
|
<property name="text" >
|
|
|
|
<string/>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2007-10-18 16:47:31 +00:00
|
|
|
</layout>
|
|
|
|
</widget>
|
2007-10-25 03:08:22 +00:00
|
|
|
<customwidgets>
|
|
|
|
<customwidget>
|
2008-07-21 14:54:07 +00:00
|
|
|
<class>lyx::frontend::ShortcutWidget</class>
|
2007-10-25 03:08:22 +00:00
|
|
|
<extends>QLineEdit</extends>
|
|
|
|
<header>CustomizedWidgets.h</header>
|
|
|
|
</customwidget>
|
|
|
|
</customwidgets>
|
2007-10-18 16:47:31 +00:00
|
|
|
<tabstops>
|
2007-10-20 20:50:56 +00:00
|
|
|
<tabstop>lfunLE</tabstop>
|
2007-10-18 16:47:31 +00:00
|
|
|
<tabstop>okPB</tabstop>
|
|
|
|
<tabstop>cancelPB</tabstop>
|
|
|
|
</tabstops>
|
|
|
|
<includes>
|
2008-04-20 16:32:40 +00:00
|
|
|
<include location="local" >qt_i18n.h</include>
|
2007-10-18 16:47:31 +00:00
|
|
|
</includes>
|
|
|
|
<resources/>
|
|
|
|
<connections/>
|
|
|
|
</ui>
|