]> git.lyx.org Git - lyx.git/blob - src/frontends/qt4/ui/PrefShortcutsUi.ui
List currently used shortcuts in the shortcuts panel of the preference dialog
[lyx.git] / src / frontends / qt4 / ui / PrefShortcutsUi.ui
1 <ui version="4.0" >
2  <class>PrefShortcuts</class>
3  <widget class="QWidget" name="PrefShortcuts" >
4   <property name="geometry" >
5    <rect>
6     <x>0</x>
7     <y>0</y>
8     <width>398</width>
9     <height>418</height>
10    </rect>
11   </property>
12   <property name="sizePolicy" >
13    <sizepolicy>
14     <hsizetype>1</hsizetype>
15     <vsizetype>1</vsizetype>
16     <horstretch>0</horstretch>
17     <verstretch>0</verstretch>
18    </sizepolicy>
19   </property>
20   <property name="windowTitle" >
21    <string/>
22   </property>
23   <layout class="QGridLayout" >
24    <property name="margin" >
25     <number>9</number>
26    </property>
27    <property name="spacing" >
28     <number>6</number>
29    </property>
30    <item row="3" column="2" >
31     <spacer>
32      <property name="orientation" >
33       <enum>Qt::Vertical</enum>
34      </property>
35      <property name="sizeType" >
36       <enum>QSizePolicy::Expanding</enum>
37      </property>
38      <property name="sizeHint" >
39       <size>
40        <width>20</width>
41        <height>20</height>
42       </size>
43      </property>
44     </spacer>
45    </item>
46    <item row="2" column="2" >
47     <widget class="QPushButton" name="editPB" >
48      <property name="text" >
49       <string>Edit</string>
50      </property>
51     </widget>
52    </item>
53    <item row="1" column="0" colspan="2" >
54     <widget class="QLabel" name="shortcutsLBL" >
55      <property name="text" >
56       <string>Shortcuts:</string>
57      </property>
58     </widget>
59    </item>
60    <item row="0" column="1" >
61     <widget class="QLineEdit" name="bindFileED" />
62    </item>
63    <item row="0" column="0" >
64     <widget class="QLabel" name="bindFileLA" >
65      <property name="text" >
66       <string>&amp;Bind file:</string>
67      </property>
68      <property name="buddy" >
69       <cstring>bindFileED</cstring>
70      </property>
71     </widget>
72    </item>
73    <item row="0" column="2" >
74     <widget class="QPushButton" name="bindFilePB" >
75      <property name="text" >
76       <string>B&amp;rowse...</string>
77      </property>
78     </widget>
79    </item>
80    <item rowspan="2" row="2" column="0" colspan="2" >
81     <widget class="QTreeWidget" name="shortcutsTW" />
82    </item>
83   </layout>
84  </widget>
85  <tabstops>
86   <tabstop>bindFileED</tabstop>
87   <tabstop>bindFilePB</tabstop>
88  </tabstops>
89  <includes>
90   <include location="local" >qt_helpers.h</include>
91  </includes>
92  <resources/>
93  <connections/>
94 </ui>