]> git.lyx.org Git - lyx.git/blob - src/frontends/qt4/ui/PrefShortcutsUi.ui
Embedding: add embedCB checkboxes to IncludeUi and ExternalUi
[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>409</width>
9     <height>494</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="1" column="0" colspan="3" >
31     <layout class="QHBoxLayout" >
32      <property name="margin" >
33       <number>0</number>
34      </property>
35      <property name="spacing" >
36       <number>6</number>
37      </property>
38      <item>
39       <widget class="QLabel" name="shortcutsLBL" >
40        <property name="text" >
41         <string>Show key-bindings containing:</string>
42        </property>
43        <property name="buddy" >
44         <cstring>searchLE</cstring>
45        </property>
46       </widget>
47      </item>
48      <item>
49       <widget class="QLineEdit" name="searchLE" />
50      </item>
51     </layout>
52    </item>
53    <item row="0" column="0" >
54     <widget class="QLabel" name="bindFileLA" >
55      <property name="text" >
56       <string>&amp;Bind file:</string>
57      </property>
58      <property name="buddy" >
59       <cstring>bindFileED</cstring>
60      </property>
61     </widget>
62    </item>
63    <item row="0" column="2" >
64     <widget class="QPushButton" name="bindFilePB" >
65      <property name="text" >
66       <string>B&amp;rowse...</string>
67      </property>
68     </widget>
69    </item>
70    <item row="0" column="1" >
71     <widget class="QLineEdit" name="bindFileED" />
72    </item>
73    <item row="2" column="0" colspan="3" >
74     <widget class="QTreeWidget" name="shortcutsTW" />
75    </item>
76    <item row="3" column="0" colspan="3" >
77     <layout class="QHBoxLayout" >
78      <property name="margin" >
79       <number>0</number>
80      </property>
81      <property name="spacing" >
82       <number>6</number>
83      </property>
84      <item>
85       <spacer>
86        <property name="orientation" >
87         <enum>Qt::Horizontal</enum>
88        </property>
89        <property name="sizeHint" >
90         <size>
91          <width>40</width>
92          <height>20</height>
93         </size>
94        </property>
95       </spacer>
96      </item>
97      <item>
98       <widget class="QPushButton" name="removePB" >
99        <property name="text" >
100         <string>&amp;Remove</string>
101        </property>
102       </widget>
103      </item>
104      <item>
105       <widget class="QPushButton" name="newPB" >
106        <property name="text" >
107         <string>New</string>
108        </property>
109       </widget>
110      </item>
111     </layout>
112    </item>
113   </layout>
114  </widget>
115  <tabstops>
116   <tabstop>bindFileED</tabstop>
117   <tabstop>bindFilePB</tabstop>
118   <tabstop>searchLE</tabstop>
119   <tabstop>shortcutsTW</tabstop>
120   <tabstop>removePB</tabstop>
121   <tabstop>newPB</tabstop>
122  </tabstops>
123  <includes>
124   <include location="local" >qt_helpers.h</include>
125  </includes>
126  <resources/>
127  <connections/>
128 </ui>