]> git.lyx.org Git - lyx.git/blob - src/frontends/qt4/ui/PrefShortcutsUi.ui
Preferences dialog fixes:
[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="3" 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       <spacer>
40        <property name="orientation" >
41         <enum>Qt::Horizontal</enum>
42        </property>
43        <property name="sizeHint" >
44         <size>
45          <width>131</width>
46          <height>27</height>
47         </size>
48        </property>
49       </spacer>
50      </item>
51      <item>
52       <widget class="QPushButton" name="modifyPB" >
53        <property name="text" >
54         <string>&amp;Modify</string>
55        </property>
56       </widget>
57      </item>
58      <item>
59       <widget class="QPushButton" name="removePB" >
60        <property name="text" >
61         <string>Remo&amp;ve</string>
62        </property>
63       </widget>
64      </item>
65      <item>
66       <widget class="QPushButton" name="newPB" >
67        <property name="text" >
68         <string>&amp;New</string>
69        </property>
70       </widget>
71      </item>
72     </layout>
73    </item>
74    <item row="2" column="0" colspan="3" >
75     <widget class="QTreeWidget" name="shortcutsTW" />
76    </item>
77    <item row="0" column="1" >
78     <widget class="QLineEdit" name="bindFileED" />
79    </item>
80    <item row="0" column="2" >
81     <widget class="QPushButton" name="bindFilePB" >
82      <property name="text" >
83       <string>Br&amp;owse...</string>
84      </property>
85     </widget>
86    </item>
87    <item row="0" column="0" >
88     <widget class="QLabel" name="bindFileLA" >
89      <property name="text" >
90       <string>&amp;Bind file:</string>
91      </property>
92      <property name="buddy" >
93       <cstring>bindFileED</cstring>
94      </property>
95     </widget>
96    </item>
97    <item row="1" column="0" colspan="3" >
98     <layout class="QHBoxLayout" >
99      <property name="margin" >
100       <number>0</number>
101      </property>
102      <property name="spacing" >
103       <number>6</number>
104      </property>
105      <item>
106       <widget class="QLabel" name="shortcutsLBL" >
107        <property name="text" >
108         <string>Show ke&amp;y-bindings containing:</string>
109        </property>
110        <property name="buddy" >
111         <cstring>searchLE</cstring>
112        </property>
113       </widget>
114      </item>
115      <item>
116       <widget class="QLineEdit" name="searchLE" />
117      </item>
118     </layout>
119    </item>
120   </layout>
121  </widget>
122  <tabstops>
123   <tabstop>bindFileED</tabstop>
124   <tabstop>bindFilePB</tabstop>
125   <tabstop>searchLE</tabstop>
126   <tabstop>shortcutsTW</tabstop>
127   <tabstop>removePB</tabstop>
128   <tabstop>newPB</tabstop>
129  </tabstops>
130  <includes>
131   <include location="local" >qt_i18n.h</include>
132  </includes>
133  <resources/>
134  <connections/>
135 </ui>