1<?xml version="1.0" encoding="UTF-8"?>
2<ui version="4.0">
3 <class>Prefs_KeyboardShortcuts</class>
4 <widget class="QWidget" name="Prefs_KeyboardShortcuts">
5  <property name="geometry">
6   <rect>
7    <x>0</x>
8    <y>0</y>
9    <width>815</width>
10    <height>572</height>
11   </rect>
12  </property>
13  <property name="windowTitle">
14   <string>Keyboard Shortcuts</string>
15  </property>
16  <layout class="QVBoxLayout" name="verticalLayout">
17   <property name="leftMargin">
18    <number>0</number>
19   </property>
20   <property name="topMargin">
21    <number>0</number>
22   </property>
23   <property name="rightMargin">
24    <number>0</number>
25   </property>
26   <property name="bottomMargin">
27    <number>0</number>
28   </property>
29   <item>
30    <widget class="QLabel" name="label">
31     <property name="font">
32      <font>
33       <pointsize>14</pointsize>
34       <weight>75</weight>
35       <bold>true</bold>
36      </font>
37     </property>
38     <property name="text">
39      <string>Keyboard Shortcuts</string>
40     </property>
41    </widget>
42   </item>
43   <item>
44    <widget class="Line" name="line">
45     <property name="orientation">
46      <enum>Qt::Horizontal</enum>
47     </property>
48    </widget>
49   </item>
50   <item>
51    <widget class="QScrollArea" name="scrollArea">
52     <property name="frameShape">
53      <enum>QFrame::NoFrame</enum>
54     </property>
55     <property name="frameShadow">
56      <enum>QFrame::Plain</enum>
57     </property>
58     <property name="widgetResizable">
59      <bool>true</bool>
60     </property>
61     <widget class="QWidget" name="scrollAreaWidgetContents">
62      <property name="geometry">
63       <rect>
64        <x>0</x>
65        <y>0</y>
66        <width>789</width>
67        <height>504</height>
68       </rect>
69      </property>
70      <layout class="QVBoxLayout" name="verticalLayout_2">
71       <property name="leftMargin">
72        <number>0</number>
73       </property>
74       <property name="topMargin">
75        <number>0</number>
76       </property>
77       <property name="rightMargin">
78        <number>0</number>
79       </property>
80       <property name="bottomMargin">
81        <number>0</number>
82       </property>
83       <item>
84        <layout class="QHBoxLayout">
85         <item>
86          <widget class="QPushButton" name="clearSearchButton">
87           <property name="text">
88            <string/>
89           </property>
90          </widget>
91         </item>
92         <item>
93          <widget class="QLabel" name="textLabel2">
94           <property name="text">
95            <string>Search:</string>
96           </property>
97           <property name="wordWrap">
98            <bool>false</bool>
99           </property>
100          </widget>
101         </item>
102         <item>
103          <widget class="QLineEdit" name="searchTextLineEdit"/>
104         </item>
105        </layout>
106       </item>
107       <item>
108        <widget class="QTreeWidget" name="keyTable">
109         <column>
110          <property name="text">
111           <string>Action</string>
112          </property>
113         </column>
114         <column>
115          <property name="text">
116           <string>Shortcut</string>
117          </property>
118         </column>
119        </widget>
120       </item>
121       <item>
122        <spacer name="verticalSpacer_2">
123         <property name="orientation">
124          <enum>Qt::Vertical</enum>
125         </property>
126         <property name="sizeType">
127          <enum>QSizePolicy::Fixed</enum>
128         </property>
129         <property name="sizeHint" stdset="0">
130          <size>
131           <width>20</width>
132           <height>20</height>
133          </size>
134         </property>
135        </spacer>
136       </item>
137       <item>
138        <widget class="QLabel" name="label_3">
139         <property name="font">
140          <font>
141           <weight>75</weight>
142           <bold>true</bold>
143          </font>
144         </property>
145         <property name="text">
146          <string>Shortcut for Selected Action</string>
147         </property>
148        </widget>
149       </item>
150       <item>
151        <widget class="Line" name="line_3">
152         <property name="orientation">
153          <enum>Qt::Horizontal</enum>
154         </property>
155        </widget>
156       </item>
157       <item>
158        <layout class="QHBoxLayout" name="horizontalLayout">
159         <item>
160          <widget class="QRadioButton" name="noKey">
161           <property name="text">
162            <string>&amp;No Key</string>
163           </property>
164           <property name="shortcut">
165            <string>Alt+N</string>
166           </property>
167          </widget>
168         </item>
169         <item>
170          <widget class="QRadioButton" name="userDef">
171           <property name="text">
172            <string>&amp;User Defined Key</string>
173           </property>
174           <property name="shortcut">
175            <string>Alt+U</string>
176           </property>
177          </widget>
178         </item>
179         <item>
180          <spacer>
181           <property name="orientation">
182            <enum>Qt::Horizontal</enum>
183           </property>
184           <property name="sizeType">
185            <enum>QSizePolicy::Expanding</enum>
186           </property>
187           <property name="sizeHint" stdset="0">
188            <size>
189             <width>158</width>
190             <height>18</height>
191            </size>
192           </property>
193          </spacer>
194         </item>
195         <item>
196          <widget class="QPushButton" name="setKeyButton">
197           <property name="text">
198            <string>Set &amp;Key</string>
199           </property>
200           <property name="shortcut">
201            <string>Alt+K</string>
202           </property>
203           <property name="checkable">
204            <bool>true</bool>
205           </property>
206          </widget>
207         </item>
208         <item>
209          <widget class="QLabel" name="keyDisplay">
210           <property name="frameShape">
211            <enum>QFrame::Panel</enum>
212           </property>
213           <property name="frameShadow">
214            <enum>QFrame::Sunken</enum>
215           </property>
216           <property name="text">
217            <string>CTRL+ALT+SHIFT+W</string>
218           </property>
219           <property name="textFormat">
220            <enum>Qt::RichText</enum>
221           </property>
222           <property name="alignment">
223            <set>Qt::AlignCenter</set>
224           </property>
225           <property name="wordWrap">
226            <bool>false</bool>
227           </property>
228          </widget>
229         </item>
230        </layout>
231       </item>
232       <item>
233        <spacer name="verticalSpacer">
234         <property name="orientation">
235          <enum>Qt::Vertical</enum>
236         </property>
237         <property name="sizeType">
238          <enum>QSizePolicy::Fixed</enum>
239         </property>
240         <property name="sizeHint" stdset="0">
241          <size>
242           <width>20</width>
243           <height>20</height>
244          </size>
245         </property>
246        </spacer>
247       </item>
248       <item>
249        <widget class="QLabel" name="label_4">
250         <property name="font">
251          <font>
252           <weight>75</weight>
253           <bold>true</bold>
254          </font>
255         </property>
256         <property name="text">
257          <string>Loadable Shortcut Sets</string>
258         </property>
259        </widget>
260       </item>
261       <item>
262        <widget class="Line" name="line_4">
263         <property name="orientation">
264          <enum>Qt::Horizontal</enum>
265         </property>
266        </widget>
267       </item>
268       <item>
269        <layout class="QHBoxLayout" name="horizontalLayout_2">
270         <item>
271          <widget class="QComboBox" name="loadableSets">
272           <property name="toolTip">
273            <string>Keyboard shortcut sets available to load</string>
274           </property>
275          </widget>
276         </item>
277         <item>
278          <widget class="QPushButton" name="loadSetButton">
279           <property name="toolTip">
280            <string>Load the selected shortcut set</string>
281           </property>
282           <property name="text">
283            <string>&amp;Load</string>
284           </property>
285           <property name="shortcut">
286            <string>Alt+L</string>
287           </property>
288          </widget>
289         </item>
290         <item>
291          <spacer>
292           <property name="orientation">
293            <enum>Qt::Horizontal</enum>
294           </property>
295           <property name="sizeType">
296            <enum>QSizePolicy::Expanding</enum>
297           </property>
298           <property name="sizeHint" stdset="0">
299            <size>
300             <width>40</width>
301             <height>20</height>
302            </size>
303           </property>
304          </spacer>
305         </item>
306         <item>
307          <widget class="QPushButton" name="importSetButton">
308           <property name="toolTip">
309            <string>Import a shortcut set into the current configuration</string>
310           </property>
311           <property name="text">
312            <string>&amp;Import...</string>
313           </property>
314           <property name="shortcut">
315            <string>Alt+I</string>
316           </property>
317          </widget>
318         </item>
319         <item>
320          <widget class="QPushButton" name="exportSetButton">
321           <property name="toolTip">
322            <string>Export the current shortcuts into an importable file</string>
323           </property>
324           <property name="text">
325            <string>&amp;Export...</string>
326           </property>
327           <property name="shortcut">
328            <string>Alt+E</string>
329           </property>
330          </widget>
331         </item>
332         <item>
333          <spacer>
334           <property name="orientation">
335            <enum>Qt::Horizontal</enum>
336           </property>
337           <property name="sizeType">
338            <enum>QSizePolicy::Expanding</enum>
339           </property>
340           <property name="sizeHint" stdset="0">
341            <size>
342             <width>40</width>
343             <height>20</height>
344            </size>
345           </property>
346          </spacer>
347         </item>
348         <item>
349          <widget class="QPushButton" name="resetSetButton">
350           <property name="toolTip">
351            <string>Reload the default Scribus shortcuts</string>
352           </property>
353           <property name="text">
354            <string>&amp;Reset</string>
355           </property>
356           <property name="shortcut">
357            <string>Alt+R</string>
358           </property>
359          </widget>
360         </item>
361        </layout>
362       </item>
363      </layout>
364     </widget>
365    </widget>
366   </item>
367  </layout>
368 </widget>
369 <tabstops>
370  <tabstop>clearSearchButton</tabstop>
371  <tabstop>searchTextLineEdit</tabstop>
372  <tabstop>keyTable</tabstop>
373 </tabstops>
374 <resources/>
375 <connections/>
376</ui>
377