]> git.lyx.org Git - lyx.git/blob - src/frontends/qt4/ui/ShortcutUi.ui
0f36f31105ba770cc142754e4a801127b9e4fa8c
[lyx.git] / src / frontends / qt4 / ui / ShortcutUi.ui
1 <ui version="4.0" >
2  <class>ShortcutUi</class>
3  <widget class="QDialog" name="shortcutUi" >
4   <property name="geometry" >
5    <rect>
6     <x>0</x>
7     <y>0</y>
8     <width>221</width>
9     <height>147</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>Edit shortcut</string>
22   </property>
23   <property name="sizeGripEnabled" >
24    <bool>true</bool>
25   </property>
26   <layout class="QGridLayout" >
27    <property name="margin" >
28     <number>9</number>
29    </property>
30    <property name="spacing" >
31     <number>6</number>
32    </property>
33    <item row="2" column="0" colspan="2" >
34     <layout class="QHBoxLayout" >
35      <property name="margin" >
36       <number>0</number>
37      </property>
38      <property name="spacing" >
39       <number>6</number>
40      </property>
41      <item>
42       <spacer>
43        <property name="orientation" >
44         <enum>Qt::Horizontal</enum>
45        </property>
46        <property name="sizeType" >
47         <enum>QSizePolicy::Expanding</enum>
48        </property>
49        <property name="sizeHint" >
50         <size>
51          <width>20</width>
52          <height>20</height>
53         </size>
54        </property>
55       </spacer>
56      </item>
57      <item>
58       <widget class="QPushButton" name="okPB" >
59        <property name="text" >
60         <string>&amp;OK</string>
61        </property>
62        <property name="autoDefault" >
63         <bool>false</bool>
64        </property>
65        <property name="default" >
66         <bool>true</bool>
67        </property>
68       </widget>
69      </item>
70      <item>
71       <widget class="QPushButton" name="cancelPB" >
72        <property name="text" >
73         <string>Cancel</string>
74        </property>
75        <property name="autoDefault" >
76         <bool>false</bool>
77        </property>
78       </widget>
79      </item>
80     </layout>
81    </item>
82    <item row="0" column="0" >
83     <widget class="QLabel" name="lfunLBL" >
84      <property name="text" >
85       <string>Function:</string>
86      </property>
87     </widget>
88    </item>
89    <item row="1" column="0" >
90     <widget class="QLabel" name="shortcutLBL" >
91      <property name="text" >
92       <string>Shortcut</string>
93      </property>
94     </widget>
95    </item>
96    <item row="1" column="1" >
97     <widget class="QLineEdit" name="shortcutLE" >
98      <property name="sizePolicy" >
99       <sizepolicy>
100        <hsizetype>7</hsizetype>
101        <vsizetype>0</vsizetype>
102        <horstretch>0</horstretch>
103        <verstretch>0</verstretch>
104       </sizepolicy>
105      </property>
106      <property name="toolTip" >
107       <string>Enter BibTeX database name</string>
108      </property>
109     </widget>
110    </item>
111    <item row="0" column="1" >
112     <widget class="QLineEdit" name="lfunLE" >
113      <property name="sizePolicy" >
114       <sizepolicy>
115        <hsizetype>7</hsizetype>
116        <vsizetype>0</vsizetype>
117        <horstretch>0</horstretch>
118        <verstretch>0</verstretch>
119       </sizepolicy>
120      </property>
121      <property name="toolTip" >
122       <string>Enter BibTeX database name</string>
123      </property>
124     </widget>
125    </item>
126   </layout>
127  </widget>
128  <tabstops>
129   <tabstop>lfunLE</tabstop>
130   <tabstop>okPB</tabstop>
131   <tabstop>cancelPB</tabstop>
132  </tabstops>
133  <includes>
134   <include location="local" >qt_helpers.h</include>
135  </includes>
136  <resources/>
137  <connections/>
138 </ui>