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