]> git.lyx.org Git - lyx.git/blob - src/frontends/qt4/ui/ShortcutUi.ui
bf77d33c40f929a17d7259eb52d111bf4f40965d
[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>277</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="1" column="1" >
34     <widget class="QLineEdit" name="placeholderLE" >
35      <property name="enabled" >
36       <bool>false</bool>
37      </property>
38      <property name="sizePolicy" >
39       <sizepolicy>
40        <hsizetype>7</hsizetype>
41        <vsizetype>0</vsizetype>
42        <horstretch>0</horstretch>
43        <verstretch>0</verstretch>
44       </sizepolicy>
45      </property>
46      <property name="toolTip" >
47       <string>Enter BibTeX database name</string>
48      </property>
49      <property name="text" >
50       <string/>
51      </property>
52     </widget>
53    </item>
54    <item row="0" column="1" colspan="2" >
55     <widget class="QLineEdit" name="lfunLE" >
56      <property name="sizePolicy" >
57       <sizepolicy>
58        <hsizetype>7</hsizetype>
59        <vsizetype>0</vsizetype>
60        <horstretch>0</horstretch>
61        <verstretch>0</verstretch>
62       </sizepolicy>
63      </property>
64      <property name="toolTip" >
65       <string>Enter BibTeX database name</string>
66      </property>
67      <property name="text" >
68       <string/>
69      </property>
70     </widget>
71    </item>
72    <item row="1" column="2" >
73     <widget class="QPushButton" name="clearPB" >
74      <property name="text" >
75       <string>Clear</string>
76      </property>
77     </widget>
78    </item>
79    <item row="1" column="0" >
80     <widget class="QLabel" name="shortcutLBL" >
81      <property name="text" >
82       <string>Shortcut</string>
83      </property>
84     </widget>
85    </item>
86    <item row="0" column="0" >
87     <widget class="QLabel" name="lfunLBL" >
88      <property name="text" >
89       <string>Function:</string>
90      </property>
91     </widget>
92    </item>
93    <item row="2" column="0" colspan="3" >
94     <layout class="QHBoxLayout" >
95      <property name="margin" >
96       <number>0</number>
97      </property>
98      <property name="spacing" >
99       <number>6</number>
100      </property>
101      <item>
102       <spacer>
103        <property name="orientation" >
104         <enum>Qt::Horizontal</enum>
105        </property>
106        <property name="sizeType" >
107         <enum>QSizePolicy::Expanding</enum>
108        </property>
109        <property name="sizeHint" >
110         <size>
111          <width>20</width>
112          <height>20</height>
113         </size>
114        </property>
115       </spacer>
116      </item>
117      <item>
118       <widget class="QPushButton" name="okPB" >
119        <property name="text" >
120         <string>&amp;OK</string>
121        </property>
122        <property name="autoDefault" >
123         <bool>false</bool>
124        </property>
125        <property name="default" >
126         <bool>true</bool>
127        </property>
128       </widget>
129      </item>
130      <item>
131       <widget class="QPushButton" name="cancelPB" >
132        <property name="text" >
133         <string>Cancel</string>
134        </property>
135        <property name="autoDefault" >
136         <bool>false</bool>
137        </property>
138       </widget>
139      </item>
140     </layout>
141    </item>
142   </layout>
143  </widget>
144  <tabstops>
145   <tabstop>lfunLE</tabstop>
146   <tabstop>okPB</tabstop>
147   <tabstop>cancelPB</tabstop>
148  </tabstops>
149  <includes>
150   <include location="local" >qt_helpers.h</include>
151  </includes>
152  <resources/>
153  <connections/>
154 </ui>