]> git.lyx.org Git - lyx.git/blob - src/frontends/qt/ui/ShortcutUi.ui
Properly scale some icons for HiDPI (#12695)
[lyx.git] / src / frontends / qt / ui / ShortcutUi.ui
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3  <class>shortcutUi</class>
4  <widget class="QDialog" name="shortcutUi">
5   <property name="geometry">
6    <rect>
7     <x>0</x>
8     <y>0</y>
9     <width>421</width>
10     <height>137</height>
11    </rect>
12   </property>
13   <property name="windowTitle">
14    <string>Edit shortcut</string>
15   </property>
16   <property name="sizeGripEnabled">
17    <bool>true</bool>
18   </property>
19   <layout class="QGridLayout" name="gridLayout">
20    <item row="0" column="0">
21     <widget class="QLabel" name="lfunLBL">
22      <property name="text">
23       <string>Fu&amp;nction:</string>
24      </property>
25      <property name="buddy">
26       <cstring>lfunLE</cstring>
27      </property>
28     </widget>
29    </item>
30    <item row="0" column="1" colspan="3">
31     <widget class="QLineEdit" name="lfunLE">
32      <property name="toolTip">
33       <string>Enter LyX function or command sequence</string>
34      </property>
35      <property name="text">
36       <string/>
37      </property>
38     </widget>
39    </item>
40    <item row="1" column="0">
41     <widget class="QLabel" name="shortcutLBL">
42      <property name="text">
43       <string>Short&amp;cut:</string>
44      </property>
45      <property name="buddy">
46       <cstring>shortcutWG</cstring>
47      </property>
48     </widget>
49    </item>
50    <item row="1" column="1">
51     <widget class="lyx::frontend::ShortcutWidget" name="shortcutWG">
52      <property name="enabled">
53       <bool>true</bool>
54      </property>
55      <property name="toolTip">
56       <string>Type shortcut after clicking on this field. You can reset the content with the 'Clear' button</string>
57      </property>
58      <property name="text">
59       <string/>
60      </property>
61     </widget>
62    </item>
63    <item row="1" column="2">
64     <widget class="QPushButton" name="removePB">
65      <property name="toolTip">
66       <string>Remove last key from the shortcut sequence</string>
67      </property>
68      <property name="text">
69       <string>&amp;Delete Key</string>
70      </property>
71     </widget>
72    </item>
73    <item row="1" column="3">
74     <widget class="QPushButton" name="clearPB">
75      <property name="toolTip">
76       <string>Clear current shortcut</string>
77      </property>
78      <property name="text">
79       <string>C&amp;lear</string>
80      </property>
81     </widget>
82    </item>
83    <item row="2" column="2" colspan="2">
84     <widget class="QDialogButtonBox" name="buttonBox">
85      <property name="standardButtons">
86       <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
87      </property>
88     </widget>
89    </item>
90   </layout>
91  </widget>
92  <customwidgets>
93   <customwidget>
94    <class>lyx::frontend::ShortcutWidget</class>
95    <extends>QLineEdit</extends>
96    <header>CustomizedWidgets.h</header>
97   </customwidget>
98  </customwidgets>
99  <tabstops>
100   <tabstop>lfunLE</tabstop>
101  </tabstops>
102  <includes>
103   <include location="local">qt_i18n.h</include>
104  </includes>
105  <resources/>
106  <connections/>
107 </ui>