mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-11 21:49:51 +00:00
3b07f0f851
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@21321 a592a061-630c-0410-9148-cb99ea01b6c8
129 lines
3.1 KiB
XML
129 lines
3.1 KiB
XML
<ui version="4.0" >
|
|
<class>PrefShortcuts</class>
|
|
<widget class="QWidget" name="PrefShortcuts" >
|
|
<property name="geometry" >
|
|
<rect>
|
|
<x>0</x>
|
|
<y>0</y>
|
|
<width>409</width>
|
|
<height>494</height>
|
|
</rect>
|
|
</property>
|
|
<property name="sizePolicy" >
|
|
<sizepolicy>
|
|
<hsizetype>1</hsizetype>
|
|
<vsizetype>1</vsizetype>
|
|
<horstretch>0</horstretch>
|
|
<verstretch>0</verstretch>
|
|
</sizepolicy>
|
|
</property>
|
|
<property name="windowTitle" >
|
|
<string/>
|
|
</property>
|
|
<layout class="QGridLayout" >
|
|
<property name="margin" >
|
|
<number>9</number>
|
|
</property>
|
|
<property name="spacing" >
|
|
<number>6</number>
|
|
</property>
|
|
<item row="1" column="0" colspan="3" >
|
|
<layout class="QHBoxLayout" >
|
|
<property name="margin" >
|
|
<number>0</number>
|
|
</property>
|
|
<property name="spacing" >
|
|
<number>6</number>
|
|
</property>
|
|
<item>
|
|
<widget class="QLabel" name="shortcutsLBL" >
|
|
<property name="text" >
|
|
<string>Show key-bindings containing:</string>
|
|
</property>
|
|
<property name="buddy" >
|
|
<cstring>searchLE</cstring>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<widget class="QLineEdit" name="searchLE" />
|
|
</item>
|
|
</layout>
|
|
</item>
|
|
<item row="0" column="0" >
|
|
<widget class="QLabel" name="bindFileLA" >
|
|
<property name="text" >
|
|
<string>&Bind file:</string>
|
|
</property>
|
|
<property name="buddy" >
|
|
<cstring>bindFileED</cstring>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item row="0" column="2" >
|
|
<widget class="QPushButton" name="bindFilePB" >
|
|
<property name="text" >
|
|
<string>B&rowse...</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item row="0" column="1" >
|
|
<widget class="QLineEdit" name="bindFileED" />
|
|
</item>
|
|
<item row="2" column="0" colspan="3" >
|
|
<widget class="QTreeWidget" name="shortcutsTW" />
|
|
</item>
|
|
<item row="3" column="0" colspan="3" >
|
|
<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="sizeHint" >
|
|
<size>
|
|
<width>40</width>
|
|
<height>20</height>
|
|
</size>
|
|
</property>
|
|
</spacer>
|
|
</item>
|
|
<item>
|
|
<widget class="QPushButton" name="removePB" >
|
|
<property name="text" >
|
|
<string>&Remove</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<widget class="QPushButton" name="newPB" >
|
|
<property name="text" >
|
|
<string>New</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
</layout>
|
|
</item>
|
|
</layout>
|
|
</widget>
|
|
<tabstops>
|
|
<tabstop>bindFileED</tabstop>
|
|
<tabstop>bindFilePB</tabstop>
|
|
<tabstop>searchLE</tabstop>
|
|
<tabstop>shortcutsTW</tabstop>
|
|
<tabstop>removePB</tabstop>
|
|
<tabstop>newPB</tabstop>
|
|
</tabstops>
|
|
<includes>
|
|
<include location="local" >qt_helpers.h</include>
|
|
</includes>
|
|
<resources/>
|
|
<connections/>
|
|
</ui>
|